nuxt / bridge

🌉 Experience Nuxt 3 features on existing Nuxt 2 projects
MIT License
273 stars 29 forks source link

chore(deps): update all non-major dependencies #1313

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@unhead/schema (source) ^1.11.2 -> ^1.11.6 age adoption passing confidence devDependencies patch
@unhead/ssr (source) ^1.11.2 -> ^1.11.6 age adoption passing confidence dependencies patch
@unhead/vue (source) ^1.11.2 -> ^1.11.6 age adoption passing confidence dependencies patch
actions/setup-node v4.0.3 -> v4.0.4 age adoption passing confidence action patch
changelogen ^0.5.5 -> ^0.5.7 age adoption passing confidence devDependencies patch
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence devDependencies patch
eslint-plugin-jsdoc ^50.2.3 -> ^50.2.4 age adoption passing confidence devDependencies patch
ohash ^1.1.3 -> ^1.1.4 age adoption passing confidence dependencies patch
pnpm (source) 9.10.0 -> 9.11.0 age adoption passing confidence packageManager minor
postcss (source) ^8.4.45 -> ^8.4.47 age adoption passing confidence dependencies patch
rollup (source) ^4.21.3 -> ^4.22.2 age adoption passing confidence devDependencies minor
terser (source) ^5.32.0 -> ^5.33.0 age adoption passing confidence dependencies minor
vite (source) ~5.4.5 -> ~5.4.6 age adoption passing confidence dependencies patch
vite (source) ~5.4.5 -> ~5.4.6 age adoption passing confidence devDependencies patch

Release Notes

unjs/unhead (@​unhead/schema) ### [`v1.11.6`](https://redirect.github.com/unjs/unhead/releases/tag/v1.11.6) [Compare Source](https://redirect.github.com/unjs/unhead/compare/v1.11.5...v1.11.6) #####    🐞 Bug Fixes - **scripts,vue**: Only unwatch if initialized  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(9d166)](https://redirect.github.com/unjs/unhead/commit/9d166b65) #####     [View changes on GitHub](https://redirect.github.com/unjs/unhead/compare/v1.11.5...v1.11.6) ### [`v1.11.5`](https://redirect.github.com/unjs/unhead/releases/tag/v1.11.5) [Compare Source](https://redirect.github.com/unjs/unhead/compare/v1.11.4...v1.11.5) #####    🐞 Bug Fixes - **scripts,vue**: Avoid cancelling new triggers  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(69622)](https://redirect.github.com/unjs/unhead/commit/6962250a) #####     [View changes on GitHub](https://redirect.github.com/unjs/unhead/compare/v1.11.4...v1.11.5) ### [`v1.11.4`](https://redirect.github.com/unjs/unhead/releases/tag/v1.11.4) [Compare Source](https://redirect.github.com/unjs/unhead/compare/v1.11.3...v1.11.4) #####    🐞 Bug Fixes - **scripts**: - Prefer boolean promise fulfillment  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(5eb82)](https://redirect.github.com/unjs/unhead/commit/5eb827de) - Clean up expired promises  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(59640)](https://redirect.github.com/unjs/unhead/commit/59640c1e) - **scripts,vue**: - Prefer ref promises  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(487fe)](https://redirect.github.com/unjs/unhead/commit/487fe5e3) #####     [View changes on GitHub](https://redirect.github.com/unjs/unhead/compare/v1.11.3...v1.11.4) ### [`v1.11.3`](https://redirect.github.com/unjs/unhead/releases/tag/v1.11.3) [Compare Source](https://redirect.github.com/unjs/unhead/compare/v1.11.2...v1.11.3) #####    🐞 Bug Fixes - **schemaOrg**: Maybe resolve `/vue` subpath type exports  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(9d552)](https://redirect.github.com/unjs/unhead/commit/9d552643) - **vue**: Merge `head` functions with vm context  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(fc6a5)](https://redirect.github.com/unjs/unhead/commit/fc6a525d) #####     [View changes on GitHub](https://redirect.github.com/unjs/unhead/compare/v1.11.2...v1.11.3)
actions/setup-node (actions/setup-node) ### [`v4.0.4`](https://redirect.github.com/actions/setup-node/compare/v4.0.3...v4.0.4) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v4.0.3...v4.0.4)
unjs/changelogen (changelogen) ### [`v0.5.7`](https://redirect.github.com/unjs/changelogen/blob/HEAD/CHANGELOG.md#v057) [Compare Source](https://redirect.github.com/unjs/changelogen/compare/v0.5.6...v0.5.7) [compare changes](https://redirect.github.com/unjs/changelogen/compare/v0.5.6...v0.5.7) ##### 🩹 Fixes - **bump:** Avoid using `+` for canary suffix ([#​224](https://redirect.github.com/unjs/changelogen/pull/224)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) ### [`v0.5.6`](https://redirect.github.com/unjs/changelogen/blob/HEAD/CHANGELOG.md#v056) [Compare Source](https://redirect.github.com/unjs/changelogen/compare/v0.5.5...v0.5.6) [compare changes](https://redirect.github.com/unjs/changelogen/compare/v0.5.5...v0.5.6) ##### 🚀 Enhancements - Add option to sign git tags ([#​117](https://redirect.github.com/unjs/changelogen/pull/117)) - **git:** Support parse git messages that have prefix emoji ([#​146](https://redirect.github.com/unjs/changelogen/pull/146)) ##### 🩹 Fixes - **github:** Use bearer token ([#​180](https://redirect.github.com/unjs/changelogen/pull/180)) - Handle repo name with multiple segments ([#​219](https://redirect.github.com/unjs/changelogen/pull/219)) - Lowercase scope when filtering ([#​199](https://redirect.github.com/unjs/changelogen/pull/199)) ##### 💅 Refactors - Replace `execa` with `execSync` ([#​222](https://redirect.github.com/unjs/changelogen/pull/222)) - Use human readable date for canary versions ([#​223](https://redirect.github.com/unjs/changelogen/pull/223)) - Update execCommand ([68127be](https://redirect.github.com/unjs/changelogen/commit/68127be)) ##### 🏡 Chore - Apply automated lint fixes ([72c407f](https://redirect.github.com/unjs/changelogen/commit/72c407f)) - Update ci ([bcb16cb](https://redirect.github.com/unjs/changelogen/commit/bcb16cb)) - Update non major deps ([7f714c9](https://redirect.github.com/unjs/changelogen/commit/7f714c9)) - Update to eslint v9 ([fd40be9](https://redirect.github.com/unjs/changelogen/commit/fd40be9)) - Apply automated lint fixes ([673255b](https://redirect.github.com/unjs/changelogen/commit/673255b)) - Update deps ([3cfbe27](https://redirect.github.com/unjs/changelogen/commit/3cfbe27)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Klein Petr ([@​kleinpetr](http://github.com/kleinpetr)) - Wan Chiu ([@​wan54](http://github.com/wan54)) - Jianqi Pan ([@​Jannchie](http://github.com/Jannchie)) - Vasily Kuzin - Daniel Roe ([@​danielroe](http://github.com/danielroe))
eslint/eslint (eslint) ### [`v8.57.1`](https://redirect.github.com/eslint/eslint/compare/v8.57.0...5b9414c501c58bfa85f41f96f821973c41e8ae74) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v8.57.0...v8.57.1)
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc) ### [`v50.2.4`](https://redirect.github.com/gajus/eslint-plugin-jsdoc/releases/tag/v50.2.4) [Compare Source](https://redirect.github.com/gajus/eslint-plugin-jsdoc/compare/v50.2.3...v50.2.4) ##### Bug Fixes - **`require-returns-check`:** allow infinite for loops to have only one branch to return; fixes [#​1315](https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1315) ([e7ab475](https://redirect.github.com/gajus/eslint-plugin-jsdoc/commit/e7ab475c26eb4ac874f28eeb7cedafaf21b0b001))
unjs/ohash (ohash) ### [`v1.1.4`](https://redirect.github.com/unjs/ohash/blob/HEAD/CHANGELOG.md#v114) [Compare Source](https://redirect.github.com/unjs/ohash/compare/v1.1.3...v1.1.4) [compare changes](https://redirect.github.com/unjs/ohash/compare/v1.1.3...v1.1.4) ##### 🩹 Fixes - **murmurHash:** Fix murmurHash3 implementation, add tests ([#​83](https://redirect.github.com/unjs/ohash/pull/83)) ##### 📖 Documentation - Improved and finalized jsdocs in exported functions ([#​74](https://redirect.github.com/unjs/ohash/pull/74)) ##### 🏡 Chore - Update badge ([#​46](https://redirect.github.com/unjs/ohash/pull/46)) - Update links in readme ([#​59](https://redirect.github.com/unjs/ohash/pull/59)) - Update repo ([e09027f](https://redirect.github.com/unjs/ohash/commit/e09027f)) ##### ❤️ Contributors - Max ([@​onmax](http://github.com/onmax)) - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Hexagon - Estéban ([@​Barbapapazes](http://github.com/Barbapapazes)) - Luke Nelson
pnpm/pnpm (pnpm) ### [`v9.11.0`](https://redirect.github.com/pnpm/pnpm/compare/v9.10.0...v9.11.0) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.10.0...v9.11.0)
postcss/postcss (postcss) ### [`v8.4.47`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8447) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.46...8.4.47) - Removed debug code. ### [`v8.4.46`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8446) [Compare Source](https://redirect.github.com/postcss/postcss/compare/8.4.45...8.4.46) - Fixed `Cannot read properties of undefined (reading 'before')`.
rollup/rollup (rollup) ### [`v4.22.2`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4222) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.22.1...v4.22.2) *2024-09-20* ##### Bug Fixes - Revert fix for side effect free modules until other issues are investigated ([#​5667](https://redirect.github.com/rollup/rollup/issues/5667)) ##### Pull Requests - [#​5667](https://redirect.github.com/rollup/rollup/pull/5667): Partially revert [#​5658](https://redirect.github.com/rollup/rollup/issues/5658) and re-apply [#​5644](https://redirect.github.com/rollup/rollup/issues/5644) ([@​lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.22.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4221) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.22.0...v4.22.1) *2024-09-20* ##### Bug Fixes - Revert [#​5644](https://redirect.github.com/rollup/rollup/issues/5644) "stable chunk hashes" while issues are being investigated ##### Pull Requests - [#​5663](https://redirect.github.com/rollup/rollup/pull/5663): chore(deps): update dependency inquirer to v11 ([@​renovate](https://redirect.github.com/renovate)\[bot], [@​lukastaegert](https://redirect.github.com/lukastaegert)) - [#​5664](https://redirect.github.com/rollup/rollup/pull/5664): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5665](https://redirect.github.com/rollup/rollup/pull/5665): fix: type in CI file ([@​YuHyeonWook](https://redirect.github.com/YuHyeonWook)) - [#​5666](https://redirect.github.com/rollup/rollup/pull/5666): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://redirect.github.com/renovate)\[bot]) ### [`v4.22.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4220) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.21.3...v4.22.0) *2024-09-19* ##### Features - Add additional known global values to avoid access side effects ([#​5651](https://redirect.github.com/rollup/rollup/issues/5651)) ##### Bug Fixes - Ensure deterministic chunk hash generation despite async renderChunk hook ([#​5644](https://redirect.github.com/rollup/rollup/issues/5644)) - Improve side effect detection when using "smallest" treeshaking preset when imports are optimized away ([#​5658](https://redirect.github.com/rollup/rollup/issues/5658)) ##### Pull Requests - [#​5644](https://redirect.github.com/rollup/rollup/pull/5644): fix: apply final hashes deterministically with stable placeholders set ([@​mattkubej](https://redirect.github.com/mattkubej), [@​lukastaegert](https://redirect.github.com/lukastaegert)) - [#​5646](https://redirect.github.com/rollup/rollup/pull/5646): chore(deps): update dependency [@​mermaid-js/mermaid-cli](https://redirect.github.com/mermaid-js/mermaid-cli) to v11 ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5647](https://redirect.github.com/rollup/rollup/pull/5647): chore(deps): update dependency concurrently to v9 ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5648](https://redirect.github.com/rollup/rollup/pull/5648): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5651](https://redirect.github.com/rollup/rollup/pull/5651): feat: add `AggregateError`, `FinalizationRegistry`, `WeakRef` to knownGlobals ([@​re-taro](https://redirect.github.com/re-taro)) - [#​5653](https://redirect.github.com/rollup/rollup/pull/5653): Fix example selection in REPL ([@​lukastaegert](https://redirect.github.com/lukastaegert)) - [#​5657](https://redirect.github.com/rollup/rollup/pull/5657): chore(deps): update dependency vite to v5.4.6 \[security] ([@​renovate](https://redirect.github.com/renovate)\[bot]) - [#​5658](https://redirect.github.com/rollup/rollup/pull/5658): Detect variable reassignments in modules without side effects ([@​lukastaegert](https://redirect.github.com/lukastaegert))
terser/terser (terser) ### [`v5.33.0`](https://redirect.github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5330) [Compare Source](https://redirect.github.com/terser/terser/compare/v5.32.0...v5.33.0) - `reduce_vars` improved when dealing with hoisted function definitions ([#​1544](https://redirect.github.com/terser/terser/issues/1544))
vitejs/vite (vite) ### [`v5.4.6`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.6) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.5...v5.4.6) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md) for details.

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 becomes conflicted, or you tick the rebase/retry checkbox.

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



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