Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

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

Package From To
@instantdb/core 0.17.3 0.17.23
@types/chrome 0.0.287 0.0.307
@wxt-dev/module-svelte 2.0.2 2.0.3
svelte 5.16.0 5.21.0
svelte-check 4.1.1 4.1.4
typescript 5.7.2 5.8.2
wxt 0.19.23 0.19.27

Updates @instantdb/core from 0.17.3 to 0.17.23

Updates @types/chrome from 0.0.287 to 0.0.307

Commits

Updates @wxt-dev/module-svelte from 2.0.2 to 2.0.3

Release notes

Sourced from @​wxt-dev/module-svelte's releases.

@​wxt-dev/module-svelte v2.0.3

compare changes

🩹 Fixes

  • Upgrade vite-plugin-svelte to support Vite 6 (#1375)

❤️ Contributors

Changelog

Sourced from @​wxt-dev/module-svelte's changelog.

v2.0.3

compare changes

🩹 Fixes

  • Upgrade vite-plugin-svelte to support Vite 6 (#1375)

❤️ Contributors

Commits

Updates svelte from 5.16.0 to 5.21.0

Release notes

Sourced from svelte's releases.

svelte@5.21.0

Minor Changes

  • chore: Reduce hydration comment for {:else if} (#15250)

Patch Changes

  • fix: disallow bind:group to snippet parameters (#15401)

svelte@5.20.5

Patch Changes

  • fix: allow double hyphen css selector names (#15384)

  • fix: class:directive not working with $restProps #15386 (#15389) fix: spread add an useless cssHash on non-scoped element

  • fix: catch error on @​const tag in svelte:boundary in DEV mode (#15369)

  • fix: allow for duplicate var declarations (#15382)

  • fix : bug "$0 is not defined" on svelte:element with a function call on class (#15396)

svelte@5.20.4

Patch Changes

  • fix: update types and inline docs for flushSync (#15348)

svelte@5.20.3

Patch Changes

  • fix: allow @const inside #key (#15377)

  • fix: remove unnecessary ?? '' on some expressions (#15287)

  • fix: correctly override class attributes with class directives (#15352)

svelte@5.20.2

Patch Changes

  • chore: remove unused options.uid in render (#15302)

  • fix: do not warn for binding_property_non_reactive if binding is a store in an each (#15318)

  • fix: prevent writable store value from becoming a proxy when reassigning using $-prefix (#15283)

  • fix: muted reactive without bind and select/autofocus attributes working with function calls (#15326)

  • fix: ensure input elements and elements with dir attribute are marked as non-static (#15259)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.21.0

Minor Changes

  • chore: Reduce hydration comment for {:else if} (#15250)

Patch Changes

  • fix: disallow bind:group to snippet parameters (#15401)

5.20.5

Patch Changes

  • fix: allow double hyphen css selector names (#15384)

  • fix: class:directive not working with $restProps #15386 (#15389) fix: spread add an useless cssHash on non-scoped element

  • fix: catch error on @​const tag in svelte:boundary in DEV mode (#15369)

  • fix: allow for duplicate var declarations (#15382)

  • fix : bug "$0 is not defined" on svelte:element with a function call on class (#15396)

5.20.4

Patch Changes

  • fix: update types and inline docs for flushSync (#15348)

5.20.3

Patch Changes

  • fix: allow @const inside #key (#15377)

  • fix: remove unnecessary ?? '' on some expressions (#15287)

  • fix: correctly override class attributes with class directives (#15352)

5.20.2

Patch Changes

  • chore: remove unused options.uid in render (#15302)

  • fix: do not warn for binding_property_non_reactive if binding is a store in an each (#15318)

  • fix: prevent writable store value from becoming a proxy when reassigning using $-prefix (#15283)

... (truncated)

Commits

Updates svelte-check from 4.1.1 to 4.1.4

Release notes

Sourced from svelte-check's releases.

svelte-check-4.1.4

  • fix: don't hoist types/snippets referencing stores or destructured variables (#2661)

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
  • 2f46701 fix: don't hoist types referencing stores or destructured variables (#2661)
  • 90c9953 fix: Update prettier-options-schema.json (#2658)
  • 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)
  • Additional commits viewable in compare view

Updates typescript from 5.7.2 to 5.8.2

Release notes

Sourced from typescript's releases.

TypeScript 5.8

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 RC

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 Beta

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7.3

For release notes, check out the release announcement.

Downloads are available on npm

Commits
  • beb69e4 Bump version to 5.8.2 and LKG
  • 8fdbd54 🤖 Pick PR #61210 (Fix mistakenly disallowed default e...) into release-5.8 (#...
  • f4a3a8a 🤖 Pick PR #61175 (Ban import=require and export= unde...) into release-5.8 (#...
  • 420ff06 Bump version to 5.8.1-rc and LKG
  • 48eb13f Update LKG
  • fb59c19 Merge remote-tracking branch 'origin/main' into release-5.8
  • df342b7 Fixed rewriteRelativeImportExtensions for import() within call expression...
  • 775412a Bump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...
  • e1629e5 Pass ignoreErrors=true to more resolveEntityName callers (#61144)
  • 6fd1799 Update LKG
  • Additional commits viewable in compare view

Updates wxt from 0.19.23 to 0.19.27

Release notes

Sourced from wxt's releases.

wxt v0.19.27

compare changes

🩹 Fixes

  • Allow vite-node@^3.0.0 (#1378)
  • Use path triple slash directive for types that are referenced via path (#1407)
  • Support publish-browser-extension v3.0.0 (ac92d40)
  • Respect inlineConfig.mode when setting NODE_ENV (#1416)
  • Auto-import does not work when using @vitejs/plugin-vue alone (#1412)

❤️ Contributors

wxt v0.19.26

compare changes

🩹 Fixes

  • context: Deduplicate wxt:content-script-started (#1364)

❤️ Contributors

wxt v0.19.25

compare changes

🩹 Fixes

  • Drop support for vite 6.0.9+ until websocket fix is finished (8e2badc)

❤️ Contributors

wxt v0.19.24

compare changes

🩹 Fixes

  • init: Remove "experimental" from bun package manager (b150a52)
  • web-ext: Correctly pass browserConsole option to open devtools in Firefox (#1308)
  • autoMount not working if anchor is already present (#1350)

... (truncated)

Commits
  • 4f82dd8 chore(release): wxt v0.19.27
  • fab9fa8 ci: Add missing permission to release workflow
  • d6ee456 fix: auto-import does not work when using @vitejs/plugin-vue alone (#1412)
  • 655ba86 fix: respect inlineConfig.mode when setting NODE_ENV (#1416)
  • ac92d40 fix: Support publish-browser-extension v3.0.0
  • 0ff964a docs: fix typo you're -> your (#1414)
  • 89459f0 docs: Add "maintenance" to the comparison (#1404)
  • 0d56100 docs: Fix wording around ESM background scripts
  • dc770b5 docs: Update ESM docs to clearify that it covers configuring ESM at runtime
  • 8cd2bff revert: #1382 - migrate feature request template to YAML form (#1410)
  • 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 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| @instantdb/core | `0.17.3` | `0.17.23` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.0.287` | `0.0.307` |
| [@wxt-dev/module-svelte](https://github.com/wxt-dev/wxt/tree/HEAD/packages/module-svelte) | `2.0.2` | `2.0.3` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.16.0` | `5.21.0` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.1.1` | `4.1.4` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.8.2` |
| [wxt](https://github.com/wxt-dev/wxt) | `0.19.23` | `0.19.27` |



Updates `@instantdb/core` from 0.17.3 to 0.17.23

Updates `@types/chrome` from 0.0.287 to 0.0.307
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

Updates `@wxt-dev/module-svelte` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Changelog](https://github.com/wxt-dev/wxt/blob/main/packages/module-svelte/CHANGELOG.md)
- [Commits](https://github.com/wxt-dev/wxt/commits/module-svelte-v2.0.3/packages/module-svelte)

Updates `svelte` from 5.16.0 to 5.21.0
- [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/svelte@5.21.0/packages/svelte)

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

Updates `typescript` from 5.7.2 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.8.2)

Updates `wxt` from 0.19.23 to 0.19.27
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.19.23...wxt-v0.19.27)

---
updated-dependencies:
- dependency-name: "@instantdb/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/chrome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@wxt-dev/module-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-minor
  dependency-group: npm
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: wxt
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2025

Superseded by #31.

@dependabot dependabot bot closed this Mar 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-98bed6e8d6 branch March 10, 2025 17:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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