jgpacker / osm-smart-menu

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

build(deps-dev): bump svelte from 3.29.4 to 3.32.1 #126

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps svelte from 3.29.4 to 3.32.1.

Changelog

Sourced from svelte's changelog.

3.32.1

  • Warn when using module variables reactively, and close weird reactivity loophole (#5847)
  • Throw a parser error for class: directives with an empty class name (#5858)
  • Fix extraneous store subscription in SSR mode (#5883)
  • Don't emit update code for class: directives whose expression is not dynamic (#5919)
  • Fix type inference for derived stores (#5935)
  • Make parameters of built-in animations and transitions optional (#5936)
  • Make SvelteComponentDev typings more forgiving (#5937)
  • Fix foreign elements incorrectly disallowing bind:this (#5942)

3.32.0

  • Allow multiple instances of the same action on an element (#5516)
  • Support foreign namespace, which disables certain HTML5-specific behaviour and checks (#5652)
  • Support inline comment sourcemaps in code from preprocessors (#5854)

3.31.2

  • Rework SSR store handling to subscribe and unsubscribe as in DOM mode (#3375, #3582, #3636)
  • Fix error when removing elements that are already transitioning out (#5789, #5808)
  • Fix duplicate content race condition with {#await} blocks and out transitions (#5815)
  • Deconflict variable names used for contextual actions (#5834)

3.31.1

  • Fix scrolling of element with resize listener by making the <iframe> have z-index: -1 (#5448)
  • Fix location of automatically declared reactive variables (#5749)
  • Warn when using className or htmlFor attributes (#5777)
  • Fix checkbox bind:group in keyed {#each} where the array can be reordered (#5779)
  • Fix checkbox bind:group in nested {#each} contexts (#5811)
  • Add graphics roles as known ARIA roles (#5822)
  • Fix local transitions if a parent has a cancelled outro transition (#5829)
  • Support use:obj.some.deep.function as actions (#5844)

3.31.0

  • Use a separate SvelteComponentTyped interface for typed components (#5738)

3.30.1

  • Support consuming decoded sourcemaps as created by the source-map library's SourceMapGenerator (#5722)
  • Actually export hasContext (#5726)

3.30.0

  • Add a typed SvelteComponent interface (#5431)
  • Support spread into <slot> props (#5456)
  • Fix setting reactive dependencies which don't appear in the template to undefined (#5538)
  • Support preprocessor sourcemaps during compilation (#5584)

... (truncated)

Commits
  • df19138 -> v3.32.1
  • 6589aa2 warn module variables are nonreactive and make them truly nonreactive (#5847)
  • dd7403a update changelog
  • 87417e5 fix: "foreign" namespace elements should still allow binding 'this' (#5942)
  • eeeeb49 inline prop_values in init helper (#5909)
  • 47baa19 update changelog
  • 4f05cc3 don't create class update functions when dependencies aren't reactive (#5926)
  • 6207596 fix extraneous store subscription in SSR (#5929)
  • 0f3264e make SvelteComponentDev typings more forgiving (#5937)
  • 842a0b1 make animation/transition params optional (#5936)
  • Additional commits viewable in compare view


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 3 years ago

Superseded by #134.