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 #1307

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
@unhead/schema (source) ^1.10.4 -> ^1.11.2 age adoption passing confidence
@unhead/ssr (source) ^1.10.4 -> ^1.11.2 age adoption passing confidence
@unhead/vue (source) ^1.10.4 -> ^1.11.2 age adoption passing confidence
playwright-core (source) ^1.46.1 -> ^1.47.0 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.10.0 age adoption passing confidence
postcss-preset-env (source) ^10.0.2 -> ^10.0.3 age adoption passing confidence
terser (source) ^5.31.6 -> ^5.32.0 age adoption passing confidence
unplugin ^1.13.1 -> ^1.14.0 age adoption passing confidence

Release Notes

unjs/unhead (@​unhead/schema) ### [`v1.11.2`](https://redirect.github.com/unjs/unhead/releases/tag/v1.11.2) [Compare Source](https://redirect.github.com/unjs/unhead/compare/v1.11.1...v1.11.2) #####    🐞 Bug Fixes - Avoid normalising truthy `data-x` values"  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(93801)](https://redirect.github.com/unjs/unhead/commit/938018b9) #####     [View changes on GitHub](https://redirect.github.com/unjs/unhead/compare/v1.11.1...v1.11.2) ### [`v1.11.1`](https://redirect.github.com/unjs/unhead/releases/tag/v1.11.1) [Compare Source](https://redirect.github.com/unjs/unhead/compare/v1.11.0...v1.11.1) #####    🐞 Bug Fixes - **schemaOrg**: - Expose deduping config `tagDuplicateStrategy`  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(c6453)](https://redirect.github.com/unjs/unhead/commit/c64539b4) - Avoid duplicates when merging  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(cc681)](https://redirect.github.com/unjs/unhead/commit/cc6810d9) - Resolve relation `@id`'s with path  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(8adfd)](https://redirect.github.com/unjs/unhead/commit/8adfdaf6) #####     [View changes on GitHub](https://redirect.github.com/unjs/unhead/compare/v1.11.0...v1.11.1) ### [`v1.11.0`](https://redirect.github.com/unjs/unhead/releases/tag/v1.11.0) [Compare Source](https://redirect.github.com/unjs/unhead/compare/v1.10.4...v1.11.0) :information_source: This is a minor release with many bug fixes, while there are no explicit new features, an effort should be made to checking your tags after upgrading. This will be last minor before work begins on v2, check the [roadmap](https://redirect.github.com/unjs/unhead/issues/395) and feel free to make suggestions. #####    🐞 Bug Fixes - **unhead**: - Drop `key` overrides for unique meta  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(5c441)](https://redirect.github.com/unjs/unhead/commit/5c441bbc) - Deprecate `useHead` promises, support falsy values  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(366d0)](https://redirect.github.com/unjs/unhead/commit/366d04ac) - Avoid normalising truthy `data-x` values  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(355d7)](https://redirect.github.com/unjs/unhead/commit/355d7845) - Client-side fallback to root server only title  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(7886d)](https://redirect.github.com/unjs/unhead/commit/7886d6f5) - Parse template params in `titleTemplate` functions  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(d5741)](https://redirect.github.com/unjs/unhead/commit/d5741c52) - Avoid duplicate tags from being generated  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(fe51c)](https://redirect.github.com/unjs/unhead/commit/fe51cae8) - **dom**: - Disallow parallel dom updates  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(04cb8)](https://redirect.github.com/unjs/unhead/commit/04cb8e21) - **schema-org**: - Relation `@id` resolving  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(e6330)](https://redirect.github.com/unjs/unhead/commit/e6330397) - Support `translationOfWork`, `workTranslation`  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(4ffba)](https://redirect.github.com/unjs/unhead/commit/4ffba3b7) - Drop `id` from tag  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(af6fb)](https://redirect.github.com/unjs/unhead/commit/af6fbeb6) - Support id as resolver key  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(2830f)](https://redirect.github.com/unjs/unhead/commit/2830f5f1) - Safer node resolving  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(3e505)](https://redirect.github.com/unjs/unhead/commit/3e505d7f) - **ssr**: - Avoid rendering empty tags  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(4e9bd)](https://redirect.github.com/unjs/unhead/commit/4e9bd53e) - **vue**: - Avoid unpacking Date objects when normalizing  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(d5b1a)](https://redirect.github.com/unjs/unhead/commit/d5b1a6e1) - Support mixin merging  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(9610c)](https://redirect.github.com/unjs/unhead/commit/9610ce87) #####    🏎 Performance - Avoid duplicate `entries:updated` calls  -  by [@​harlan-zw](https://redirect.github.com/harlan-zw) [(48cf0)](https://redirect.github.com/unjs/unhead/commit/48cf034c) #####     [View changes on GitHub](https://redirect.github.com/unjs/unhead/compare/v1.10.4...v1.11.0)
microsoft/playwright (playwright-core) ### [`v1.47.0`](https://redirect.github.com/microsoft/playwright/compare/v1.46.1...d5943def35edadc6f9bd8daeed382559d2a55fbe) [Compare Source](https://redirect.github.com/microsoft/playwright/compare/v1.46.1...v1.47.0)
pnpm/pnpm (pnpm) ### [`v9.10.0`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.10.0): pnpm 9.10 [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.9.0...v9.10.0) #### Minor Changes - Support for a new CLI flag, `--exclude-peers`, added to the `list` and `why` commands. When `--exclude-peers` is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned [#​8506](https://redirect.github.com/pnpm/pnpm/pull/8506). - Added a new setting to `package.json` at `pnpm.auditConfig.ignoreGhsas` for ignoring vulnerabilities by their GHSA code [#​6838](https://redirect.github.com/pnpm/pnpm/issues/6838). For instance: ```json { "pnpm": { "auditConfig": { "ignoreGhsas": [ "GHSA-42xw-2xvc-qx8m", "GHSA-4w2v-q235-vp99", "GHSA-cph5-m8f7-6c5x", "GHSA-vh95-rmgr-6w4m" ] } } } ``` #### Patch Changes - Throw an exception if pnpm switches to the same version of itself. - Reduce memory usage during peer dependencies resolution. #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
csstools/postcss-plugins (postcss-preset-env) ### [`v10.0.3`](https://redirect.github.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#1003) [Compare Source](https://redirect.github.com/csstools/postcss-plugins/compare/715291528cc86658b32db7ec8dd348f39e8a21b0...5eefe36fd315962af96acb81f10ec1483c20854b) *September 9, 2024* - Updated [`cssdb`](https://redirect.github.com/csstools/cssdb) to [`8.1.1`](https://redirect.github.com/csstools/cssdb/blob/main/CHANGELOG.md#811-september-9-2024) (patch) - Updated [`postcss-opacity-percentage`](https://redirect.github.com/mrcgrtz/postcss-opacity-percentage) to [`3.0.0`](https://redirect.github.com/mrcgrtz/postcss-opacity-percentage/releases/tag/v3.0.0) (now matches minimum node version of `postcss-preset-env`)
terser/terser (terser) ### [`v5.32.0`](https://redirect.github.com/terser/terser/blob/HEAD/CHANGELOG.md#v5320) [Compare Source](https://redirect.github.com/terser/terser/compare/v5.31.6...v5.32.0) - `import("module")` can now be input and output from ESTree AST ([#​1557](https://redirect.github.com/terser/terser/issues/1557)) - `BigInt` literals can now be input and output from ESTree AST ([#​1555](https://redirect.github.com/terser/terser/issues/1555)) - `typeof` an object or array (`typeof {}` and `typeof []`) can now be statically evaluated. ([#​1546](https://redirect.github.com/terser/terser/issues/1546))
unjs/unplugin (unplugin) ### [`v1.14.0`](https://redirect.github.com/unjs/unplugin/blob/HEAD/CHANGELOG.md#1140-2024-09-09) [Compare Source](https://redirect.github.com/unjs/unplugin/compare/v1.13.1...v1.14.0) ##### Features - expose native build context ([#​404](https://redirect.github.com/unjs/unplugin/issues/404)) ([1d1e064](https://redirect.github.com/unjs/unplugin/commit/1d1e064e96fb877b0c21610c4760d0a86e0d33ae)) #### [1.13.1](https://redirect.github.com/unjs/unplugin/compare/v1.13.0...v1.13.1) (2024-09-04) ##### Bug Fixes - dynamically require `webpack-sources` ([6d4d2b1](https://redirect.github.com/unjs/unplugin/commit/6d4d2b13277e3904419d8b8227c6336930b9a2ad))

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.