Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the npm group with 10 updates in the / directory:

Package From To
sirv-cli 2.0.2 3.0.0
svelte-persisted-store 0.11.0 0.12.0
@rollup/plugin-commonjs 25.0.7 28.0.2
@rollup/plugin-node-resolve 15.2.3 16.0.0
esm-env 1.0.0 1.2.2
highcharts 11.4.6 12.1.2
rollup 2.79.2 4.30.1
rollup-plugin-svelte 7.2.0 7.2.2
svelte 4.2.19 5.17.3
svelte-check 4.1.1 4.1.3

Updates sirv-cli from 2.0.2 to 3.0.0

Release notes

Sourced from sirv-cli's releases.

v3.0.0

Breaking

  • Now requires Node 18+ : c7d2479,
  • Added exports map for native ESM support: c7d2479

Features

  • Added node: prefix for explicit native imports, which unlocks Deno support (#163): 912af6f Thank you @​karimfromjordan

Patches

  • Add separate CJS and ESM definitions: 982fcc8 Previously CJS types were wrong/incompatible.

Chores

  • (sirv-cli) Upgrade get-port to 5.1.1 for TS definitions: e5e0826
  • Write tests in native ESM: 2f36733
  • (CI): Add Node 20 to matrix: 9ca1cbc

Full Changelog: lukeed/sirv@v2.0.4...v3.0.0

v2.0.4

Patches


Full Changelog: lukeed/sirv@v2.0.3...v2.0.4

v2.0.3

Patches


Full Changelog: lukeed/sirv@v2.0.2...v2.0.3

Commits

Updates svelte-persisted-store from 0.11.0 to 0.12.0

Release notes

Sourced from svelte-persisted-store's releases.

v0.12.0

0.12.0 (2024-10-31)

Features

Commits
  • 5046b27 feat: support svelte v5
  • 5498fce Merge pull request #280 from joshnuss/dependabot/npm_and_yarn/jsdom-24.1.0
  • 13c990d Merge pull request #279 from joshnuss/dependabot/npm_and_yarn/tsup-8.1.0
  • b8f146f chore: Bump tsup from 8.0.2 to 8.1.0
  • 543d8d4 chore: Bump jsdom from 24.0.0 to 24.1.0
  • c5b2dcf Merge pull request #278 from joshnuss/dependabot/npm_and_yarn/babel/preset-en...
  • 22ce80b Merge pull request #277 from joshnuss/dependabot/npm_and_yarn/svelte-4.2.18
  • 8a2d5a2 chore: Bump @​babel/preset-env from 7.24.5 to 7.24.7
  • 10ffed2 chore: Bump svelte from 4.2.17 to 4.2.18
  • 001e9f8 Merge pull request #282 from joshnuss/export-persisted-type
  • Additional commits viewable in compare view

Updates @rollup/plugin-commonjs from 25.0.7 to 28.0.2

Changelog

Sourced from @​rollup/plugin-commonjs's changelog.

v28.0.2

2024-12-15

Updates

  • docs: output.exports recommendation also applies to IIFE (#1810)

v28.0.1

2024-10-16

Updates

  • chore: upgrade picomatch (#1775)

v28.0.0

2024-09-23

Breaking Changes

  • chore: switch to fdir for fewer dependencies (#1741)

v27.0.0

2024-09-23

Breaking Changes

  • feat!: default strictRequires to true (#1639)
  • fix!: replace top-level this with exports name (#1618)

v26.0.3

2024-09-23

Updates

  • chore: revert #1618 (e98927b)

v26.0.1

2024-06-05

Bugfixes

  • fix: correct import of glob (04a15b5)

v26.0.0

... (truncated)

Commits
  • 97e17ce chore(release): commonjs v28.0.2
  • 3efaf75 docs(commonjs): output.exports recommendation also applies to IIFE (#1810)
  • 0f45234 chore(release): commonjs v28.0.1
  • dd1deee chore(commonjs): upgrade picomatch (#1775)
  • 0af45c2 chore(release): commonjs v28.0.0
  • c2a05eb chore(commonjs): switch to fdir for fewer dependencies (#1741)
  • b6fa3b1 chore(release): commonjs v27.0.0
  • 8f02987 feat(commonjs)!: default strictRequires to true (#1639)
  • 274b72c chore(repo): cherry-pick. commonjs. replace top-level this with exports name ...
  • e2a7195 chore(release): commonjs v26.0.3
  • Additional commits viewable in compare view

Updates @rollup/plugin-node-resolve from 15.2.3 to 16.0.0

Changelog

Sourced from @​rollup/plugin-node-resolve's changelog.

v16.0.0

2024-12-15

Breaking Changes

  • feat!: set development or production condition (#1823)

v15.3.1

2024-12-15

Updates

  • refactor: replace test with includes (#1787)

v15.3.0

2024-09-23

Features

  • feat: allow preferBuiltins to be a function (#1694)

v15.2.4

2024-09-22

Updates

  • chore: remove is-builtin-module (#1735)
Commits
  • 1459cf0 fix(node-resolve): do not ignore exceptions (#564)
  • 366380e fix(node-resolve)!: resolve hash in path (#588)
  • f87c442 chore(release): node-resolve v9.0.0
  • e4d21ba refactor(node-resolve): remove deep-freeze from dependencies (#529)
  • 621768b feat(commonjs)!: return the namespace by default when requiring ESM (#507)
  • e632469 chore(node-resolve): update dependencies
  • 84dfddb chore(node-resolve): clean up changelog
  • 3fa649d chore(release): node-resolve v8.4.0
  • a582b59 chore(release): node-resolve v8.3.0
  • a60cb76 chore(release): node-resolve v8.2.0
  • Additional commits viewable in compare view

Updates esm-env from 1.0.0 to 1.2.2

Release notes

Sourced from esm-env's releases.

[email protected]

Patch Changes

  • fix: remove warning when env cannot be determined (#15)

[email protected]

Patch Changes

  • fix: address error in non-Vite bundlers when no conditions set (#13)

[email protected]

Minor Changes

  • feat: Vite 6 backwards compatibility with Vite 5 to continue to allow Vite to be run without specifying --conditions=development during development (#8)
Commits

Updates highcharts from 11.4.6 to 12.1.2

Commits

Updates rollup from 2.79.2 to 4.30.1

Release notes

Sourced from rollup's releases.

v4.30.1

4.30.1

2025-01-07

Bug Fixes

  • Prevent invalid code when simplifying unary expressions in switch cases (#5786)

Pull Requests

v4.30.0

4.30.0

2025-01-06

Features

  • Inline values of resolvable unary expressions for improved tree-shaking (#5775)

Pull Requests

v4.29.2

4.29.2

2025-01-05

Bug Fixes

  • Keep import attributes when using dynamic ESM import() expressions from CommonJS (#5781)

Pull Requests

v4.29.1

4.29.1

2024-12-21

Bug Fixes

... (truncated)

Changelog

Sourced from rollup's changelog.

4.30.1

2025-01-07

Bug Fixes

  • Prevent invalid code when simplifying unary expressions in switch cases (#5786)

Pull Requests

4.30.0

2025-01-06

Features

  • Inline values of resolvable unary expressions for improved tree-shaking (#5775)

Pull Requests

4.29.2

2025-01-05

Bug Fixes

  • Keep import attributes when using dynamic ESM import() expressions from CommonJS (#5781)

Pull Requests

4.29.1

2024-12-21

Bug Fixes

  • Fix crash from deoptimized logical expressions (#5771)

Pull Requests

... (truncated)

Commits

Updates rollup-plugin-svelte from 7.2.0 to 7.2.2

Changelog

Sourced from rollup-plugin-svelte's changelog.

7.2.2

  • Svelte 5: Compile .svelte.xxx.js/ts files

7.2.1

  • Silence Svelte 5 version of unused CSS warning code if emitCss is false
Commits

Updates svelte from 4.2.19 to 5.17.3

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: reset dependency read versions after reaction execution (#14964)

[email protected]

Patch Changes

  • fix: account for parent scale when animating elements (#14957)

  • fix: apply overflow: hidden style when transitioning elements, where necessary (#14930)

  • fix: properly add owners to function bindings (#14962)

[email protected]

Patch Changes

  • fix: remove bindable prop validation (#14946)

  • chore: tweak "invalid assignment" compiler error message (#14955)

  • fix: silence false-positive stale value warning (#14958)

[email protected]

Minor Changes

  • feat: allow non-numeric values to be tweened by snapping immediately to new value (#14941)

Patch Changes

  • fix: handle default values in object destructuring within "each" blocks when using characters like "}" and "]" (#14554)

  • fix: account for min-width/height in slide transition (#14942)

  • fix: prevent long delays causing erratic spring behaviour (#14940)

  • feat: warn on using slide transition with table elements (#14936)

  • chore: improve signal performance by reducing duplicate deps (#14945)

[email protected]

Patch Changes

  • fix: Make Tween duration 0 set current to target immediately (#14937)

  • fix: guard against customElements being unavailable in browser extension contexts (#14933)

  • fix: treat inert as a boolean attribute (#14935)

  • fix: remove leading newline from <pre> contents (#14922)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.17.3

Patch Changes

  • fix: reset dependency read versions after reaction execution (#14964)

5.17.2

Patch Changes

  • fix: account for parent scale when animating elements (#14957)

  • fix: apply overflow: hidden style when transitioning elements, where necessary (#14930)

  • fix: properly add owners to function bindings (#14962)

5.17.1

Patch Changes

  • fix: remove bindable prop validation (#14946)

  • chore: tweak "invalid assignment" compiler error message (#14955)

  • fix: silence false-positive stale value warning (#14958)

5.17.0

Minor Changes

  • feat: allow non-numeric values to be tweened by snapping immediately to new value (#14941)

Patch Changes

  • fix: handle default values in object destructuring within "each" blocks when using characters like "}" and "]" (#14554)

  • fix: account for min-width/height in slide transition (#14942)

  • fix: prevent long delays causing erratic spring behaviour (#14940)

  • feat: warn on using slide transition with table elements (#14936)

  • chore: improve signal performance by reducing duplicate deps (#14945)

5.16.6

Patch Changes

  • fix: Make Tween duration 0 set current to target immediately (#14937)

... (truncated)

Commits

Updates svelte-check from 4.1.1 to 4.1.3

Release notes

Sourced from svelte-check's releases.

svelte-check-4.1.3

  • fix: move snippets to correct place when only module script present

svelte-check-4.1.2

  • feat: support generics attribute for JSDoc (#2624)
  • fix: better snippet/interface hoistability analysis (#2655)
  • chore: TypeScript 5.7 support (#2585)
Commits
  • 52c0d9f fix: move snippets to correct place when only module script present
  • b5ec504 fix: safely access Svelte config during startup
  • d5fbdfe fix: better hoistability analysis (#2655)
  • 931dd85 feat: Semantic document highlight (#1408)
  • 646f2e6 feat: support generics attribute for JSDoc (#2624)
  • 3f2da5d feat: TypeScript 5.7 support (#2585)
  • 1e9cbd3 chore: run Svelte 5 tests in loose parser mode (#2652)
  • 477e76d fix: reword plugin modal options (#2646) (#2647)
  • c830841 fix: correct the selection range of the last import that doesn't have a semic...
  • 4ba7760 fix: README typo (#2645)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [sirv-cli](https://github.com/lukeed/sirv) | `2.0.2` | `3.0.0` |
| [svelte-persisted-store](https://github.com/joshnuss/svelte-persisted-store) | `0.11.0` | `0.12.0` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `25.0.7` | `28.0.2` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.2.3` | `16.0.0` |
| [esm-env](https://github.com/benmccann/esm-env) | `1.0.0` | `1.2.2` |
| [highcharts](https://github.com/highcharts/highcharts-dist) | `11.4.6` | `12.1.2` |
| [rollup](https://github.com/rollup/rollup) | `2.79.2` | `4.30.1` |
| [rollup-plugin-svelte](https://github.com/sveltejs/rollup-plugin-svelte) | `7.2.0` | `7.2.2` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.19` | `5.17.3` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.1.1` | `4.1.3` |



Updates `sirv-cli` from 2.0.2 to 3.0.0
- [Release notes](https://github.com/lukeed/sirv/releases)
- [Commits](lukeed/sirv@v2.0.2...v3.0.0)

Updates `svelte-persisted-store` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/joshnuss/svelte-persisted-store/releases)
- [Changelog](https://github.com/joshnuss/svelte-persisted-store/blob/master/CHANGELOG.md)
- [Commits](joshnuss/svelte-persisted-store@v0.11.0...v0.12.0)

Updates `@rollup/plugin-commonjs` from 25.0.7 to 28.0.2
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.2/packages/commonjs)

Updates `@rollup/plugin-node-resolve` from 15.2.3 to 16.0.0
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v16.0.0/packages/node-resolve)

Updates `esm-env` from 1.0.0 to 1.2.2
- [Release notes](https://github.com/benmccann/esm-env/releases)
- [Commits](https://github.com/benmccann/esm-env/commits/[email protected])

Updates `highcharts` from 11.4.6 to 12.1.2
- [Commits](highcharts/highcharts-dist@v11.4.6...v12.1.2)

Updates `rollup` from 2.79.2 to 4.30.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.79.2...v4.30.1)

Updates `rollup-plugin-svelte` from 7.2.0 to 7.2.2
- [Changelog](https://github.com/sveltejs/rollup-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/rollup-plugin-svelte@v7.2.0...v7.2.2)

Updates `svelte` from 4.2.19 to 5.17.3
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `svelte-check` from 4.1.1 to 4.1.3
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-4.1.1...svelte-check-4.1.3)

---
updated-dependencies:
- dependency-name: sirv-cli
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: svelte-persisted-store
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: esm-env
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: highcharts
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: rollup-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 20, 2025

Superseded by #59.

@dependabot dependabot bot closed this Jan 20, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-5bc30a88aa branch January 20, 2025 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant