Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the minor-patches group with 9 updates #326

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps the minor-patches group with 9 updates:

Package From To
@sveltejs/adapter-node 5.2.4 5.2.5
@sveltejs/kit 2.5.28 2.6.1
dompurify 3.1.6 3.1.7
eslint-plugin-svelte 2.44.0 2.44.1
prettier-plugin-svelte 3.2.6 3.2.7
shiki 1.18.0 1.21.0
svelte-check 4.0.2 4.0.4
tocbot 4.29.0 4.30.0
vite 5.4.7 5.4.8

Updates @sveltejs/adapter-node from 5.2.4 to 5.2.5

Release notes

Sourced from @​sveltejs/adapter-node's releases.

@​sveltejs/adapter-node@​5.2.5

Patch Changes

Changelog

Sourced from @​sveltejs/adapter-node's changelog.

5.2.5

Patch Changes

Commits

Updates @sveltejs/kit from 2.5.28 to 2.6.1

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.6.1

Patch Changes

  • fix: better error message when calling push/replaceState before router is initialized (#11968)

@​sveltejs/kit@​2.6.0

Minor Changes

  • feat: support typed arrays in load functions (#12716)

Patch Changes

  • fix: open a new tab for <form target="_blank"> and ` submissions (#11936)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.6.1

Patch Changes

  • fix: better error message when calling push/replaceState before router is initialized (#11968)

2.6.0

Minor Changes

  • feat: support typed arrays in load functions (#12716)

Patch Changes

  • fix: open a new tab for <form target="_blank"> and ` submissions (#11936)
Commits

Updates dompurify from 3.1.6 to 3.1.7

Release notes

Sourced from dompurify's releases.

DOMPurify 3.1.7

  • Fixed an issue with comment detection and possible bypasses with specific config settings, thanks @​masatokinugawa
  • Fixed several smaller typos in documentation and test & build files, thanks @​christianhg
  • Added better support for Angular compiler, thanks @​jeroen1602
  • Added several new attributes to HTML and SVG allow-list, thanks @​Gigabyte5671 and @​Rotzbua
  • Removed the foreignObject element from the list of HTML entry-points, thanks @​masatokinugawa
  • Bumped several dependencies to be more up to date
Commits
  • 69c8c12 Merge pull request #999 from cure53/main
  • 15f54ed chore: Regenerated source maps
  • 4f3b5cb Merge pull request #998 from cure53/main
  • 50aec03 chore: Preparing 3.1.7 release
  • 4a9ec1f fix: Fixed an issue with comment detection and possible bypasses with specifi...
  • 50ea515 Merge pull request #993 from cure53/dependabot/npm_and_yarn/body-parser-1.20.3
  • b6188ec build(deps): bump body-parser from 1.20.1 to 1.20.3
  • 1e2cb9b Merge pull request #990 from jeroen1602/angular_support
  • 745b521 Added support for the Angular compiler.
  • c1949fb Merge pull request #989 from cure53/dependabot/npm_and_yarn/webpack-5.94.0
  • Additional commits viewable in compare view

Updates eslint-plugin-svelte from 2.44.0 to 2.44.1

Release notes

Sourced from eslint-plugin-svelte's releases.

[email protected]

Patch Changes

Commits
  • 29545a2 chore: release eslint-plugin-svelte (#865)
  • 580e48a fix(svelte/indent): ensure proper snippet indent (#864)
  • c840776 chore(deps): update dependency esbuild to ^0.24.0
  • d2a5ff7 chore(deps): update dependency svelte to v5.0.0-next.249
  • 14359b4 chore(deps): update dependency svelte to v5.0.0-next.247
  • b5a9aad chore(deps): update dependency svelte to v5.0.0-next.246
  • e8e05b6 chore(deps): update dependency typescript to ~5.6.0
  • See full diff in compare view

Updates prettier-plugin-svelte from 3.2.6 to 3.2.7

Changelog

Sourced from prettier-plugin-svelte's changelog.

3.2.7 (unreleased)

  • (fix) force quote style inside style directives
  • (fix) preserve commas in array expressions
  • (fix) Svelte 5: properly determine end of snippet parameters with TS annotations
Commits
  • 10d387a chore: release 3.2.7
  • 2f83961 chore: run prettier in ci (#452)
  • 5630294 fix: preserve commas in array expressions
  • a1a3f92 fix: properly determine end of snippet parameters with TS annotations
  • 0c5692a fix: force quote style inside style directives
  • See full diff in compare view

Updates shiki from 1.18.0 to 1.21.0

Release notes

Sourced from shiki's releases.

v1.21.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.20.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.19.0

   🚀 Features

    View changes on GitHub
Commits
  • d38f41e chore: release v1.21.0
  • d6f4784 docs: update grammar report
  • 0c5a51a feat(perf): skip bundling for assets (#795)
  • c8accc9 feat(perf): lazy embed languages bundle for SFCs and Docs (#791)
  • cd18449 fix: avoid using deprecated APIs in core
  • 6aa7e08 chore: release v1.20.0
  • d5ec824 chore: update deps
  • 989afdb feat: move createCssVariablesTheme to core
  • 50c8e4a fix: improve deprecation warnings
  • 2335dda feat: rename createWasmOnigEngine to createOnigurumaEngine
  • Additional commits viewable in compare view

Updates svelte-check from 4.0.2 to 4.0.4

Release notes

Sourced from svelte-check's releases.

svelte-check-4.0.4

  • fix: relax component constructor type (#2524)

svelte-check-4.0.3

  • breaking(svelte5): only generate function component shape in runes mode (#2517). This means you can no longer just do Component in type positions. Instead you need to prepend it with typeof. Here's how you do it:
    • ...when typing a component instance: Before: let x: Component. After: let x: ReturnType<typeof Component>
    • ...when typing a component constructor/function: Before let x: typeof Component. After let x: typeof Component (no change)
  • fix: revert additional two-way-binding checks as they were causing bugs (#2508)
  • fix: include files indirectly belonging to a project into correct project (#2488)
  • fix: check project files update more aggressively before assigning service (#2518)
  • chore: upgrade to chokidar 4 (#2502)
Commits
  • 4dfb988 fix: relax component constructor type (#2524)
  • fc2144b chore: upgrade to chokidar 4 (#2502)
  • 7c76ec5 fix: check project files update more aggressively before assigning service (#...
  • 837b61f breaking(svelte5): only generate function component shape in runes mode (#2517)
  • 35af691 perf: auto import cache for svelte-kit language service proxy (#2513)
  • 81019d9 fix: revert additional two-way-binding checks (#2508)
  • e74f1d7 chore: revert accidental commit
  • e132b56 fix: make no Svelte files found a warning (#2507)
  • 94a7352 fix: include files indirectly belonging to a project into correct project (#2...
  • 73125a6 fix: silence type error in old d.ts files
  • See full diff in compare view

Updates tocbot from 4.29.0 to 4.30.0

Release notes

Sourced from tocbot's releases.

v4.30.0

Commits

  • c7677b6: Scroll sync helper (#356) (Tim Scanlin) #356
  • 49f70e2: update built files (Tim Scanlin)
  • 865be00: 4.30.0 (Tim Scanlin)
Commits

Updates vite from 5.4.7 to 5.4.8

Changelog

Sourced from vite's changelog.

5.4.8 (2024-09-25)

Commits

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 minor-patches group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@sveltejs/adapter-node](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node) | `5.2.4` | `5.2.5` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.5.28` | `2.6.1` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.1.6` | `3.1.7` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.44.0` | `2.44.1` |
| [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.2.6` | `3.2.7` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.18.0` | `1.21.0` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.0.2` | `4.0.4` |
| [tocbot](https://github.com/tscanlin/tocbot) | `4.29.0` | `4.30.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.7` | `5.4.8` |


Updates `@sveltejs/adapter-node` from 5.2.4 to 5.2.5
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-node/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/adapter-node)

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

Updates `dompurify` from 3.1.6 to 3.1.7
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.1.6...3.1.7)

Updates `eslint-plugin-svelte` from 2.44.0 to 2.44.1
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/[email protected]@2.44.1)

Updates `prettier-plugin-svelte` from 3.2.6 to 3.2.7
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/prettier-plugin-svelte@v3.2.6...v3.2.7)

Updates `shiki` from 1.18.0 to 1.21.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Changelog](https://github.com/shikijs/shiki/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shikijs/shiki/commits/v1.21.0/packages/shiki)

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

Updates `tocbot` from 4.29.0 to 4.30.0
- [Release notes](https://github.com/tscanlin/tocbot/releases)
- [Changelog](https://github.com/tscanlin/tocbot/blob/master/CHANGELOG.md)
- [Commits](tscanlin/tocbot@v4.29.0...v4.30.0)

Updates `vite` from 5.4.7 to 5.4.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)

---
updated-dependencies:
- dependency-name: "@sveltejs/adapter-node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patches
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patches
- dependency-name: dompurify
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patches
- dependency-name: eslint-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patches
- dependency-name: prettier-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patches
- dependency-name: shiki
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patches
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patches
- dependency-name: tocbot
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patches
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patches
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from VaiTon and a team as code owners September 30, 2024 18:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 30, 2024
Copy link

vercel bot commented Sep 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dynamik ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 30, 2024 6:28pm

@VaiTon VaiTon merged commit 19573dd into main Oct 3, 2024
3 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-patches-4ad85d3c21 branch October 3, 2024 16:21
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