chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
nuxt/nuxt (@nuxt/kit)
v3.7.4
3.7.4 is a regularly scheduled patch release.
✅ Upgrading
As usual, our recommendation for upgrading is to run:
nuxi upgrade
👉 Changelog
🩹 Fixes
- nuxt: Use original escapes/quotes in page re-exports (#23191)
- schema: Default devServer host to undefined (#23206)
- nuxt: Correct islandsTransform slot regex (#23226)
- nuxt: Handle vite preload-helper id with extension (#23230)
- nuxt: Load layer middlewares before project middlewares (#22925)
- nuxt: Don't incl overridden layer pages as nested children (#23238)
- vite: Explicitly set vite manifest path (#23276)
- nuxt: Experimental build manifest + client route rules (#21641)
- nuxt: Generate empty file when shim is disabled (#23333)
- nuxt: Apply right types to modules and their runtime files (#23240)
-
nuxt: Add import protection for
nuxt/*exports (#23357) - nuxt: Detect nested pages with /index segments (#23404)
- schema: Ignore pnpm store directory (3510cedc3)
💅 Refactors
- nuxt: Use built-in consola prompts (#23205)
-
kit,nuxt,schema: Use
consolaand improve test dx (#23302)
📖 Documentation
- Add documentation on
nuxt2command (#23211) - Clarify nuxi start command usage (#23215)
- Close
code-blockin migration guide (#23224) - Typo on
callHookmethod (#23231) - nuxt: Remove hanging word in modules docs (#23242)
- Update latest node.js version to 20.x (#23252)
- Add more files to
srcDirJSDoc (#23250) - Add steps for contributing to docs locally (#23270)
- Add support details and update roadmap (#21867, #21893)
- Add
nuxtApp.runWithContext(#23258) - Update 'scheduled' status name (#23307)
- Fix links to configuration options (#23324)
- Update link to
devtools.nuxt.com(#23350) - Add explicit
awaitto clarifysendRedirectis async (#23345) - Remove version from npm links to redirect to latest (#23371)
- Add
tryUseNuxtto kit context utils list (#23373)
🏡 Chore
🤖 CI
- Add lychee link checker (#23254)
- Rename
linkCheckerjob tolink-checker(#23319) - Don't run link checker on pushes to main (e0ddcfa9e)
❤️ Contributors
- Damian Głowala (@DamianGlowala)
- Tech Genius (@TechGenius7777)
- Daniel Roe (@danielroe)
- Percy Ma (@kecrily)
- Josh Deltener (@hecktarzuli)
- Arash (@arashsheyda)
- Abdul Al-Hasany (@abdul-alhasany)
- Muhammad Mahmoud (@MuhammadM1998)
- Pooya Parsa (@pi0)
- Alex Riviere (@fimion)
- Default-kaas (@default-kaas)
- Michel EDIGHOFFER (@edimitchel)
- Arkadiusz Sygulski (@Aareksio)
- Joaquín Sánchez (@userquin)
- Josh Jancourtz (@jcolpal)
- 翠 / Green (@sapphi-red)
- Jeremy Graziani (@AcelisWeaven)
- Julien Huang (@huang-julien)
- Andrey Yolkin (@AndreyYolkin)
- Petro Silenius (@PetroSilenius)
- Ryota Watanabe (@wattanx)
nuxt/module-builder (@nuxt/module-builder)
v0.5.2
💅 Refactors
- Migrate to
citty(#169)
📖 Documentation
- Fix typo (#174)
🏡 Chore
- release: V0.5.1 (fc3a760)
❤️ Contributors
- Daniel Roe [email protected]
- Pionxzh [email protected]
eslint/eslint (eslint)
v8.51.0
Features
-
0a9c433feat: Add--no-warn-ignoredCLI option for flat config (#17569) (Domantas Petrauskas) -
977e67efeat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota)
Bug Fixes
-
f976b2ffix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic) -
0edfe36fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas) -
dd79abcfix:eslint-disableto be able to parse quoted rule names (#17612) (Yosuke Ota) -
d2f6801fix: Ensure correct code path for && followed by ?? (#17618) (Nicholas C. Zakas)
Documentation
-
ee5be81docs: default tosourceType: "module"in rule examples (#17615) (Francesco Trotta) -
1aa26dfdocs: Add more examples for multiline-ternary (#17610) (George Ashiotis) -
47d0b44docs: Update README (GitHub Actions Bot) -
dbf831edocs: use generated og image (#17601) (Percy Ma) -
1866da5docs: Update README (GitHub Actions Bot)
Chores
-
1ef39eachore: upgrade @eslint/js@8.51.0 (#17624) (Milos Djermanovic) -
f8c7403chore: package.json update for @eslint/js release (ESLint Jenkins) -
2665552test: fix flat config linter tests to use Linter in flat config mode (#17616) (Milos Djermanovic) -
7b77bccchore: Refactor CodePathState (#17510) (Nicholas C. Zakas) -
bc77c9achore: Document and refactor ForkContext (#17566) (Nicholas C. Zakas) -
24e1f14chore: Refactor and document CodePath (#17558) (Nicholas C. Zakas)
v8.50.0
Features
-
27d5a9efeat: add suggestions to array-callback-return (#17590) (Tanuj Kanti) -
f9082fffeat: flat-rule-tester make sure default config always matches (#17585) (fnx) -
83914adfeat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas) -
22a5582feat: add ruleno-object-constructor, deprecateno-new-object(#17576) (Francesco Trotta) -
85a3d9efeat: allowVoid option in array-callback-return (#17564) (Tanuj Kanti)
Bug Fixes
-
cc4d26bfix: Ensure deprecated context.parserServices warns (#17593) (Nicholas C. Zakas) -
1ea4cfbfix: Ensure all RuleTester tests all deprecated context methods (#17587) (Nicholas C. Zakas) -
aa1b657fix: wrong suggestion and message inno-misleading-character-class(#17571) (Yosuke Ota)
Documentation
-
1800537docs: Fix and standardize JSX code examples (#17591) (Francesco Trotta) -
48a44a7docs: Add correct/incorrect tags toprefer-arrow-callback(#17589) (Francesco Trotta) -
20893d4docs: fix incorrect tag's place (#17575) (Tanuj Kanti) -
bd7a71fdocs: Update README (GitHub Actions Bot)
Chores
-
f8a8a2dchore: upgrade @eslint/js@8.50.0 (#17599) (Milos Djermanovic) -
38ada6dchore: package.json update for @eslint/js release (ESLint Jenkins)
npm/cli (npm)
v6.14.18
6.14.18 (2022-12-21)
DEPENDENCIES
-
f55bd65da[email protected] -
cd4894696[email protected] -
023d7e96b[email protected] -
dd2811c0b[email protected]:3 -
e21b6ebd9[email protected] -
2bec581c6[email protected] -
273485157[email protected] -
720f8ae5e[email protected] -
5f1200e33[email protected]:0 -
58b74a38b[email protected] -
4b609655f[email protected] -
14c7a1a85[email protected] -
06d9cefc4[email protected] -
1d2da355c[email protected] -
22eda3a26[email protected] -
b77a7f1b0[email protected] -
de37398af[email protected] -
196650baa[email protected] -
3218c16b5[email protected] -
0f5d57919[email protected] -
43ed5c23b[email protected] -
31b51c564[email protected] -
209a79d1f[email protected] -
4778a8d95[email protected] -
8b357e558[email protected] -
d3e7eed13[email protected]
v6.14.17
6.14.17 (2022-04-28)
DEPENDENCIES
v6.14.16
6.14.16 (2022-01-19)
CHORE
-
0afe4f12fupdate one-time password prompt (@ruyadorno)
DEPENDENCIES
v6.14.15
6.14.15 (2021-08-23)
DEPENDENCIES
sass/dart-sass (sass)
v1.69.0
-
Add a
meta.get-mixin()function that returns a mixin as a first-class Sass value. -
Add a
meta.apply()mixin that includes a mixin value. -
Add a
meta.module-mixins()function which returns a map from mixin names in a module to the first-class mixins that belong to those names. -
Add a
meta.accepts-content()function which returns whether or not a mixin value can take a content block. -
Add support for the relative color syntax from CSS Color 5. This syntax cannot be used to create Sass color values. It is always emitted as-is in the CSS output.
Dart API
- Deprecate
Deprecation.calcInterpsince it was never actually emitted as a deprecation.
Embedded Sass
- Fix a rare race condition where the embedded compiler could freeze when a protocol error was immediately followed by another request.
v1.68.0
- Fix the source spans associated with the
abs-percentdeprecation.
JS API
-
Non-filesystem importers can now set the
nonCanonicalSchemefield, which declares that one or more URL schemes (without:) will never be used for URLs returned by thecanonicalize()method. -
Add a
containingUrlfield to thecanonicalize()andfindFileUrl()methods of importers, which is set to the canonical URL of the stylesheet that contains the current load. For filesystem importers, this is always set; for other importers, it's set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer.
Dart API
-
Add
AsyncImporter.isNonCanonicalScheme, which importers (async or sync) can use to indicate that a certain URL scheme will never be used for URLs returned by thecanonicalize()method. -
Add
AsyncImporter.containingUrl, which is set during calls to thecanonicalize()method to the canonical URL of the stylesheet that contains the current load. This is set only if the current load has no URL scheme, or if its URL scheme is declared as non-canonical by the importer.
Embedded Sass
-
The
CalculationValue.interpolationfield is deprecated and will be removed in a future version. It will no longer be set by the compiler, and if the host sets it it will be treated as equivalent toCalculationValue.stringexcept that"("and")"will be added to the beginning and end of the string values. -
Properly include TypeScript types in the
sass-embeddedpackage.
vitest-dev/vitest (vitest)
v0.34.6
🐞 Bug Fixes
- Overwrite global URL with environment's - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4164 (cbe13)
- Correctly resolve external dependencies loaded by custom environments - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4196 (e3408)
-
runner: The fixture of
test.extendshould be init once time in all test - by @Dunqing in https://github.com/vitest-dev/vitest/issues/4168 (730b2)
View changes on GitHub
v0.34.5
🚀 Features
-
config:
- Add
diffoption - by @fenghan34 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/4063 (b50cf)
- Add
-
coverage:
- Add
coverage['100']to istanbul provider - by @marcelobotega in https://github.com/vitest-dev/vitest/issues/4109 (a7e09)
- Add
-
vitest:
- Support
vi.waitFormethod - by @Dunqing and @sheremet-va in https://github.com/vitest-dev/vitest/issues/4113 (d79cb) - Allow using unprocessed environment files - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4098 (1aee1)
- Support
vi.waitUntilmethod - by @Dunqing and @sheremet-va in https://github.com/vitest-dev/vitest/issues/4129 (e0ac9)
- Support
🐞 Bug Fixes
- Update HappyDOMOptions to be compatible with v12 - by @anthonyblond in https://github.com/vitest-dev/vitest/issues/4135 (e8797)
- Print value shape when .resolves and .rejects fails - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4137 (e649d)
-
docs:
- Fix lint errors on onConsoleLog example - by @marcelobotega in https://github.com/vitest-dev/vitest/issues/4116 (ba1e7)
-
expect:
- Improve the error message when nothing is thrown when testing
toThrow- by @Dunqing in https://github.com/vitest-dev/vitest/issues/3979 (725a0)
- Improve the error message when nothing is thrown when testing
-
happy-dom:
- Catch errors in happy-dom - by @capricorn86 in https://github.com/vitest-dev/vitest/issues/4140 (c21c0)
-
runner:
- Restore leading space in
testNamePattern- by @segrey in https://github.com/vitest-dev/vitest/issues/4103 and https://github.com/vitest-dev/vitest/issues/4104 (3c305) -
test.extenddoesn't work in hooks without test - by @Dunqing in https://github.com/vitest-dev/vitest/issues/4065 (175c7)
- Restore leading space in
-
snapshot:
- Support mix of normal/with placeholders snapshots - by @RobertPechaCZ in https://github.com/vitest-dev/vitest/issues/4118 (01e01)
-
ui:
- Correctly render ansi diff - by @so1ve and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3810 (8c315)
-
vite-node:
- Export
SourceMapInputto fix CYCLIC_CROSS_CHUNK_REEXPORT - by @Dunqing in https://github.com/vitest-dev/vitest/issues/4128 (ca70a) - Align vite dependency version with vitest - by @sheremet-va (90ff8)
- Export
-
vitest:
- Rerun tests if a file loaded with query changes - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4130 (a084c)
- Inject "define" in workspaces - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4096 (b4d5a)
🏎 Performance
- Use lazy require in vm pool - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4136 (21ba4)
View changes on GitHub
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 has been generated by Mend Renovate. View repository job log here.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.