jgpacker / osm-smart-menu

An OpenStreetMap webextension for Firefox and Chrome
GNU General Public License v3.0
55 stars 12 forks source link

build(deps-dev): bump svelte-loader from 2.13.6 to 3.1.2 #165

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 3 years ago

Bumps svelte-loader from 2.13.6 to 3.1.2.

Changelog

Sourced from svelte-loader's changelog.

3.1.2

  • Update to latest svelte-hmr package fixing Webpack 4 support
  • Fix sourcemap breakpoints (#183)

3.1.1

  • Fix empty sourcesContent (#177)

3.1.0

  • Pass preprocessor source maps to compiler (#172)
  • Recompile style imports after an error (#173)

3.0.0

  • Breaking: compiler options must now be specified under compilerOptions (#159)
  • Breaking: removed support for deprecated style, script, and markup options, which are now located under the preprocess configuration (#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.js to load the Svelte runtime correctly
  • 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!

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #202.