Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies [skip netlify] #994

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@open-wc/semantic-dom-diff (source) 0.19.7 -> 0.20.1 age adoption passing confidence devDependencies minor
@types/codemirror (source) 5.60.5 -> 5.60.15 age adoption passing confidence devDependencies patch
@types/jasmine (source) 4.3.0 -> 4.6.4 age adoption passing confidence devDependencies minor
@types/json-schema (source) 7.0.11 -> 7.0.15 age adoption passing confidence dependencies patch
@types/moment-timezone 0.5.13 -> 0.5.30 age adoption passing confidence devDependencies patch
@types/mousetrap (source) 1.6.9 -> 1.6.15 age adoption passing confidence devDependencies patch
@types/node (source) 16.11.59 -> 16.18.126 age adoption passing confidence devDependencies minor
@types/prismjs (source) 1.26.0 -> 1.26.5 age adoption passing confidence devDependencies patch
ajv (source) 8.12.0 -> 8.17.1 age adoption passing confidence dependencies minor
autoprefixer 10.4.11 -> 10.4.20 age adoption passing confidence devDependencies patch
axe-core (source) 4.4.3 -> 4.10.2 age adoption passing confidence devDependencies minor
clean-css 5.3.1 -> 5.3.3 age adoption passing confidence devDependencies patch
codemirror 5.65.8 -> 5.65.18 age adoption passing confidence peerDependencies patch
codemirror 5.65.8 -> 5.65.18 age adoption passing confidence dependencies patch
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence devDependencies patch
eslint-plugin-import 2.29.1 -> 2.31.0 age adoption passing confidence devDependencies minor
eslint-plugin-jsdoc 39.3.6 -> 39.9.1 age adoption passing confidence devDependencies minor
eslint-plugin-no-only-tests (source) 3.0.0 -> 3.3.0 age adoption passing confidence devDependencies minor
eslint-plugin-security 1.5.0 -> 1.7.1 age adoption passing confidence devDependencies minor
husky 8.0.1 -> 8.0.3 age adoption passing confidence devDependencies patch
jasmine-core (source) 5.5.0 -> 5.6.0 age adoption passing confidence devDependencies minor
moment (source) 2.29.4 -> 2.30.1 age adoption passing confidence devDependencies minor
moment-timezone (source) 0.5.37 -> 0.5.47 age adoption passing confidence dependencies patch
ng-in-viewport (source) 13.0.0 -> 13.0.1 age adoption passing confidence peerDependencies patch
ng-in-viewport (source) 13.0.0 -> 13.0.1 age adoption passing confidence dependencies patch
node (source) 20.14.0 -> 20.18.3 age adoption passing confidence volta minor
node (source) 18.19.0 -> 18.20.6 age adoption passing confidence minor
prettier (source) 2.7.1 -> 2.8.8 age adoption passing confidence devDependencies minor
pretty-quick 3.1.3 -> 3.3.1 age adoption passing confidence devDependencies minor
start-server-and-test 1.14.0 -> 1.15.4 age adoption passing confidence devDependencies minor
ts-node (source) 10.9.1 -> 10.9.2 age adoption passing confidence devDependencies patch
tslib (source) 2.4.0 -> 2.8.1 age adoption passing confidence dependencies minor
webpack-bundle-analyzer 4.6.1 -> 4.10.2 age adoption passing confidence devDependencies minor
yarn (source) 4.5.1 -> 4.6.0 age adoption passing confidence packageManager minor
yarn (source) 4.5.1 -> 4.6.0 age adoption passing confidence volta minor

Release Notes

open-wc/open-wc (@​open-wc/semantic-dom-diff)

v0.20.1

Compare Source

Patch Changes

v0.20.0

Compare Source

Minor Changes
  • 935c8ff: Drop support for Node@14
Patch Changes
  • 80c6ae6: Use latest @​web/* dependencies.
    Upgrade Rollup to v3.x

v0.19.9

Compare Source

Patch Changes
  • 9e49e7a: fix(deps): update @​web/* dependencies

v0.19.8

Compare Source

Patch Changes
  • 2629244: Change return type from Assertion to Promise
moment/moment-timezone (@​types/moment-timezone)

v0.5.30

Compare Source

  • Updated data to IANA TZDB 2020a
  • Fixed typescript definitions

NOTE: You might need to un-install @​types/moment-timezone. Check
https://github.com/moment/moment-timezone/issues/858 for more info

ajv-validator/ajv (ajv)

v8.17.1

Compare Source

What's Changed

Full Changelog: ajv-validator/ajv@v8.17.0...v8.17.1

Plus everything in 8.17.0 which failed to release

The only functional change is to switch from uri-js (which is no longer supported), to fast-uri. This is the second attempt and the team on fast-uri have been really helpful addressing the issues we found last time.

Revert "Revert fast-uri change (https://github.com/ajv-validator/ajv/pull/2444)" by @​gurgunday in https://github.com/ajv-validator/ajv/pull/2448
fix: ignore new eslint error for @​typescript-eslint/no-extraneous-class by @​jasoniangreen in https://github.com/ajv-validator/ajv/pull/2455
docs: clarify behaviour of addVocabulary by @​jasoniangreen in https://github.com/ajv-validator/ajv/pull/2454
docs: refactor to improve legibility by @​blottn in https://github.com/ajv-validator/ajv/pull/2432
Fix grammatical typo in managing-schemas.md by @​wetneb in https://github.com/ajv-validator/ajv/pull/2305
docs: Fix broken strict-mode link by @​alexanderjsx in https://github.com/ajv-validator/ajv/pull/2459
feat: add test for encoded refs and bump fast-uri by @​jasoniangreen in https://github.com/ajv-validator/ajv/pull/2449
fix: changes for @​typescript-eslint/array-type rule by @​jasoniangreen in https://github.com/ajv-validator/ajv/pull/2467
fixes https://github.com/ajv-validator/ajv/issues/2217 - clarify custom keyword naming by @​jasoniangreen in https://github.com/ajv-validator/ajv/pull/2457

v8.16.0

Compare Source

What's Changed

Full Changelog: ajv-validator/ajv@v8.15.0...v8.16.0

v8.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.14.0...v8.15.0

v8.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.13.0...v8.14.0

v8.13.0

Compare Source

  • add named exports
  • update dependencies
  • update node.js
postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.

v10.4.16

Compare Source

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

v10.4.15

Compare Source

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).

v10.4.14

Compare Source

  • Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).

v10.4.13

Compare Source

  • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.

v10.4.12

Compare Source

  • Fixed support of unit-less zero angle in backgrounds (by 一丝).
dequelabs/axe-core (axe-core)

v4.10.2: Release 4.10.2

Compare Source

This release prevents axe from sometimes crashing when a page changes in the middle of a test.

Bug Fixes

v4.10.1

Compare Source

v4.10.0

Compare Source

Features
Bug Fixes
4.9.1 (2024-05-06)
Bug Fixes
  • Prevent errors when loading axe in a page with prototype.js
  • aria-allowed-attr: allow meter role allowed aria-* attributes on meter element (#​4435) (7ac6392)
  • aria-allowed-role: add gridcell, separator, slider and treeitem to allowed roles of button element (#​4398) (4788bf8)
  • aria-roles: correct abstract roles (types) for aria-roles(#​4421)
  • aria-valid-attr-value: aria-controls & aria-haspopup incomplete (#​4418)
  • fix building axe-core translation files with region locales (#​4396) (5c318f3), closes #​4388
  • invalidrole: allow upper and mixed case role names (#​4358) (105016c), closes #​2695
  • isVisibleOnScreen: account for position: absolute elements inside overflow container (#​4405) (2940f6e), closes #​4016
  • label-content-name-mismatch: better dismiss and wysiwyg symbolic text characters (#​4402)
  • region: Decorative images ignored by region rule (#​4412)
  • target-size: ignore descendant elements in shadow dom (#​4410) (6091367)
  • target-size: pass for element that has nearby elements that are obscured (#​4422) (3a90bb7), closes #​4387

v4.9.1

Compare Source

v4.9.0

Compare Source

Features
Bug Fixes
4.8.4 (2024-02-07)
Bug Fixes
4.8.3 (2023-12-18)
Bug Fixes
4.8.2 (2023-09-18)
Bug Fixes
4.8.1 (2023-09-08)
Bug Fixes

v4.8.4: Release 4.8.4

Compare Source

This release should not result in different issue numbers. For TypeScript users, an error in type definitions has been corrected. This release could require a correction to how axe-core types are used. This release may change selectors on elements with the xmlns attribute, as the selectors axe-core prosed with those was invalid. Deduplication based on selectors between this and and prior versions of axe-core can fail because of this change.

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 30, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b112de0 to 4839cf9 Compare July 7, 2023 16:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 43dc256 to 1c01948 Compare July 17, 2023 20:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from de175c8 to b6905aa Compare July 27, 2023 13:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from faa7574 to 5748937 Compare August 3, 2023 13:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from afc85cb to 9df896f Compare August 13, 2023 16:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cc56233 to 15d3630 Compare August 18, 2023 19:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 793a9f6 to 326b68d Compare November 26, 2024 01:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 930ac59 to 1e9dba6 Compare December 4, 2024 17:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1e5db95 to c15ed4a Compare December 8, 2024 21:48
@renovate renovate bot changed the title chore(deps): update all non-major dependencies [skip netlify] fix(deps): update all non-major dependencies [skip netlify] Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d35ab22 to b59351a Compare December 17, 2024 23:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b59351a to d59b23a Compare January 1, 2025 04:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7ecca1b to 7f51cd0 Compare January 23, 2025 05:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ee8d68c to 2c4a611 Compare January 30, 2025 14:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 154e937 to a66829b Compare February 10, 2025 22:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a66829b to 70450ce Compare February 11, 2025 22:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 70450ce to 8549957 Compare February 11, 2025 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants