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

chore(deps): update all non-major dependencies with stable version (minor) #1599

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@evilmartians/lefthook ^1.6.22 -> ^1.7.15 age adoption passing confidence devDependencies minor
@peculiar/x509 ^1.9.7 -> ^1.12.1 age adoption passing confidence dependencies minor 1.12.2
@vitejs/plugin-vue (source) ^5.0.5 -> ^5.1.3 age adoption passing confidence devDependencies minor 5.1.4
ajv (source) ^8.12.0 -> ^8.17.1 age adoption passing confidence dependencies minor
axios (source) ^1.6.8 -> ^1.7.7 age adoption passing confidence peerDependencies minor
axios (source) ^1.6.8 -> ^1.7.7 age adoption passing confidence devDependencies minor
axios (source) ^1.6.8 -> ^1.7.7 age adoption passing confidence dependencies minor
eslint (source) ^9.4.0 -> ^9.10.0 age adoption passing confidence devDependencies minor 9.11.0
focus-trap ^7.5.4 -> ^7.6.0 age adoption passing confidence dependencies minor
json-schema-to-ts ^3.0.1 -> ^3.1.1 age adoption passing confidence devDependencies minor
maplibre-gl (source) ^4.5.2 -> ^4.7.0 age adoption passing confidence devDependencies minor
node (source) 18.19.1 -> 18.20.4 age adoption passing confidence minor
node (source) 18.19.1 -> 18.20.4 age adoption passing confidence volta minor
node (source) >=18.19.1 -> >=18.20.4 age adoption passing confidence engines minor
npm-run-all2 ^6.1.2 -> ^6.2.2 age adoption passing confidence devDependencies minor 6.2.3
picocolors ^1.0.1 -> ^1.1.0 age adoption passing confidence devDependencies minor
pnpm (source) 9.4.0 -> 9.10.0 age adoption passing confidence packageManager minor 9.11.0
pnpm (source) 9.4.0 -> 9.10.0 age adoption passing confidence volta minor 9.11.0
postcss-html ^1.6.0 -> ^1.7.0 age adoption passing confidence devDependencies minor
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence dependencies minor
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence dependencies minor
sass ^1.77.8 -> ^1.78.0 age adoption passing confidence devDependencies minor 1.79.3 (+3)
stylelint (source) ^16.2.1 -> ^16.9.0 age adoption passing confidence devDependencies minor
stylelint-config-recommended-scss ^14.0.0 -> ^14.1.0 age adoption passing confidence devDependencies minor
swagger-client ^3.26.8 -> ^3.29.2 age adoption passing confidence dependencies minor 3.29.3
swagger-ui ^5.7.2 -> ^5.17.14 age adoption passing confidence dependencies minor
tslib (source) ^2.6.3 -> ^2.7.0 age adoption passing confidence devDependencies minor
typescript (source) ~5.3.3 -> ~5.6.2 age adoption passing confidence devDependencies minor
vite (source) ^5.3.5 -> ^5.4.4 age adoption passing confidence devDependencies minor 5.4.7 (+2)
vite-plugin-vue-devtools (source) ^7.0.27 -> ^7.4.5 age adoption passing confidence devDependencies minor
vue (source) ^3.4.38 -> ^3.5.4 age adoption passing confidence devDependencies minor 3.5.8 (+3)
vue (source) ^3.4.38 -> ^3.5.4 age adoption passing confidence peerDependencies minor 3.5.8 (+3)
vue-router ^4.3.3 -> ^4.4.5 age adoption passing confidence peerDependencies minor
webpack ^5.90.3 -> ^5.94.0 age adoption passing confidence devDependencies minor
webpack-dev-server ^5.0.4 -> ^5.1.0 age adoption passing confidence devDependencies minor

Release Notes

evilmartians/lefthook (@​evilmartians/lefthook)

v1.7.15

Compare Source

v1.7.14

Compare Source

Fix lefthook NPM package to include OpenBSD package as optional dependency.

v1.7.13

Compare Source

v1.7.12

Compare Source

v1.7.11

Compare Source

v1.7.10

Compare Source

v1.7.9

Compare Source

v1.7.8

Compare Source

v1.7.7

Compare Source

v1.7.6

Compare Source

v1.7.5

Compare Source

v1.7.4

Compare Source

v1.7.3

Compare Source

v1.7.2

Compare Source

v1.7.1

Compare Source

v1.7.0

Compare Source

PeculiarVentures/x509 (@​peculiar/x509)

v1.12.1

Compare Source

v1.12.0

Compare Source

v1.11.0

Compare Source

v1.10.1

Compare Source

v1.10.0

Compare Source

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.3

v5.1.2

v5.1.1

  • fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #​431

v5.1.0

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
axios/axios (axios)

v1.7.7

Compare Source

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

v1.7.6

Compare Source

Bug Fixes
Contributors to this release

v1.7.5

Compare Source

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release

v1.7.4

Compare Source

Bug Fixes
Contributors to this release

v1.7.3

Compare Source

Bug Fixes
Contributors to this release

v1.7.2

Compare Source

Bug Fixes
Contributors to this release

v1.7.1

Compare Source

Bug Fixes
  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#​6410) (733f15f)
Contributors to this release

v1.7.0

Compare Source

Features
Bug Fixes
Contributors to this release
eslint/eslint (eslint)

v9.10.0

Compare Source

v9.9.1

Compare Source

v9.9.0

Compare Source

Features

  • 41d0206 feat: Add support for TS config files (#​18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#​18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#​18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#​18738) (Amaresh S M)
  • fec2951 docs: add version support page to th

Configuration

📅 Schedule: Branch creation - "before 5am every weekday" in timezone America/New_York, Automerge - "every weekday" in timezone America/New_York.

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

kongponents-bot
kongponents-bot previously approved these changes Sep 9, 2024
kongponents-bot
kongponents-bot previously approved these changes Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant