svelte-switch
svelte-switch copied to clipboard
Update dependency svelte-loader to v3
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| svelte-loader | 2.13.6 -> 3.2.4 |
Release Notes
sveltejs/svelte-loader (svelte-loader)
v3.2.4
- Don't call
callbacktwice, masking potential errors
v3.2.3
- Svelte 5: Don't compile
.svelte/.../.xxx.js/tsfiles
v3.2.2
- Svelte 5: Also compile
.svelte.xxx.js/tsfiles
v3.2.1
- Handle sourcemaps being falsy
- Handle ESM config when checking for
conditionNames
v3.2.0
- Compile
.svelte.js/tsfiles when using Svelte 5
v3.1.9
- Handle
emitCSStocssoption transformation correctly for Svelte 4
v3.1.8
- Get ready for Svelte 4
v3.1.7
- More robust
conditionNames: ['svelte']detection (#226)
v3.1.6
- Detect missing
conditionNames: ['svelte'](#225)
v3.1.5
- Bump
loader-utilsdependency
v3.1.4
- Bump
loader-utilsdependency
v3.1.3
- Prevent webpack process crashing on undefined dependencies (#197)
v3.1.2
- Update to latest
svelte-hmrpackage fixing Webpack 4 support - Fix sourcemap breakpoints (#183)
v3.1.1
- Fix empty sourcesContent (#177)
v3.1.0
v3.0.0
- Breaking: compiler options must now be specified under
compilerOptions(#159) - Breaking: removed support for deprecated
style,script, andmarkupoptions, which are now located under thepreprocessconfiguration (#158) - Breaking: dropped Svelte 2 support (#150)
- Breaking: dropped Node 8 support (#157)
- Add Webpack 5 support (#151)
- Webpack 5 requires an additional rule in
webpack.config.jsto load the Svelte runtime correctly
- Webpack 5 requires an additional rule in
- Replace broken Svelte 2 HMR with the implementation from
rixo/svelte-loader-hot(#156) - Add Node 14 support and remove virtual modules implementation (fixes #125, #131)
Thanks to @non25, @Smittyvb, @rixo, and the numerous others who contributed to this major release!
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.