fix(deps): update frontend non-major dependencies #1424
+1,363
−1,329
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.1.0
->1.2.0
9.3.0
->9.3.4
0.9.12
->0.9.16
9.5.0
->9.8.0
9.5.0
->9.8.0
9.5.0
->9.8.0
1.2.4
->1.2.5
1.8.2
->1.8.4
3.7.2
->3.7.3
0.15.13
->0.16.2
15.4.3
->15.5.0
2.0.0
->2.0.1
3.16.0
->3.16.1
0.15.13
->0.16.2
10.6.1+sha512.40ee09af407fa9fbb5fbfb8e1cb40fbb74c0af0c3e10e9224d7b53c7658528615b2c92450e74cfad91e3a2dcafe3ce4050d80bda71d757756d2ce2b66213e9a3
->10.6.5
10.6.1
->10.6.5
1.29.0
->1.30.0
1.85.1
->1.86.0
13.0.23
->13.0.26
Release Notes
nuxt/eslint (@nuxt/eslint)
v1.2.0
Compare Source
🚀 Features
eslint-plugin-vue
- by @antfu (9fab1)View changes on GitHub
nuxt-modules/i18n (@nuxtjs/i18n)
v9.3.4
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
esbuild
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3428 (b9e00)bundle.optimizeTranslationDirective
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3436 (3f55a)View changes on GitHub
v9.3.3
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
detectBrowserLanguage: false
in SSG plugin - by @ap-arto in https://github.com/nuxt-modules/i18n/issues/3410 (5f56b)View changes on GitHub
v9.3.2
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
@intlify/unplugin-vue-i18n
to^6.0.5
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3420 (10443)View changes on GitHub
v9.3.1
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
std-env
dependency - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3397 (7bc69)View changes on GitHub
nuxt-modules/turnstile (@nuxtjs/turnstile)
v0.9.16
Compare Source
Bug Fixes
[@ts-expect-error](https://redirect.github.com/ts-expect-error)
(#396) (7dddeea)v0.9.15
Compare Source
Bug Fixes
@nuxt/scripts
implementation (#391) (94deb2c)v0.9.14
Compare Source
Bug Fixes
v0.9.13
Compare Source
Bug Fixes
getsentry/sentry-javascript (@sentry/bun)
v9.8.0
Compare Source
res.end
before passing to Proxy (#15776)eventFilters
integration (#15752)v9.7.0
Compare Source
captureLog
method (#15717)sentryHandleError
(#15726)fatal
level for unhandled rejections instrict
mode (#15720)v9.6.1
Compare Source
v9.6.0
Compare Source
Important Changes
feat(tanstackstart): Add
@sentry/tanstackstart-react
package and make@sentry/tanstackstart
package a utility package (#15629)Since TanStack Start is supposed to be a generic framework that supports libraries like React and Solid, the
@sentry/tanstackstart
SDK package was renamed to@sentry/tanstackstart-react
to reflect that the SDK is specifically intended to be used for React TanStack Start applications.Note that the TanStack Start SDK is still in alpha status and may be subject to breaking changes in non-major package updates.
Other Changes
fill
only patches functions (#15632)pageExtensions
when looking for instrumentation file (#15701)options
(#15610)Work in this release was contributed by @angelikatyborska and @nwalters512. Thank you for your contributions!
axios/axios (axios)
v1.8.4
Compare Source
Bug Fixes
allowAbsoluteUrls: false
withoutbaseURL
(#6833) (f10c2e0)Contributors to this release
v1.8.3
Compare Source
Bug Fixes
allowAbsoluteUrls
tobuildFullPath
inxhr
andfetch
adapters (#6814) (ec159e5)Contributors to this release
Codeception/codeceptjs (codeceptjs)
v3.7.3
Compare Source
❤️ Thanks all to those who contributed to make this release! ❤️
🛩️ Features
🐛 Bug Fixes
oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint)
v0.16.2
Compare Source
No significant changes
View changes on GitHub
v0.16.1
Compare Source
No significant changes
View changes on GitHub
v0.16.0
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.15.15
Compare Source
No significant changes
View changes on GitHub
v0.15.14
Compare Source
No significant changes
View changes on GitHub
lint-staged/lint-staged (lint-staged)
v15.5.0
Compare Source
Minor Changes
630af5f
Thanks @iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.Example with Prettier
By default Prettier prefers double quotes.
Previously
file.js
with only double quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
'
are stagedNow
file.js
with only double-quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
calculuschild/marked-extended-tables (marked-extended-tables)
v2.0.1
Compare Source
nuxt/nuxt (nuxt)
v3.16.1
Compare Source
compare changes
🔥 Performance
🩹 Fixes
mocked-exports
(#31295)typedPages
implementation (#31331)📖 Documentation
app.head
example (#31350)addServerTemplate
to modules guide (#31369)rspack
and removetest-utils
for monorepo guide (#31371)ini
syntax block highlighting for.env
files (f79fabe46)useHydration
docs (#31427)🏡 Chore
✅ Tests
srvx
and random port for remote provider (#31432)🤖 CI
❤️ Contributors
oxc-project/oxc (oxlint)
v0.16.2
: oxlint v0.16.2Compare Source
[0.16.2] - 2025-03-21
bfb416c
editor: [BREAKING] Enable nested configuration by default (#9929) (Sysix)Bug Fixes
2e8198e
linter: Skip extending config files that look like named configs or not files (#9932) (camchenry)f649fb3
linter: Reclassifyunicorn/no-document-cookie
as restriction (#9933) (camchenry)Documentation
46a12c6
linter: Tell about junit--format
options (#9931) (Sysix)v0.16.1
: oxlint v0.16.1Compare Source
[0.16.1] - 2025-03-20
Features
0973356
editor: Support nested configs (#9743) (Nicholas Rayburn)8e3d9be
linter: Support--report-unused-disable-directive
(#9223) (1zumii)62c0132
linter: Add import/no-empty-named-blocks rule (#9710) (yefan)ea7e3f0
oxc_language_server: Support nested configs (#9739) (Nicholas Rayburn)Bug Fixes
e9565c9
linter: Parse vue custom tag that starts with script (#9887) (Boshen)e6f7c74
linter: Import and fix tests for typescript::no_unnecessary_parameter_property_assignment (#9720) (Ulrich Stark)4e39ba0
linter: Ignore modules with invalid source (#9801) (branchseer)73fe248
linter/no_case_declarations: Fix span of error forawait using
(#9854) (overlookmotel)2e023ab
linter/react:exhaustive-deps
report longest dependency (#9891) (overlookmotel)a113f7e
parser: Error when}
and>
appear inJSXText
(#9777) (Boshen)3d4c5f3
semantic: Correctly visitIfStmt
test
when building cfg (#9864) (camc314)Performance
d44ab9b
linter: Return early in loop inpromise/no-nesting
(#9808) (therewillbecode)2b65ed2
linter/no_unescaped_entities: Optimize string search and error generation (#9832) (overlookmotel)84fa538
minify: Use mimalloc-safe to replace mimalloc (#9810) (LongYinan)Documentation
8bc70b3
language_server: Tell about Initialization options + didChangeWatchedFiles for nested configuration (#9876) (Alexander S.)e408db8
linter: Improve docs forunicorn/no-abusive-eslint-disable
(#9834) (shulaoda)187fe39
linter: Add correctness examples totypescript-prefer-as-const
(#9805) (therewillbecode)Refactor
723fdfb
linter: Improvejest-prefer-hooks-in-order
(#9892) (therewillbecode)544a090
linter: Remove not implemented ruleconstructor-super
(#9877) (Sysix)8bdac56
linter: Improveast_util::is_method_call
(#9874) (shulaoda)a68e45c
linter: Improveunicorn/no-anonymous-default-export
(#9847) (dalaoshu)6407200
linter: Improveunicorn/new-for-builtins
(#9804) (dalaoshu)b34cf94
oxlint: Removejemallocator
(#9823) (Boshen)v0.16.0
: oxlint v0.16.0Compare Source
Announcing Oxlint Beta: https://oxc.rs/blog/2025-03-15-oxlint-beta.html
[0.16.0] - 2025-03-16
225e266
linter: [BREAKING] Enable--experimental-nested-config
by default and add--disable-nested-config
option (#9760) (camchenry)Features
27d6e9b
editor: Only watch .oxlintrc.json or user supplied config paths (#9731) (Nicholas Rayburn)8dd6809
linter: Addeslint/no-lonely-if
(#9660) (therewillbecode)c22276e
oxc_linter: Sort rules by plugin and rule name when outputting resolved config as a JSON string (#9799) (Nicholas Rayburn)Bug Fixes
22f18ac
linter: Improvejsx-a11y/anchor-ambiguous-text
diagnostic message (#9789) (1zumii)6c11740
linter: False positive inunicorn/catch-error-name
(#9763) (shulaoda)Documentation
ea6b6d9
linter: Improve docs foreslint-valid-typeof
(#9797) (therewillbecode)2c48fba
linter: Fix typo inoxc/bad-min-max-func
(#9791) (Flo)210b876
linter: Improveeslint-no-async-promise-executor
(#9778) (therewillbecode)f8628bc
linter: Improveeslint-no-class-assign
(#9779) (therewillbecode)faca7a8
linter: Improveeslint-no-self-assign
(#9768) (therewillbecode)Refactor
227d203
linter: Improvetypescript-no-unnecessary-type-constraint
(#9798) (therewillbecode)05fe2cd
linter: Useis_lexical
when checking for lexical decl (#9781) (camc314)fcdd810
linter: Remove if let nesting fromunicorn-no-date-clone
(#9767) (therewillbecode)5a9e1b9
linter: Improvetypescript-no-misused-new
(#9766) (therewillbecode)9df5565
linter: Improveunicorn/filename-case
(#9762) (shulaoda)b0b1f18
linter: Remove if let nesting fromnextjs-no-async-client-component
(#9764) (therewillbecode)v0.15.15
: oxlint v0.15.15Compare Source
[0.15.15] - 2025-03-13
This release introduces a new multi-file analysis runtime that addresses numerous bugs reported by the import plugin.
474a57b
linter: A new multi-file analysis runtime (#9383) (branchseer)Features
2ddad59
linter: Add unicorn/require-post-message-target-origin rule (#9684) (yefan)Bug Fixes
6c0978b
linter: No-single-promise-in-promise-methods: do not fix Promise.all when chained (#9697) (camchenry)ab594f1
linter: Turn oxc/no-redundant-constructor-init into typescript/no-unnecessary-parameter-property-assignment (#9618) (Uli)91c009a
linter: Add missing fail cases ineslint-no-array-constructor
(#9659) (therewillbecode)2810e5b
linter: Add missing fail cases in eslint/no-self-compare (#9693) (therewillbecode)Performance
bcbb468
linter: UseOsStr
for faster path comparison and hashing (#9685) (Boshen)Refactor
b9ab60b
linter: Remove if let nesting frombad-min-max-function
(#9722) (therewillbecode)90b0227
linter: Remove if let nesting fromeslint-operator-assignment
(#9721) (therewillbecode)5ef578e
linter: Improvejest/no-alias-methods
(#9694) (therewillbecode)v0.15.14
Compare Source
Features
3fce826
linter: Add support forextends
property in oxlintrc (#9217) (camchenry)pnpm/pnpm (pnpm)
v10.6.5
Compare Source
v10.6.4
: pnpm 10.6.4Compare Source
Patch Changes
pnpm dlx
with--allow-build
flag #9263.use-node-version
should not cause pnpm itself to break #9276.Platinum Sponsors
Gold Sponsors
This PR was generated by Mend Renovate. View the repository job log.