nuxt/eslint (@nuxt/eslint)
### [`v0.5.0`](https://togithub.com/nuxt/eslint/releases/tag/v0.5.0)
[Compare Source](https://togithub.com/nuxt/eslint/compare/v0.4.0...v0.5.0)
##### 🚀 Features
- Enable `@typescript-eslint/no-import-type-side-effects`, close [#439](https://togithub.com/nuxt/eslint/issues/439) - by [@antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/439](https://togithub.com/nuxt/eslint/issues/439) [(7361c)](https://togithub.com/nuxt/eslint/commit/7361c73)
- Upgrade `@typescript-eslint` to v8 - by [@antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/471](https://togithub.com/nuxt/eslint/issues/471) [(4d08e)](https://togithub.com/nuxt/eslint/commit/4d08ea8)
##### [View changes on GitHub](https://togithub.com/nuxt/eslint/compare/v0.4.0...v0.5.0)
WordPress/gutenberg (@wordpress/env)
### [`v10.5.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/env/CHANGELOG.md#1050-2024-08-07)
[Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/env@10.4.0...@wordpress/env@10.5.0)
antfu/nuxt-content-twoslash (nuxt-content-twoslash)
### [`v0.1.1`](https://togithub.com/antfu/nuxt-content-twoslash/releases/tag/v0.1.1)
[Compare Source](https://togithub.com/antfu/nuxt-content-twoslash/compare/v0.1.0...v0.1.1)
##### 🚀 Features
- **cli**: Allow loading additional languages when checking - by [@danielroe](https://togithub.com/danielroe) in [https://github.com/antfu/nuxt-content-twoslash/issues/4](https://togithub.com/antfu/nuxt-content-twoslash/issues/4) [(4800d)](https://togithub.com/antfu/nuxt-content-twoslash/commit/4800dca)
##### [View changes on GitHub](https://togithub.com/antfu/nuxt-content-twoslash/compare/v0.1.0...v0.1.1)
pnpm/pnpm (pnpm)
### [`v9.7.0`](https://togithub.com/pnpm/pnpm/releases/tag/v9.7.0): pnpm 9.7
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.6.0...v9.7.0)
#### Minor Changes
- Added pnpm version management. If the `manage-package-manager-versions` setting is set to `true`, pnpm will switch to the version specified in the `packageManager` field of `package.json` [#8363](https://togithub.com/pnpm/pnpm/pull/8363). This is the same field used by Corepack. Example:
```json
{
"packageManager": "pnpm@9.3.0"
}
```
- Added the ability to apply patch to all versions [#8337](https://togithub.com/pnpm/pnpm/pull/8337).
If the key of `pnpm.patchedDependencies` is a package name without a version (e.g. `pkg`), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version of `pkg` installed, `pnpm patch pkg` and subsequent `pnpm patch-commit $edit_dir` will create an entry named `pkg` in `pnpm.patchedDependencies`. And pnpm will attempt to apply this patch to other versions of `pkg` in the future.
- Change the default edit dir location when running `pnpm patch` from a temporary directory to `node_modules/.pnpm_patches/pkg[@version]` to allow the code editor to open the edit dir in the same file tree as the main project [#8379](https://togithub.com/pnpm/pnpm/issues/8379).
- Substitute environment variables in config keys [#6679](https://togithub.com/pnpm/pnpm/issues/6679).
#### Patch Changes
- `pnpm install` should run `node-gyp rebuild` if the project has a `binding.gyp` file even if the project doesn't have an install script [#8293](https://togithub.com/pnpm/pnpm/issues/8293).
- Print warnings to stderr [#8342](https://togithub.com/pnpm/pnpm/pull/8342).
- Peer dependencies of optional peer dependencies should be automatically installed [#8323](https://togithub.com/pnpm/pnpm/issues/8323).
#### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
vitejs/vite (vite)
### [`v5.4.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#540-2024-08-07)
- fix(build): windows platform build output path error ([#17818](https://togithub.com/vitejs/vite/issues/17818)) ([6ae0615](https://togithub.com/vitejs/vite/commit/6ae0615416762dd1b89393316308cf8edf115c34)), closes [#17818](https://togithub.com/vitejs/vite/issues/17818)
- fix(deps): update launch-editor to consume fix for windows paths ([#17828](https://togithub.com/vitejs/vite/issues/17828)) ([cf2f90d](https://togithub.com/vitejs/vite/commit/cf2f90d4b9f9b16b8009b0f9d0d9f7e71e98c54d)), closes [#17828](https://togithub.com/vitejs/vite/issues/17828)
- fix(ssr): fix `global` variable name conflict ([#17809](https://togithub.com/vitejs/vite/issues/17809)) ([6aa2206](https://togithub.com/vitejs/vite/commit/6aa220607b4f5457c1ef9ff68d75885a9abbdaf6)), closes [#17809](https://togithub.com/vitejs/vite/issues/17809)
- fix(worker): fix `importScripts` injection breaking iife code ([#17827](https://togithub.com/vitejs/vite/issues/17827)) ([bb4ba9f](https://togithub.com/vitejs/vite/commit/bb4ba9f448da01782f585369f80c4517da087000)), closes [#17827](https://togithub.com/vitejs/vite/issues/17827)
- chore: bump typescript-eslint to v8 ([#17624](https://togithub.com/vitejs/vite/issues/17624)) ([d1891fd](https://togithub.com/vitejs/vite/commit/d1891fda026d27f53409dec97e156a59da609196)), closes [#17624](https://togithub.com/vitejs/vite/issues/17624)
- chore(deps): update all non-major dependencies ([#17820](https://togithub.com/vitejs/vite/issues/17820)) ([bb2f8bb](https://togithub.com/vitejs/vite/commit/bb2f8bb55fdd64e4f16831ff98921c221a5e734a)), closes [#17820](https://togithub.com/vitejs/vite/issues/17820)
- perf(ssr): do a single-pass over AST with node cache arrays ([#17812](https://togithub.com/vitejs/vite/issues/17812)) ([81327eb](https://togithub.com/vitejs/vite/commit/81327eb980c308474a586a9cb9c0c5fff10eba34)), closes [#17812](https://togithub.com/vitejs/vite/issues/17812)
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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^1.1.23
->^1.1.24
^1.1.67
->^1.1.68
^1.1.8
->^1.1.9
^0.4.0
->^0.5.0
^0.4.0
->^0.5.0
^1.4.0
->^1.4.1
^10.4.0
->^10.5.0
22.4-browsers
->22.6-browsers
^0.1.0
->^0.1.1
9.6.0
->9.7.0
^5.3.5
->^5.4.0
Release Notes
nuxt/eslint (@nuxt/eslint)
### [`v0.5.0`](https://togithub.com/nuxt/eslint/releases/tag/v0.5.0) [Compare Source](https://togithub.com/nuxt/eslint/compare/v0.4.0...v0.5.0) ##### 🚀 Features - Enable `@typescript-eslint/no-import-type-side-effects`, close [#439](https://togithub.com/nuxt/eslint/issues/439) - by [@antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/439](https://togithub.com/nuxt/eslint/issues/439) [(7361c)](https://togithub.com/nuxt/eslint/commit/7361c73) - Upgrade `@typescript-eslint` to v8 - by [@antfu](https://togithub.com/antfu) in [https://github.com/nuxt/eslint/issues/471](https://togithub.com/nuxt/eslint/issues/471) [(4d08e)](https://togithub.com/nuxt/eslint/commit/4d08ea8) ##### [View changes on GitHub](https://togithub.com/nuxt/eslint/compare/v0.4.0...v0.5.0)WordPress/gutenberg (@wordpress/env)
### [`v10.5.0`](https://togithub.com/WordPress/gutenberg/blob/HEAD/packages/env/CHANGELOG.md#1050-2024-08-07) [Compare Source](https://togithub.com/WordPress/gutenberg/compare/@wordpress/env@10.4.0...@wordpress/env@10.5.0)antfu/nuxt-content-twoslash (nuxt-content-twoslash)
### [`v0.1.1`](https://togithub.com/antfu/nuxt-content-twoslash/releases/tag/v0.1.1) [Compare Source](https://togithub.com/antfu/nuxt-content-twoslash/compare/v0.1.0...v0.1.1) ##### 🚀 Features - **cli**: Allow loading additional languages when checking - by [@danielroe](https://togithub.com/danielroe) in [https://github.com/antfu/nuxt-content-twoslash/issues/4](https://togithub.com/antfu/nuxt-content-twoslash/issues/4) [(4800d)](https://togithub.com/antfu/nuxt-content-twoslash/commit/4800dca) ##### [View changes on GitHub](https://togithub.com/antfu/nuxt-content-twoslash/compare/v0.1.0...v0.1.1)pnpm/pnpm (pnpm)
### [`v9.7.0`](https://togithub.com/pnpm/pnpm/releases/tag/v9.7.0): pnpm 9.7 [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.6.0...v9.7.0) #### Minor Changes - Added pnpm version management. If the `manage-package-manager-versions` setting is set to `true`, pnpm will switch to the version specified in the `packageManager` field of `package.json` [#8363](https://togithub.com/pnpm/pnpm/pull/8363). This is the same field used by Corepack. Example: ```json { "packageManager": "pnpm@9.3.0" } ``` - Added the ability to apply patch to all versions [#8337](https://togithub.com/pnpm/pnpm/pull/8337). If the key of `pnpm.patchedDependencies` is a package name without a version (e.g. `pkg`), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version of `pkg` installed, `pnpm patch pkg` and subsequent `pnpm patch-commit $edit_dir` will create an entry named `pkg` in `pnpm.patchedDependencies`. And pnpm will attempt to apply this patch to other versions of `pkg` in the future. - Change the default edit dir location when running `pnpm patch` from a temporary directory to `node_modules/.pnpm_patches/pkg[@version]` to allow the code editor to open the edit dir in the same file tree as the main project [#8379](https://togithub.com/pnpm/pnpm/issues/8379). - Substitute environment variables in config keys [#6679](https://togithub.com/pnpm/pnpm/issues/6679). #### Patch Changes - `pnpm install` should run `node-gyp rebuild` if the project has a `binding.gyp` file even if the project doesn't have an install script [#8293](https://togithub.com/pnpm/pnpm/issues/8293). - Print warnings to stderr [#8342](https://togithub.com/pnpm/pnpm/pull/8342). - Peer dependencies of optional peer dependencies should be automatically installed [#8323](https://togithub.com/pnpm/pnpm/issues/8323). #### Platinum Sponsorsvitejs/vite (vite)
### [`v5.4.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#540-2024-08-07) - fix(build): windows platform build output path error ([#17818](https://togithub.com/vitejs/vite/issues/17818)) ([6ae0615](https://togithub.com/vitejs/vite/commit/6ae0615416762dd1b89393316308cf8edf115c34)), closes [#17818](https://togithub.com/vitejs/vite/issues/17818) - fix(deps): update launch-editor to consume fix for windows paths ([#17828](https://togithub.com/vitejs/vite/issues/17828)) ([cf2f90d](https://togithub.com/vitejs/vite/commit/cf2f90d4b9f9b16b8009b0f9d0d9f7e71e98c54d)), closes [#17828](https://togithub.com/vitejs/vite/issues/17828) - fix(ssr): fix `global` variable name conflict ([#17809](https://togithub.com/vitejs/vite/issues/17809)) ([6aa2206](https://togithub.com/vitejs/vite/commit/6aa220607b4f5457c1ef9ff68d75885a9abbdaf6)), closes [#17809](https://togithub.com/vitejs/vite/issues/17809) - fix(worker): fix `importScripts` injection breaking iife code ([#17827](https://togithub.com/vitejs/vite/issues/17827)) ([bb4ba9f](https://togithub.com/vitejs/vite/commit/bb4ba9f448da01782f585369f80c4517da087000)), closes [#17827](https://togithub.com/vitejs/vite/issues/17827) - chore: bump typescript-eslint to v8 ([#17624](https://togithub.com/vitejs/vite/issues/17624)) ([d1891fd](https://togithub.com/vitejs/vite/commit/d1891fda026d27f53409dec97e156a59da609196)), closes [#17624](https://togithub.com/vitejs/vite/issues/17624) - chore(deps): update all non-major dependencies ([#17820](https://togithub.com/vitejs/vite/issues/17820)) ([bb2f8bb](https://togithub.com/vitejs/vite/commit/bb2f8bb55fdd64e4f16831ff98921c221a5e734a)), closes [#17820](https://togithub.com/vitejs/vite/issues/17820) - perf(ssr): do a single-pass over AST with node cache arrays ([#17812](https://togithub.com/vitejs/vite/issues/17812)) ([81327eb](https://togithub.com/vitejs/vite/commit/81327eb980c308474a586a9cb9c0c5fff10eba34)), closes [#17812](https://togithub.com/vitejs/vite/issues/17812)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.