Closed renovate[bot] closed 1 year ago
Run & review this pull request in StackBlitz Codeflow.
Updated and removed dependencies detected. Learn more about Socket for GitHub โ๏ธ
Packages | Version | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|---|
@nuxt/schema | 3.6.0...3.6.1 | None | +0/-13 |
357 kB | danielroe |
@nuxt/kit | 3.6.0...3.6.1 | None | +1/-15 |
466 kB | danielroe |
๐ฎ Removed packages: @types/node@18.16.18, consola@3.1.0, eslint@8.43.0, fast-glob@3.2.12, typescript@5.1.3
This PR contains the following updates:
^3.6.0
->^3.6.1
^3.6.0
->^3.6.1
^18.16.18
->^18.16.19
^3.1.0
->^3.2.2
^8.43.0
->^8.44.0
^3.2.12
->^3.3.0
8.6.4
->8.6.5
^5.1.3
->^5.1.6
Release Notes
nuxt/nuxt (@nuxt/kit)
### [`v3.6.1`](https://togithub.com/nuxt/nuxt/releases/tag/v3.6.1) [Compare Source](https://togithub.com/nuxt/nuxt/compare/v3.6.0...v3.6.1) > 3.6.1 is a bugfix/patch release with some significant patches merged since 3.6.0 #### โ Upgrading As usual, our recommendation for upgrading is to run: ```sh nuxi upgrade --force ``` This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem. #### ๐ Changelog [compare changes](https://togithub.com/nuxt/nuxt/compare/v3.6.0...v3.6.1) ##### ๐ฉน Fixes - **nuxt:** Use esbuild/acorn instead of `typescript` dep ([#21729](https://togithub.com/nuxt/nuxt/pull/21729)) - **nuxt:** Proxy headers to islands + returned prerender hints ([#21740](https://togithub.com/nuxt/nuxt/pull/21740)) - **nuxt:** Respect `false` to disable spa loading template ([#21739](https://togithub.com/nuxt/nuxt/pull/21739)) - **nuxt:** Remove `path` from SPA payload ([#21732](https://togithub.com/nuxt/nuxt/pull/21732)) - **nuxt:** Only remove one item from middleware ([#21730](https://togithub.com/nuxt/nuxt/pull/21730)) - **nuxt:** Escape colons in page paths ([#21731](https://togithub.com/nuxt/nuxt/pull/21731)) - **nuxt:** Augment nitro config within server context as well ([#21724](https://togithub.com/nuxt/nuxt/pull/21724)) - **nuxt:** Inline global css with `ssr: false` route rule ([#21763](https://togithub.com/nuxt/nuxt/pull/21763)) - **vite:** Resolve css files without importer id first ([#21770](https://togithub.com/nuxt/nuxt/pull/21770)) - **vite:** Emit assets referenced in inline css ([#21790](https://togithub.com/nuxt/nuxt/pull/21790)) - **nuxt:** Support importing types from `#imports` ([#21796](https://togithub.com/nuxt/nuxt/pull/21796)) - **nuxt:** Use starting index when transforming islands ([#21795](https://togithub.com/nuxt/nuxt/pull/21795)) ##### ๐ Documentation - Add `defineNuxtRouteMiddleware` migration ([#21718](https://togithub.com/nuxt/nuxt/pull/21718)) - Add a link to Docus layer nuxt config file ([#21742](https://togithub.com/nuxt/nuxt/pull/21742)) - Remove outdated reference to stable version ([#21785](https://togithub.com/nuxt/nuxt/pull/21785)) - Centre example loading spinner ([#21792](https://togithub.com/nuxt/nuxt/pull/21792)) ##### โ Tests - Bump bundle size ([e69837d6a](https://togithub.com/nuxt/nuxt/commit/e69837d6a)) ##### โค๏ธ Contributors - Jenjen75 ([@jenjen75](https://togithub.com/jenjen75)) - Daniel Roe ([@danielroe](https://togithub.com/danielroe)) - Anthony Fu ([@antfu](https://togithub.com/antfu)) - Eddie ([@Eddie344](https://togithub.com/Eddie344)) - Julien Le Coupanec ([@LeCoupa](https://togithub.com/LeCoupa)) - Ryota Watanabe ([@wattanx](https://togithub.com/wattanx))unjs/consola (consola)
### [`v3.2.2`](https://togithub.com/unjs/consola/blob/HEAD/CHANGELOG.md#v322) [Compare Source](https://togithub.com/unjs/consola/compare/v3.2.1...v3.2.2) [compare changes](https://togithub.com/unjs/consola/compare/v3.2.1...v3.2.2) ##### ๐ฉน Fixes - **fancy:** Add node 14 compatibility ([#204](https://togithub.com/unjs/consola/pull/204)) ##### ๐ฆ Build - **pkg:** Add supported engines field ([#179](https://togithub.com/unjs/consola/pull/179)) ##### โค๏ธ Contributors - Pooya Parsa ([@pi0](http://github.com/pi0)) ### [`v3.2.1`](https://togithub.com/unjs/consola/blob/HEAD/CHANGELOG.md#v321) [Compare Source](https://togithub.com/unjs/consola/compare/v3.2.0...v3.2.1) [compare changes](https://togithub.com/unjs/consola/compare/v3.2.0...v3.2.1) ##### ๐ฉน Fixes - **box:** Fix preset naming for `singleThick` ([#201](https://togithub.com/unjs/consola/pull/201)) - **fancy:** Style underscore with surrounding spaces ([#203](https://togithub.com/unjs/consola/pull/203)) ##### โค๏ธ Contributors - Pooya Parsa ([@pi0](http://github.com/pi0)) - Christian Preston ([@cpreston321](http://github.com/cpreston321)) ### [`v3.2.0`](https://togithub.com/unjs/consola/blob/HEAD/CHANGELOG.md#v320) [Compare Source](https://togithub.com/unjs/consola/compare/v3.1.0...v3.2.0) [compare changes](https://togithub.com/unjs/consola/compare/v3.1.0...v3.2.0) ##### ๐ Enhancements - **fancy:** Support underlining ([#191](https://togithub.com/unjs/consola/pull/191)) - `consola.box` ([#193](https://togithub.com/unjs/consola/pull/193)) - `consola/utils` subpath export ([#199](https://togithub.com/unjs/consola/pull/199)) - Color utils ([#200](https://togithub.com/unjs/consola/pull/200)) ##### ๐ฉน Fixes - Inherit mocks ([#183](https://togithub.com/unjs/consola/pull/183)) - Correct and improve return types for single and multi select prompts ([#197](https://togithub.com/unjs/consola/pull/197)) - Preserve tag casing ([#190](https://togithub.com/unjs/consola/pull/190)) ##### ๐ก Chore - Update prompt example ([#196](https://togithub.com/unjs/consola/pull/196)) - Lint code ([d424218](https://togithub.com/unjs/consola/commit/d424218)) - Update dependencies ([dabb705](https://togithub.com/unjs/consola/commit/dabb705)) ##### โค๏ธ Contributors - Pooya Parsa ([@pi0](http://github.com/pi0)) - Christian Preston ([@cpreston321](http://github.com/cpreston321)) - Leex ([@jsonleex](http://github.com/jsonleex)) - Inesh Bose - Damian Gลowalaeslint/eslint (eslint)
### [`v8.44.0`](https://togithub.com/eslint/eslint/releases/tag/v8.44.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.43.0...v8.44.0) #### Features - [`1766771`](https://togithub.com/eslint/eslint/commit/176677180a4a1209fc192771521c9192e1f67578) feat: add `es2023` and `es2024` environments ([#17328](https://togithub.com/eslint/eslint/issues/17328)) (Milos Djermanovic) - [`4c50400`](https://togithub.com/eslint/eslint/commit/4c5040022639ae804c15b366afc6e64982bd8ae3) feat: add `ecmaVersion: 2024`, regexp `v` flag parsing ([#17324](https://togithub.com/eslint/eslint/issues/17324)) (Milos Djermanovic) - [`4d411e4`](https://togithub.com/eslint/eslint/commit/4d411e4c7063274d6d346f1b7ee46f7575d0bbd2) feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule ([#17270](https://togithub.com/eslint/eslint/issues/17270)) (Percy Ma) - [`c8b1f4d`](https://togithub.com/eslint/eslint/commit/c8b1f4d61a256727755d561bf53f889b6cd712e0) feat: Move `parserServices` to `SourceCode` ([#17311](https://togithub.com/eslint/eslint/issues/17311)) (Milos Djermanovic) - [`ef6e24e`](https://togithub.com/eslint/eslint/commit/ef6e24e42670f321d996948623846d9caaedac99) feat: treat unknown nodes as having the lowest precedence ([#17302](https://togithub.com/eslint/eslint/issues/17302)) (Brad Zacher) - [`1866e1d`](https://togithub.com/eslint/eslint/commit/1866e1df6175e4ba0ae4a0d88dc3c956bb310035) feat: allow flat config files to export a Promise ([#17301](https://togithub.com/eslint/eslint/issues/17301)) (Milos Djermanovic) #### Bug Fixes - [`a36bcb6`](https://togithub.com/eslint/eslint/commit/a36bcb67f26be42c794797d0cc9948b9cfd4ff71) fix: no-unused-vars false positive with logical assignment operators ([#17320](https://togithub.com/eslint/eslint/issues/17320)) (Gweesin Chan) - [`7620b89`](https://togithub.com/eslint/eslint/commit/7620b891e81c234f30f9dbcceb64a05fd0dde65e) fix: Remove `no-unused-labels` autofix before potential directives ([#17314](https://togithub.com/eslint/eslint/issues/17314)) (Francesco Trotta) - [`391ed38`](https://togithub.com/eslint/eslint/commit/391ed38b09bd1a3abe85db65b8fcda980ab3d6f4) fix: Remove `no-extra-semi` autofix before potential directives ([#17297](https://togithub.com/eslint/eslint/issues/17297)) (Francesco Trotta) #### Documentation - [`526e911`](https://togithub.com/eslint/eslint/commit/526e91106e6fe101578e9478a9d7f4844d4f72ac) docs: resubmit pr 17115 doc changes ([#17291](https://togithub.com/eslint/eslint/issues/17291)) (ๅฏ็ถ) - [`e1314bf`](https://togithub.com/eslint/eslint/commit/e1314bf85a52bb0d05b1c9ca3b4c1732bae22172) docs: Integration section and tutorial ([#17132](https://togithub.com/eslint/eslint/issues/17132)) (Ben Perlmutter) - [`19a8c5d`](https://togithub.com/eslint/eslint/commit/19a8c5d84596a9f7f2aa428c1696ba86daf854e6) docs: Update README (GitHub Actions Bot) #### Chores - [`49e46ed`](https://togithub.com/eslint/eslint/commit/49e46edf3c8dc71d691a97fc33b63ed80ae0db0c) chore: upgrade [@eslint/js](https://togithub.com/eslint/js)[@8](https://togithub.com/8).44.0 ([#17329](https://togithub.com/eslint/eslint/issues/17329)) (Milos Djermanovic) - [`a1cb642`](https://togithub.com/eslint/eslint/commit/a1cb6421f9d185901cd99e5f696e912226ef6632) chore: package.json update for [@eslint/js](https://togithub.com/eslint/js) release (ESLint Jenkins) - [`840a264`](https://togithub.com/eslint/eslint/commit/840a26462bbf6c27c52c01b85ee2018062157951) test: More test cases for no-case-declarations ([#17315](https://togithub.com/eslint/eslint/issues/17315)) (Elian Cordoba) - [`e6e74f9`](https://togithub.com/eslint/eslint/commit/e6e74f9eef0448129dd4775628aba554a2d8c8c9) chore: package.json update for eslint-config-eslint release (ESLint Jenkins) - [`eb3d794`](https://togithub.com/eslint/eslint/commit/eb3d7946e1e9f70254008744dba2397aaa730114) chore: upgrade semver@7.5.3 ([#17323](https://togithub.com/eslint/eslint/issues/17323)) (Ziyad El Abid) - [`cf88439`](https://togithub.com/eslint/eslint/commit/cf884390ad8071d88eae05df9321100f1770363d) chore: upgrade optionator@0.9.3 ([#17319](https://togithub.com/eslint/eslint/issues/17319)) (Milos Djermanovic) - [`9718a97`](https://togithub.com/eslint/eslint/commit/9718a9781d69d2c40b68c631aed97700b32c0082) refactor: remove unnecessary code in `flat-eslint.js` ([#17308](https://togithub.com/eslint/eslint/issues/17308)) (Milos Djermanovic) - [`f82e56e`](https://togithub.com/eslint/eslint/commit/f82e56e9acfb9562ece76441472d5657d7d5e296) perf: various performance improvements ([#17135](https://togithub.com/eslint/eslint/issues/17135)) (moonlightaria) - [`da81e66`](https://togithub.com/eslint/eslint/commit/da81e66e22b4f3d3fe292cf70c388753304deaad) chore: update eslint-plugin-jsdoc to 46.2.5 ([#17245](https://togithub.com/eslint/eslint/issues/17245)) (ๅฏ็ถ) - [`b991640`](https://togithub.com/eslint/eslint/commit/b991640176d5dce4750f7cc71c56cd6f284c882f) chore: switch eslint-config-eslint to the flat format ([#17247](https://togithub.com/eslint/eslint/issues/17247)) (ๅฏ็ถ)mrmlnc/fast-glob (fast-glob)
### [`v3.3.0`](https://togithub.com/mrmlnc/fast-glob/releases/tag/3.3.0) [Compare Source](https://togithub.com/mrmlnc/fast-glob/compare/3.2.12...3.3.0) > **Full Changelog**: https://github.com/mrmlnc/fast-glob/compare/3.2.12...3.3.0 #### ๐ Improvements **Method aliases** New methods (`glob`, `globSync`, `globStream`) have been added in addition to the current methods (default import, `sync`, `stream`), which eliminate the need to rename the method when importing. In addition, an `async` alias has been added for the default import, which makes it possible to use this packet with ESM. **Method to convert paths to globs** A new method (`convertPathToPattern`) has been added in this release to convert a path to a pattern. The primary goal is to enable users to avoid processing Windows paths in each location where this package is used by utilities from third-party packages. See more details in the [pull request](https://togithub.com/mrmlnc/fast-glob/pull/392). #### ๐ Bug fixes - In the past, we mishandled patterns that contained slashes when the `baseNameMatch` option was enabled, which went against the documented behavior. ([#312](https://togithub.com/mrmlnc/fast-glob/issues/312)) - Several problems with matching patterns that contain brace expansion have been resolved. The primary issue solved is when the pattern has duplicate slashes after it is expanded ([#394](https://togithub.com/mrmlnc/fast-glob/issues/394)), or the `micromatch` package does not correctly generate a regular expression ([#365](https://togithub.com/mrmlnc/fast-glob/issues/365)). - All negative patterns will now have the `dot` option enabled when matching paths. Previously, the `!**/*` patterns did not exclude hidden files (start with a dot). ([#343](https://togithub.com/mrmlnc/fast-glob/issues/343)) - The issue that led to duplicates in the results when overlapping or duplicate patterns were present among the patterns has been fixed. At the moment, we are only talking about leading dot. Other cases are not included. For example, running with the patterns `['./file.md', 'file.md', '*']` will now only include `file.md` once in the results. ([#190](https://togithub.com/mrmlnc/fast-glob/issues/190)) #### ๐ Documentation A [clarifying note](https://togithub.com/mrmlnc/fast-glob/blob/master/README.md#concurrency) has been added for the `concurrency` option, which provides more detailed information about the Thread Pool utilization. #### โ๏ธ Infrastructure - The benchmark in CI is now running on Node.js 20. - The benchmark now uses the public package [bencho](https://togithub.com/mrmlnc/bencho) instead of an in-house implementation. You may want to try this solution for your packages and provide feedback. #### ๐ฅ New Contributors - [@josh-hemphill](https://togithub.com/josh-hemphill) made their first contribution in [https://github.com/mrmlnc/fast-glob/pull/383](https://togithub.com/mrmlnc/fast-glob/pull/383) - [@mairaw](https://togithub.com/mairaw) made their first contribution in [https://github.com/mrmlnc/fast-glob/pull/401](https://togithub.com/mrmlnc/fast-glob/pull/401)pnpm/pnpm (pnpm)
### [`v8.6.5`](https://togithub.com/pnpm/pnpm/releases/tag/v8.6.5) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.6.4...v8.6.5) #### Patch Changes - Improve the performance of searching for auth tokens [#6717](https://togithub.com/pnpm/pnpm/pull/6717). #### Our Gold SponsorsMicrosoft/TypeScript (typescript)
### [`v5.1.5`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.1.5): TypeScript 5.1.5 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.1.3...v5.1.5) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v5.1.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.2%22+is%3Aclosed+). - [fixed issues query for Typescript v5.1.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+). - (5.1.4 [intentionally skipped](https://togithub.com/microsoft/TypeScript/issues/53031#issuecomment-1610038922)) - [fixed issues query for Typescript v5.1.5 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.5%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)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.