chore(deps): update all non-major dependencies #127
Merged
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.8.2
->^1.9.0
^4.0.0-next.8
->^4.0.0
^6.5.0
->^6.6.2
^5.2.3
->^5.2.4
^4.3.2
->^4.3.3
^2.1.2
->^2.1.3
^9.12.0
->^9.13.0
^2.44.1
->^2.45.1
^19.8.4
->^19.8.6
9.12.1
->9.12.2
^1.0.0
->^1.0.1
^5.0.0-next.264
->^5.0.2
^2.7.0
->^2.8.0
^5.4.8
->^5.4.9
^2.1.2
->^2.1.3
Release Notes
analogjs/analog (@analogjs/vite-plugin-angular)
v1.9.0
Compare Source
Bug Fixes
Features
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v4.0.0
Compare Source
Major Changes
only prebundle files with default filenames (.svelte for components, .svelte.(js|ts) for modules) (#901)
remove support for Svelte 4 (#892)
breaking(types): some types that have been unintentionally public are now private (#934)
disable script preprocessing in vitePreprocess() by default because Svelte 5 supports lang=ts out of the box (#892)
replaced svelte-hmr with Svelte 5 compiler hmr integration (#892)
Minor Changes
allow infix notation for svelte modules (#901)
Previously, only suffix notation
.svelte.js
was allowed, now you can also use.svelte.test.js
or.svelte.stories.js
.This helps when writing testcases or other auxillary code where you may want to use runes too.
feat(config): dynamically extract list of svelte exports from peer dependency so that new exports work automatically" (#941)
feat(warnings): change default loglevel of warnings originating from files in node_modules to debug. To see them call
DEBUG:vite-plugin-svelte:node-modules-onwarn pnpm build
. (#989)Patch Changes
fix: make defaultHandler a required argument for onwarn in plugin options (#895)
prebundle with dev: true by default (#901)
fix(dev): compile with hmr: false for prebundled deps as hmr does not work with that (#950)
fix: ensure svelte modules correctly run in DEV mode (#906)
ensure consistent use of compileOptions.hmr also for prebundling (#956)
fix(optimizeDeps): avoid to optimise server only entrypoints of svelte that are never used on the client (#941)
update peer on workspace packages to avoid packages bumping each other (#916)
export PluginOptions interface (#976)
Remove log about experimental status of Svelte 5. Note that breaking changes can still occur while vite-plugin-svelte 4 is in prerelease mode (#894)
fix: ensure vite config is only resolved once during lazy init of vitePreprocess (#912)
fix(vitePreprocess): default to build config so that svelte-check does not trigger dev-only plugins (#931)
fix: only apply infix filter to basename (#920)
fix: disable hmr when vite config server.hmr is false (#913)
fix(dev): make sure custom cssHash is applied consistently even for prebundled components to avoid hash mismatches during hydration (#950)
Updated dependencies [
22baa25
,49324db
,e9f048c
,213fedd
]:testing-library/jest-dom (@testing-library/jest-dom)
v6.6.2
Compare Source
v6.6.1
Compare Source
v6.6.0
Compare Source
testing-library/svelte-testing-library (@testing-library/svelte)
v5.2.4
Compare Source
Bug Fixes
ssr.noExternal
even if not in project package.json (#404) (b5e0f3d)vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.3
Compare Source
React Compiler runtimeModule option removed
React Compiler was updated to accept a
target
option andruntimeModule
was removed. vite-plugin-react will still detectruntimeModule
for backwards compatibility.When using a custom
runtimeModule
ortarget !== '19'
, the plugin will not try to pre-optimizereact/compiler-runtime
dependency.The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.
Here is the configuration to use the compiler with React 18 and correct source maps in development:
vitest-dev/vitest (@vitest/coverage-istanbul)
v2.1.3
Compare Source
🐞 Bug Fixes
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6697 (e0027)/mockServiceWorker.js
instead of/__vitest_msw__
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6687 (4b2ce)toMatchObject
diff - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6620 (d289e)<empty line>
logs when interleavingconsole.log/error
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6644 (9ece3)fast-glob
instead oftinyglobby
in Vitest - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6688 (70baa)🏎 Performance
View changes on GitHub
eslint/eslint (eslint)
v9.13.0
Compare Source
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v2.45.1
Compare Source
Patch Changes
457521a
Thanks @ota-meshi! - fix: update svelte-eslint-parser to v0.42v2.45.0
Compare Source
Minor Changes
#870
b0373be
Thanks @mikededo! - feat(html-closing-bracket-new-line): addhtml-closing-bracket-new-line
rule#868
edf99d3
Thanks @mikededo! - feat(no-inspect): addno-inspect
rulePatch Changes
cf6c842
Thanks @KuSh! - chore: Avoid using deprecated FlatConfig eslint typenrwl/nx (nx)
v19.8.6
Compare Source
19.8.6 (2024-10-18)
🩹 Fixes
NX_NO_CLOUD
(#28366)neverConnectToCloud
property (#28452)❤️ Thank You
v19.8.5
Compare Source
19.8.5 (2024-10-15)
🚀 Features
SQLITE_OPEN_FULL_MUTEX
(#28276)🩹 Fixes
88f163e
to normalize project name without messing up directory (ff23fb0c07)❤️ Thank You
pnpm/pnpm (pnpm)
v9.12.2
Compare Source
QuiiBz/sherif (sherif)
v1.0.1
Compare Source
What's Changed
multiple-dependency-versions
for pre-release versions by @QuiiBz in https://github.com/QuiiBz/sherif/pull/96New Contributors
Full Changelog: QuiiBz/sherif@v1.0.0...v1.0.1
sveltejs/svelte (svelte)
v5.0.2
Compare Source
Patch Changes
v5.0.1
Compare Source
Patch Changes
v5.0.0
Compare Source
A new major version of Svelte has been released! 🎉
The new version brings:
For more details check out the Svelte docs and the migration guide.
v5.0.0-next.272
Compare Source
Patch Changes
fix: ensure user effects are correctly executed on initialisation (#13697)
breaking: state mutations inside the template are no longer allowed (#13660)
v5.0.0-next.271
Compare Source
Patch Changes
v5.0.0-next.270
Compare Source
Patch Changes
fix: bail out if slot name changes and $slots assigned to variable (#13678)
feat: add
migration-task
for impossible to migrate slots (#13658)feat: tell users of
@migration-task
(#13668)fix: correct migration of uninitialised state (#13673)
fix: ensure migrate correctly handles named slots (#13676)
feat: add
migration-task
comment after errors (#13659)fix: migrate reactive statements with inner blocks (#13675)
fix: migrating rest props type includes props types (#13632)
fix: migrated snippet shadowing prop and let directive removal (#13679)
chore: CompileDiagnostic no longer extends Error (#13651)
fix: reset
reset_element
inrender
to prevent runtime error (#13669)v5.0.0-next.269
Compare Source
Patch Changes
fix: transitions within dynamic components now function correctly (#13646)
fix: use
internal_set
inawait
block (#13642)fix: correctly applies autofocus to static elements (#13648)
fix:
method
attribute is case insensitive (#13639)chore: avoid reporting inspections when an exception occurs (#13601)
fix: ensure legacy run utility does not cause cycles (#13643)
fix: better migration for leading and trailing comments (#13630)
v5.0.0-next.268
Compare Source
Patch Changes
breaking: disallow state mutations in logic block expression (#13625)
breaking: stronger enumerated types (#13624)
chore: improve runtime performance of derived signals (#13626)
v5.0.0-next.267
Compare Source
Patch Changes
fix: ensure inserted code is preserved during migration (#13617)
fix: ensure each block consistency to internal mutations to the collection (#13614)
chore: improve derived ownership model (#13623)
fix: ensure await block scope transforms are isolated (#13622)
v5.0.0-next.266
Compare Source
Patch Changes
feat: add hidden until-found and beforematch (#13612)
fix: ensure local prop value is read during teardown (#13611)
fix: take snippets into account when scoping CSS (#13589)
breaking: scope
:not(...)
selectors (#13568)breaking: scope
:has(...)
selectors (#13567)v5.0.0-next.265
Compare Source
Patch Changes
fix: ensure source and filename are known to compileModule's source map (#13546)
fix: cleanup non-branch effects created inside block effects (#13600)
fix: do no rerun the each block when array change from empty to empty (#13553)
fix: ensure effects destroy owned deriveds upon teardown (#13563)
fix: ensure proxied arrays correctly update their length upon deletions (#13549)
fix: avoid assigning input.value if the value is the same to fix
minlength
(#13574)fix: use
analysis.name
when migrating<svelte:self>
(#13544)fix: strip BOM character from input (#13548)
Microsoft/tslib (tslib)
v2.8.0
Compare Source
What's Changed
Full Changelog: microsoft/tslib@v2.7.0...v2.8.0
vitejs/vite (vite)
v5.4.9
Compare Source
Please refer to CHANGELOG.md for details.
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.