chore(deps): update npm (major) - autoclosed #243
Closed
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:
2.0.3
->5.0.1
9.0.0
->10.0.2
3.0.0
->5.0.4
5.56.0
->8.17.0
5.56.0
->8.17.0
12.8.1
->13.16.1
8.36.0
->9.16.0
5.0.0
->6.2.0
4.13.1
->5.9.6
2.8.7
->3.4.2
2.10.0
->3.3.2
3.57.0
->5.9.0
3.1.4
->4.1.1
5.0.3
->6.0.3
4.9.5
->5.7.2
4.2.1
->6.0.3
area:operator
,area:chart
chart:clustercode
Release Notes
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v5.0.1
Compare Source
Patch Changes
v5.0.0
Compare Source
Major Changes
Handle Vite 6 breaking change and remove Vite 5 handling (#1020)
Support Vite 6 (#1026)
Minor Changes
Add
esm-env
tossr.noExternal
by default to resolve its conditions with Vite (#1020)Support
?inline
query on Svelte style virtual modules (#1024)Patch Changes
remove vite6 beta from peer range (#1035)
Allow script tags to span multiple lines (
0db95a9
)Updated dependencies [
4fefbc2
,e262266
]:v4.0.2
Compare Source
Patch Changes
5309d7b
)v4.0.1
Compare Source
Patch Changes
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
]:v3.1.2
Compare Source
Patch Changes
v3.1.1
Compare Source
Patch Changes
fix: ensure vite config is only resolved once during lazy init of vitePreprocess (#917)
fix: disable hmr when vite config server.hmr is false (#917)
v3.1.0
Compare Source
Minor Changes
Patch Changes
Remove unnecessary
enableSourcemap
option usage and prevent passing it in Svelte 5 (#862)Updated dependencies [
8ae3dc8cf415355f406f23d6104cb6153d75dfc8
]:v3.0.2
Compare Source
Patch Changes
v3.0.1
Compare Source
Patch Changes
fix: improve checking of script and style in .svelte code to work with new generic= attribute (#799)
Fix optional parameter types (#797)
Update log level for HMR updates where the output is functionally equivalent to the previous version to "debug" (#806)
v3.0.0
Compare Source
Major Changes
breaking: update minimum supported node version to node18 (#744)
breaking: update supported vite version to vite 5 (#743)
breaking: remove support for svelte 3 (#746)
Preprocess style tags by default with vitePreprocess (#756)
breaking: remove package.json export (#751)
breaking(types): emit types with dts-buddy to include type map (#751)
breaking(debug): remove 'vite:' and add suffixes to debug namespace (#749)
breaking(types): rename SvelteOptions to SvelteConfig (#751)
breaking: prefer svelte exports condition over package.json svelte field (#747)
Minor Changes
feat(preprocess): add warnings in case preprocess dependencies contain anomalies (#767)
Add experimental support for svelte5 (#787)
Patch Changes
fix(types): use correct type Options for svelte function arg (#751)
Improve compile error messages (#757)
feat(compile): promote experimental.dynamicCompileOptions to stable (#765)
update peer dependencies to use final releases (#794)
Updated dependencies [
d5b952f
,bd5d43e
,10ec2a4
,62afd80
,1be1c08
]:v2.5.3
Compare Source
Patch Changes
v2.5.2
Compare Source
Patch Changes
v2.5.1
Compare Source
Patch Changes
v2.5.0
Compare Source
Minor Changes
v2.4.6
Compare Source
Patch Changes
v2.4.5
Compare Source
Patch Changes
v2.4.4
Compare Source
Patch Changes
v2.4.3
Compare Source
Patch Changes
v2.4.2
Compare Source
Patch Changes
fix: remove pure comments only for Svelte 3 (#673)
Bump supported Svelte 4 version to
^4.0.0
(#675)Updated dependencies [
ffbe8d3
]:v2.4.1
Compare Source
Patch Changes
Ensure compatibility with Svelte 4 prereleases (#661)
Note: We are going to remove
-next
from the Svelte peerDependency range in a minor release once Svelte4.0.0
final has been released.Updated dependencies [
f5d9bd2
]:v2.4.0
Compare Source
Minor Changes
v2.3.0
Compare Source
Minor Changes
Patch Changes
remove unused invalid property Code.dependencies on compiler ouput type (#652)
fix(build): watch preprocessor dependencies during build --watch (#653)
Updated dependencies [
1dd6933
]:v2.2.0
Compare Source
Minor Changes
feat(inspector): Promote experimental.inspector to regular option (#631)
feat(inspector): allow configuration via environment SVELTE_INSPECTOR_OPTIONS or SVELTE_INSPECTOR_TOGGLE (#631)
feat(inspector): enable holdMode by default (#631)
Remove internal SvelteKit specific handling (#638)
Patch Changes
fix(inspector): prepend vite base when calling __openInEditor (#631)
fix(inspector): after a file has been opened, automatically disable inspector on leaving browser (#631)
fix(inspector): use control-shift as default keycombo on linux to avoid problems in firefox (#631)
fix(svelte-inspector): mount outside body to avoid hydration claiming body removing it (#631)
v2.1.1
Compare Source
Patch Changes
v2.1.0
Compare Source
Minor Changes
svelte
field to resolve Svelte files differently than standard Vite resolve (#510)Patch Changes
fix(vitePreprocess): add dependencies to style preprocessor output (#625)
Skip Vite resolve workaround on Vite 4.1+ or Svelte 4+ (#622)
fix(vitePreprocess): use relative paths without lang suffix in sourcemaps to avoid missing source file errors. (#625)
Log stats in debug mode and remove
experimental.disableCompileStats
option. UseDEBUG="vite:vite-plugin-svelte:stats"
when starting the dev server or build to log the compile stats. (#614)v2.0.4
Compare Source
Patch Changes
testing-library/cypress-testing-library (@testing-library/cypress)
v10.0.2
Compare Source
Bug Fixes
v10.0.1
Compare Source
Bug Fixes
testIsolation
option (#257) (063a2ff)v10.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
@testing-library/dom
v9: https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0tsconfig/bases (@tsconfig/svelte)
v5.0.4
Compare Source
v5.0.3
Compare Source
v5.0.2
Compare Source
v5.0.1
Compare Source
v5.0.0
Compare Source
v4.0.1
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.17.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.16.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.15.0
Compare Source
🚀 Features
ignoreConditionalTests
involving boolean!
operator (#10299)no-unsafe-type-assertion
(#10051)🩹 Fixes
as const satisfies
(#10315)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.14.0
Compare Source
🚀 Features
await using
statements (#10209)🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.13.0
Compare Source
🚀 Features
ignoreBooleanCoercion
(#9924)no-class-assign
rule ineslint-recommended
config (#10250)🩹 Fixes
undefined
(#10232)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.12.2
Compare Source
🩹 Fixes
considerDefaultExhaustiveForUnions
(#10223)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.12.1
Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.11.0
Compare Source
🚀 Features
🩹 Fixes
override
keyword (#10135)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.10.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.9.0
Compare Source
🩹 Fixes
eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value
scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references
eslint-plugin: [return-await] sync the behavior with await-thenable
eslint-plugin: [prefer-literal-enum-member] report a different error message when
allowBitwiseExpressions
is enabledeslint-plugin: [no-loop-func] sync from upstream base rule
eslint-plugin: [no-unused-vars] never report the naming of an enum member
eslint-plugin: correct use-at-your-own-risk type definitions
eslint-plugin: handle unions in await...for
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.8.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.8.0
Compare Source
🚀 Features
eslint-plugin: [no-unnecessary-condition] add checkTypePredicates
eslint-plugin: [return-await] check for-await loop iteree
🩹 Fixes
remove
export type *
in d.ts to support TS<5.0eslint-plugin: [no-unnece
Configuration
📅 Schedule: Branch creation - "on the first day of the month" (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 was generated by Mend Renovate. View the repository job log.