[!WARNING]
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
eslint/eslint (eslint)
### [`v8.53.0`](https://togithub.com/eslint/eslint/releases/tag/v8.53.0)
[Compare Source](https://togithub.com/eslint/eslint/compare/v8.52.0...v8.53.0)
#### Features
- [`528e1c0`](https://togithub.com/eslint/eslint/commit/528e1c00dc2aa8636e5b706c4270dc655cfa17e3) feat: Deprecate formatting rules ([#17696](https://togithub.com/eslint/eslint/issues/17696)) (Nicholas C. Zakas)
- [`c0b11dd`](https://togithub.com/eslint/eslint/commit/c0b11ddb9f8aacc64c3933b9f278939aa7bea481) feat: Add suggestions for no-prototype-builtins ([#17677](https://togithub.com/eslint/eslint/issues/17677)) (Yonathan Randolph)
#### Bug Fixes
- [`1ad6257`](https://togithub.com/eslint/eslint/commit/1ad6257744d63281235fcc33288394b1d69b34ce) fix: ensure that exit code for fatal errors is not overwritten ([#17683](https://togithub.com/eslint/eslint/issues/17683)) (Milos Djermanovic)
- [`b329ea7`](https://togithub.com/eslint/eslint/commit/b329ea748dff45f11c7e218208244dc24fcb5c8f) fix: add `;` after JSX nodes in `no-object-constructor` autofix ([#17672](https://togithub.com/eslint/eslint/issues/17672)) (Francesco Trotta)
#### Documentation
- [`ab8c60d`](https://togithub.com/eslint/eslint/commit/ab8c60d4f859cec787b5a12f7271b40e666235f5) docs: change position of return to top button ([#17688](https://togithub.com/eslint/eslint/issues/17688)) (Tanuj Kanti)
- [`4fc44c0`](https://togithub.com/eslint/eslint/commit/4fc44c0b8c5dca466bffdfe01dfd80794d7762b7) docs: update twitter icon to new X icon ([#17687](https://togithub.com/eslint/eslint/issues/17687)) (Tanuj Kanti)
- [`4164b2c`](https://togithub.com/eslint/eslint/commit/4164b2ceec89726b18ea0b0e34fab05735d55a09) docs: Update README (GitHub Actions Bot)
- [`8651895`](https://togithub.com/eslint/eslint/commit/8651895ca7ae15e13d74c8be67d9eebd63a7ce1f) docs: Fix tabs in rule examples ([#17653](https://togithub.com/eslint/eslint/issues/17653)) (Francesco Trotta)
- [`3aec1c5`](https://togithub.com/eslint/eslint/commit/3aec1c55ba2c6d2833e1c0afe0a58f0cc6bbc0a4) docs: explained rule fixers and suggestions ([#17657](https://togithub.com/eslint/eslint/issues/17657)) (Josh Goldberg āØ)
#### Chores
- [`ba4d4d5`](https://togithub.com/eslint/eslint/commit/ba4d4d567a82554250dd8c7933322824e6a73944) chore: remove metascraper ([#17707](https://togithub.com/eslint/eslint/issues/17707)) (Milos Djermanovic)
- [`0d07338`](https://togithub.com/eslint/eslint/commit/0d0733882944b4849d71a40723c251213698cef9) chore: Update dependencies ([#17706](https://togithub.com/eslint/eslint/issues/17706)) (Milos Djermanovic)
- [`93256a3`](https://togithub.com/eslint/eslint/commit/93256a32e312f3f4e5c532762df71bdc06bded20) chore: package.json update for [@eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins)
- [`485ec7d`](https://togithub.com/eslint/eslint/commit/485ec7d08ed2040c292f52bf9b9152f6c8ef4809) test: fix ESLint tests for caching ([#17699](https://togithub.com/eslint/eslint/issues/17699)) (Milos Djermanovic)
- [`db06a7f`](https://togithub.com/eslint/eslint/commit/db06a7ff7992a74368f03d1f21beb00df0407021) ci: bump actions/setup-node from 3 to 4 ([#17676](https://togithub.com/eslint/eslint/issues/17676)) (dependabot\[bot])
- [`994596b`](https://togithub.com/eslint/eslint/commit/994596b07f5ff20a615a4be1ea03e5fd59cdb84b) ci: run tests in Node.js 21 ([#17673](https://togithub.com/eslint/eslint/issues/17673)) (Francesco Trotta)
pnpm/pnpm (pnpm)
### [`v8.10.2`](https://togithub.com/pnpm/pnpm/releases/tag/v8.10.2)
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.10.1...v8.10.2)
#### Patch Changes
- Fixed a regression that was shipped with pnpm v8.10.0. Dependencies that were already built should not be rebuilt on repeat install. This issue was introduced via the changes related to [supportedArchitectures](https://togithub.com/pnpm/pnpm/pull/7214). Related issue [#7268](https://togithub.com/pnpm/pnpm/issues/7268).
#### Our Gold Sponsors
#### Our Silver Sponsors
### [`v8.10.1`](https://togithub.com/pnpm/pnpm/releases/tag/v8.10.1)
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.10.0...v8.10.1)
#### Patch Changes
- (Important) Tarball resolutions in `pnpm-lock.yaml` will no longer contain a `registry` field. This field has been unused for a long time. This change should not cause any issues besides backward compatible modifications to the lockfile [#7262](https://togithub.com/pnpm/pnpm/pull/7262).
- Fix issue when trying to use `pnpm dlx` in the root of a Windows Drive [#7263](https://togithub.com/pnpm/pnpm/issues/7263).
- Optional dependencies that do not have to be built will be reflinked (or hardlinked) to the store instead of copied [#7046](https://togithub.com/pnpm/pnpm/issues/7046).
- If a package's tarball cannot be fetched, print the dependency chain that leads to the failed package [#7265](https://togithub.com/pnpm/pnpm/pull/7265).
- After upgrading one of our dependencies, we started to sometimes have an error on publish. We have forked `@npmcli/arborist` to patch it with a fix [#7269](https://togithub.com/pnpm/pnpm/pull/7269).
#### Our Gold Sponsors
#### Our Silver Sponsors
vuejs/vitepress (vitepress)
### [`v1.0.0-rc.25`](https://togithub.com/vuejs/vitepress/blob/HEAD/CHANGELOG.md#100-rc25-2023-11-05)
[Compare Source](https://togithub.com/vuejs/vitepress/compare/v1.0.0-rc.24...v1.0.0-rc.25)
##### Bug Fixes
- double-slash format url should be external link ([#3165](https://togithub.com/vuejs/vitepress/issues/3165)) ([7dbeac6](https://togithub.com/vuejs/vitepress/commit/7dbeac6df0dfc0da74dffc79998a85a3afa86874))
- missing export types in localSearch ([#3157](https://togithub.com/vuejs/vitepress/issues/3157)) ([0761062](https://togithub.com/vuejs/vitepress/commit/0761062790b441eccd0d57d51903271f30e713af))
- **theme:** table row background-color in custom containers ([#3179](https://togithub.com/vuejs/vitepress/issues/3179)) ([beecec1](https://togithub.com/vuejs/vitepress/commit/beecec16a8d62c18f46522d461db353c97199415))
- **theme:** theme switch is not hidden on force-dark ([#3155](https://togithub.com/vuejs/vitepress/issues/3155)) ([2276c1d](https://togithub.com/vuejs/vitepress/commit/2276c1d4dac547bb09015fcd0df73825b32c5fad))
##### Features
- export `mergeConfig()` ([#3143](https://togithub.com/vuejs/vitepress/issues/3143)) ([a850786](https://togithub.com/vuejs/vitepress/commit/a850786a566606fda20cc4ed71b79e975307b52a))
##### Performance Improvements
- reduce duplicate rendering in localSearch ([#3170](https://togithub.com/vuejs/vitepress/issues/3170)) ([878f437](https://togithub.com/vuejs/vitepress/commit/878f4378cdee3c41f7643d9c7693bb607344d0c2))
vuejs/core (vue)
### [`v3.3.8`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#338-2023-11-06)
[Compare Source](https://togithub.com/vuejs/core/compare/v3.3.7...v3.3.8)
##### Bug Fixes
- **compile-sfc:** support `Error` type in `defineProps` ([#5955](https://togithub.com/vuejs/core/issues/5955)) ([a989345](https://togithub.com/vuejs/core/commit/a9893458ec519aae442e1b99e64e6d74685cd22c))
- **compiler-core:** known global should be shadowed by local variables in expression rewrite ([#9492](https://togithub.com/vuejs/core/issues/9492)) ([a75d1c5](https://togithub.com/vuejs/core/commit/a75d1c5c6242e91a73cc5ba01e6da620dea0b3d9)), closes [#9482](https://togithub.com/vuejs/core/issues/9482)
- **compiler-sfc:** fix dynamic directive arguments usage check for slots ([#9495](https://togithub.com/vuejs/core/issues/9495)) ([b39fa1f](https://togithub.com/vuejs/core/commit/b39fa1f8157647859331ce439c42ae016a49b415)), closes [#9493](https://togithub.com/vuejs/core/issues/9493)
- **deps:** update dependency [@vue/repl](https://togithub.com/vue/repl) to ^2.6.2 ([#9536](https://togithub.com/vuejs/core/issues/9536)) ([5cef325](https://togithub.com/vuejs/core/commit/5cef325f41e3b38657c72fa1a38dedeee1c7a60a))
- **deps:** update dependency [@vue/repl](https://togithub.com/vue/repl) to ^2.6.3 ([#9540](https://togithub.com/vuejs/core/issues/9540)) ([176d590](https://togithub.com/vuejs/core/commit/176d59058c9aecffe9da4d4311e98496684f06d4))
- **hydration:** fix tagName access eeror on comment/text node hydration mismatch ([dd8a0cf](https://togithub.com/vuejs/core/commit/dd8a0cf5dcde13d2cbd899262a0e07f16e14e489)), closes [#9531](https://togithub.com/vuejs/core/issues/9531)
- **types:** avoid exposing lru-cache types in generated dts ([462aeb3](https://togithub.com/vuejs/core/commit/462aeb3b600765e219ded2ee9a0ed1e74df61de0)), closes [#9521](https://togithub.com/vuejs/core/issues/9521)
- **warn:** avoid warning on empty children with Suspense ([#3962](https://togithub.com/vuejs/core/issues/3962)) ([405f345](https://togithub.com/vuejs/core/commit/405f34587a63a5f1e3d147b9848219ea98acc22d))
Configuration
š Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
29.5.6
->29.5.7
^18.18.7
->^18.18.8
^18.2.33
->^18.2.36
^8.52.0
->^8.53.0
8.52.0
->8.53.0
8.10.0
->8.10.2
^1.0.0-rc.24
->^1.0.0-rc.25
^3.3.7
->^3.3.8
Release Notes
eslint/eslint (eslint)
### [`v8.53.0`](https://togithub.com/eslint/eslint/releases/tag/v8.53.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.52.0...v8.53.0) #### Features - [`528e1c0`](https://togithub.com/eslint/eslint/commit/528e1c00dc2aa8636e5b706c4270dc655cfa17e3) feat: Deprecate formatting rules ([#17696](https://togithub.com/eslint/eslint/issues/17696)) (Nicholas C. Zakas) - [`c0b11dd`](https://togithub.com/eslint/eslint/commit/c0b11ddb9f8aacc64c3933b9f278939aa7bea481) feat: Add suggestions for no-prototype-builtins ([#17677](https://togithub.com/eslint/eslint/issues/17677)) (Yonathan Randolph) #### Bug Fixes - [`1ad6257`](https://togithub.com/eslint/eslint/commit/1ad6257744d63281235fcc33288394b1d69b34ce) fix: ensure that exit code for fatal errors is not overwritten ([#17683](https://togithub.com/eslint/eslint/issues/17683)) (Milos Djermanovic) - [`b329ea7`](https://togithub.com/eslint/eslint/commit/b329ea748dff45f11c7e218208244dc24fcb5c8f) fix: add `;` after JSX nodes in `no-object-constructor` autofix ([#17672](https://togithub.com/eslint/eslint/issues/17672)) (Francesco Trotta) #### Documentation - [`ab8c60d`](https://togithub.com/eslint/eslint/commit/ab8c60d4f859cec787b5a12f7271b40e666235f5) docs: change position of return to top button ([#17688](https://togithub.com/eslint/eslint/issues/17688)) (Tanuj Kanti) - [`4fc44c0`](https://togithub.com/eslint/eslint/commit/4fc44c0b8c5dca466bffdfe01dfd80794d7762b7) docs: update twitter icon to new X icon ([#17687](https://togithub.com/eslint/eslint/issues/17687)) (Tanuj Kanti) - [`4164b2c`](https://togithub.com/eslint/eslint/commit/4164b2ceec89726b18ea0b0e34fab05735d55a09) docs: Update README (GitHub Actions Bot) - [`8651895`](https://togithub.com/eslint/eslint/commit/8651895ca7ae15e13d74c8be67d9eebd63a7ce1f) docs: Fix tabs in rule examples ([#17653](https://togithub.com/eslint/eslint/issues/17653)) (Francesco Trotta) - [`3aec1c5`](https://togithub.com/eslint/eslint/commit/3aec1c55ba2c6d2833e1c0afe0a58f0cc6bbc0a4) docs: explained rule fixers and suggestions ([#17657](https://togithub.com/eslint/eslint/issues/17657)) (Josh Goldberg āØ) #### Chores - [`ba4d4d5`](https://togithub.com/eslint/eslint/commit/ba4d4d567a82554250dd8c7933322824e6a73944) chore: remove metascraper ([#17707](https://togithub.com/eslint/eslint/issues/17707)) (Milos Djermanovic) - [`0d07338`](https://togithub.com/eslint/eslint/commit/0d0733882944b4849d71a40723c251213698cef9) chore: Update dependencies ([#17706](https://togithub.com/eslint/eslint/issues/17706)) (Milos Djermanovic) - [`93256a3`](https://togithub.com/eslint/eslint/commit/93256a32e312f3f4e5c532762df71bdc06bded20) chore: package.json update for [@eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`485ec7d`](https://togithub.com/eslint/eslint/commit/485ec7d08ed2040c292f52bf9b9152f6c8ef4809) test: fix ESLint tests for caching ([#17699](https://togithub.com/eslint/eslint/issues/17699)) (Milos Djermanovic) - [`db06a7f`](https://togithub.com/eslint/eslint/commit/db06a7ff7992a74368f03d1f21beb00df0407021) ci: bump actions/setup-node from 3 to 4 ([#17676](https://togithub.com/eslint/eslint/issues/17676)) (dependabot\[bot]) - [`994596b`](https://togithub.com/eslint/eslint/commit/994596b07f5ff20a615a4be1ea03e5fd59cdb84b) ci: run tests in Node.js 21 ([#17673](https://togithub.com/eslint/eslint/issues/17673)) (Francesco Trotta)pnpm/pnpm (pnpm)
### [`v8.10.2`](https://togithub.com/pnpm/pnpm/releases/tag/v8.10.2) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.10.1...v8.10.2) #### Patch Changes - Fixed a regression that was shipped with pnpm v8.10.0. Dependencies that were already built should not be rebuilt on repeat install. This issue was introduced via the changes related to [supportedArchitectures](https://togithub.com/pnpm/pnpm/pull/7214). Related issue [#7268](https://togithub.com/pnpm/pnpm/issues/7268). #### Our Gold Sponsorsvuejs/vitepress (vitepress)
### [`v1.0.0-rc.25`](https://togithub.com/vuejs/vitepress/blob/HEAD/CHANGELOG.md#100-rc25-2023-11-05) [Compare Source](https://togithub.com/vuejs/vitepress/compare/v1.0.0-rc.24...v1.0.0-rc.25) ##### Bug Fixes - double-slash format url should be external link ([#3165](https://togithub.com/vuejs/vitepress/issues/3165)) ([7dbeac6](https://togithub.com/vuejs/vitepress/commit/7dbeac6df0dfc0da74dffc79998a85a3afa86874)) - missing export types in localSearch ([#3157](https://togithub.com/vuejs/vitepress/issues/3157)) ([0761062](https://togithub.com/vuejs/vitepress/commit/0761062790b441eccd0d57d51903271f30e713af)) - **theme:** table row background-color in custom containers ([#3179](https://togithub.com/vuejs/vitepress/issues/3179)) ([beecec1](https://togithub.com/vuejs/vitepress/commit/beecec16a8d62c18f46522d461db353c97199415)) - **theme:** theme switch is not hidden on force-dark ([#3155](https://togithub.com/vuejs/vitepress/issues/3155)) ([2276c1d](https://togithub.com/vuejs/vitepress/commit/2276c1d4dac547bb09015fcd0df73825b32c5fad)) ##### Features - export `mergeConfig()` ([#3143](https://togithub.com/vuejs/vitepress/issues/3143)) ([a850786](https://togithub.com/vuejs/vitepress/commit/a850786a566606fda20cc4ed71b79e975307b52a)) ##### Performance Improvements - reduce duplicate rendering in localSearch ([#3170](https://togithub.com/vuejs/vitepress/issues/3170)) ([878f437](https://togithub.com/vuejs/vitepress/commit/878f4378cdee3c41f7643d9c7693bb607344d0c2))vuejs/core (vue)
### [`v3.3.8`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#338-2023-11-06) [Compare Source](https://togithub.com/vuejs/core/compare/v3.3.7...v3.3.8) ##### Bug Fixes - **compile-sfc:** support `Error` type in `defineProps` ([#5955](https://togithub.com/vuejs/core/issues/5955)) ([a989345](https://togithub.com/vuejs/core/commit/a9893458ec519aae442e1b99e64e6d74685cd22c)) - **compiler-core:** known global should be shadowed by local variables in expression rewrite ([#9492](https://togithub.com/vuejs/core/issues/9492)) ([a75d1c5](https://togithub.com/vuejs/core/commit/a75d1c5c6242e91a73cc5ba01e6da620dea0b3d9)), closes [#9482](https://togithub.com/vuejs/core/issues/9482) - **compiler-sfc:** fix dynamic directive arguments usage check for slots ([#9495](https://togithub.com/vuejs/core/issues/9495)) ([b39fa1f](https://togithub.com/vuejs/core/commit/b39fa1f8157647859331ce439c42ae016a49b415)), closes [#9493](https://togithub.com/vuejs/core/issues/9493) - **deps:** update dependency [@vue/repl](https://togithub.com/vue/repl) to ^2.6.2 ([#9536](https://togithub.com/vuejs/core/issues/9536)) ([5cef325](https://togithub.com/vuejs/core/commit/5cef325f41e3b38657c72fa1a38dedeee1c7a60a)) - **deps:** update dependency [@vue/repl](https://togithub.com/vue/repl) to ^2.6.3 ([#9540](https://togithub.com/vuejs/core/issues/9540)) ([176d590](https://togithub.com/vuejs/core/commit/176d59058c9aecffe9da4d4311e98496684f06d4)) - **hydration:** fix tagName access eeror on comment/text node hydration mismatch ([dd8a0cf](https://togithub.com/vuejs/core/commit/dd8a0cf5dcde13d2cbd899262a0e07f16e14e489)), closes [#9531](https://togithub.com/vuejs/core/issues/9531) - **types:** avoid exposing lru-cache types in generated dts ([462aeb3](https://togithub.com/vuejs/core/commit/462aeb3b600765e219ded2ee9a0ed1e74df61de0)), closes [#9521](https://togithub.com/vuejs/core/issues/9521) - **warn:** avoid warning on empty children with Suspense ([#3962](https://togithub.com/vuejs/core/issues/3962)) ([405f345](https://togithub.com/vuejs/core/commit/405f34587a63a5f1e3d147b9848219ea98acc22d))Configuration
š Schedule: Branch creation - "before 4am on Monday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.