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 across 1 directory with 14 updates #330

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the minor-patches group with 14 updates in the / directory:

Package From To
@iconify-json/akar-icons 1.2.0 1.2.1
@iconify-json/eos-icons 1.2.0 1.2.1
@iconify-json/ic 1.2.0 1.2.1
@iconify-json/material-symbols 1.2.1 1.2.4
@iconify-json/solar 1.2.0 1.2.1
@sveltejs/adapter-node 5.2.5 5.2.6
@sveltejs/adapter-vercel 5.4.4 5.4.5
@sveltejs/kit 2.6.1 2.7.0
daisyui 4.12.10 4.12.13
shiki 1.21.0 1.22.0
svelte-check 4.0.4 4.0.5
tocbot 4.30.0 4.31.0
typescript 5.6.2 5.6.3
vite 5.4.8 5.4.9

Updates @iconify-json/akar-icons from 1.2.0 to 1.2.1

Commits

Updates @iconify-json/eos-icons from 1.2.0 to 1.2.1

Commits

Updates @iconify-json/ic from 1.2.0 to 1.2.1

Commits

Updates @iconify-json/material-symbols from 1.2.1 to 1.2.4

Commits

Updates @iconify-json/solar from 1.2.0 to 1.2.1

Commits

Updates @sveltejs/adapter-node from 5.2.5 to 5.2.6

Release notes

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

@​sveltejs/adapter-node@​5.2.6

Patch Changes

  • fix: use node: imports to support Deno (#12785)
Changelog

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

5.2.6

Patch Changes

  • fix: use node: imports to support Deno (#12785)
Commits

Updates @sveltejs/adapter-vercel from 5.4.4 to 5.4.5

Release notes

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

@​sveltejs/adapter-vercel@​5.4.5

Patch Changes

Changelog

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

5.4.5

Patch Changes

Commits

Updates @sveltejs/kit from 2.6.1 to 2.7.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.7.0

Minor Changes

  • feat: update service worker when new version is detected (#12448)

Patch Changes

  • fix: correctly handle relative paths when fetching assets on the server (#12113)

  • fix: decode non ASCII anchor hashes when scrolling into view (#12699)

  • fix: page response missing CSP and Link headers when return promise in load (#12418)

@​sveltejs/kit@​2.6.4

Patch Changes

  • fix: only preload links that have a different URL than the current page (#12773)

  • fix: revert change to replace version in generateBundle (#12779)

  • fix: catch stack trace fixing errors thrown in web containers (#12775)

  • fix: use absolute links in JSDoc comments (#12772)

@​sveltejs/kit@​2.6.3

Patch Changes

  • fix: ensure a changing version doesn't affect the hashes for chunks without any actual code changes (#12700)

  • fix: prevent crash when logging URL search params in a server load function (#12763)

  • chore: revert update dependency cookie to ^0.7.0 (#12767)

@​sveltejs/kit@​2.6.2

Patch Changes

  • chore(deps): update dependency cookie to ^0.7.0 (#12746)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.7.0

Minor Changes

  • feat: update service worker when new version is detected (#12448)

Patch Changes

  • fix: correctly handle relative paths when fetching assets on the server (#12113)

  • fix: decode non ASCII anchor hashes when scrolling into view (#12699)

  • fix: page response missing CSP and Link headers when return promise in load (#12418)

2.6.4

Patch Changes

  • fix: only preload links that have a different URL than the current page (#12773)

  • fix: revert change to replace version in generateBundle (#12779)

  • fix: catch stack trace fixing errors thrown in web containers (#12775)

  • fix: use absolute links in JSDoc comments (#12772)

2.6.3

Patch Changes

  • fix: ensure a changing version doesn't affect the hashes for chunks without any actual code changes (#12700)

  • fix: prevent crash when logging URL search params in a server load function (#12763)

  • chore: revert update dependency cookie to ^0.7.0 (#12767)

2.6.2

Patch Changes

  • chore(deps): update dependency cookie to ^0.7.0 (#12746)
Commits
  • f3b638e Version Packages (#12789)
  • df48fc6 fix: handle relative assets paths in server fetch correctly (#12113)
  • 5780deb fix: decode hash when clicking on same hash to correctly scroll on non ascii ...
  • 989949a docs: add report uri directive to CSP example (#12788)
  • 8aa95b4 feat: update service worker when new version is detected (#12448)
  • 6f9aefd fix: page response missing CSP and Link headers when return promise in load...
  • 4c1e3c0 chore: add code comment explaining empty catch block (#12780)
  • 16568c2 Version Packages (#12777)
  • 571f731 fix: only preload link if the URL differs from current page (#12773)
  • 5f1de9f chore: add test for #12763 (#12774)
  • Additional commits viewable in compare view

Updates daisyui from 4.12.10 to 4.12.13

Release notes

Sourced from daisyui's releases.

v4.12.13

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.12

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.11

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

Changelog

Sourced from daisyui's changelog.

4.12.13 (2024-10-09)

Bug Fixes

4.12.12 (2024-10-04)

Bug Fixes

  • selector performance for RTL stat (ad6f291)

4.12.11 (2024-10-02)

Bug Fixes

  • join button responsive margin issue. closes #3118 (50520b4)
Commits

Updates shiki from 1.21.0 to 1.22.0

Release notes

Sourced from shiki's releases.

v1.22.0

   🚀 Features

    View changes on GitHub

v1.21.1

   🚀 Features

    View changes on GitHub
Commits

Updates svelte-check from 4.0.4 to 4.0.5

Release notes

Sourced from svelte-check's releases.

svelte-check-4.0.5

  • fix: include named exports in svelte 5 type (#2528)
Commits
  • 156bd7d fix: correctly position quick fixes in instance and module (#2531)
  • a167a93 feat: provide Svelte 5 component migration command
  • b12afd1 fix: include named exports in svelte 5 type (#2528)
  • See full diff in compare view

Updates tocbot from 4.30.0 to 4.31.0

Release notes

Sourced from tocbot's releases.

v4.31.0

Commits

  • cbf319a: add option for toc scroll wrapper to be set to another element. (#357) (Tim Scanlin) #357
  • 2c34656: 4.31.0 (Tim Scanlin)
Commits

Updates typescript from 5.6.2 to 5.6.3

Release notes

Sourced from typescript's releases.

TypeScript 5.6.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • d48a5cf Bump version to 5.6.3 and LKG
  • fefa70a 🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...
  • ff71692 [release-5.6] Remove tsbuildInfo specification error now that we need it for ...
  • 1f44dcf 🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)
  • See full diff in compare view

Updates vite from 5.4.8 to 5.4.9

Changelog

Sourced from vite's changelog.

5.4.9 (2024-10-14)

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

… 14 updates

Bumps the minor-patches group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@iconify-json/akar-icons](https://github.com/iconify/icon-sets) | `1.2.0` | `1.2.1` |
| [@iconify-json/eos-icons](https://github.com/iconify/icon-sets) | `1.2.0` | `1.2.1` |
| [@iconify-json/ic](https://github.com/iconify/icon-sets) | `1.2.0` | `1.2.1` |
| [@iconify-json/material-symbols](https://github.com/iconify/icon-sets) | `1.2.1` | `1.2.4` |
| [@iconify-json/solar](https://github.com/iconify/icon-sets) | `1.2.0` | `1.2.1` |
| [@sveltejs/adapter-node](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node) | `5.2.5` | `5.2.6` |
| [@sveltejs/adapter-vercel](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-vercel) | `5.4.4` | `5.4.5` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.6.1` | `2.7.0` |
| [daisyui](https://github.com/saadeghi/daisyui) | `4.12.10` | `4.12.13` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.21.0` | `1.22.0` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.0.4` | `4.0.5` |
| [tocbot](https://github.com/tscanlin/tocbot) | `4.30.0` | `4.31.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.8` | `5.4.9` |



Updates `@iconify-json/akar-icons` from 1.2.0 to 1.2.1
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/eos-icons` from 1.2.0 to 1.2.1
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/ic` from 1.2.0 to 1.2.1
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/material-symbols` from 1.2.1 to 1.2.4
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/solar` from 1.2.0 to 1.2.1
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@sveltejs/adapter-node` from 5.2.5 to 5.2.6
- [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/adapter-vercel` from 5.4.4 to 5.4.5
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-vercel/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/adapter-vercel)

Updates `@sveltejs/kit` from 2.6.1 to 2.7.0
- [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 `daisyui` from 4.12.10 to 4.12.13
- [Release notes](https://github.com/saadeghi/daisyui/releases)
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](saadeghi/daisyui@v4.12.10...v4.12.13)

Updates `shiki` from 1.21.0 to 1.22.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.22.0/packages/shiki)

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

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

Updates `typescript` from 5.6.2 to 5.6.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.2...v5.6.3)

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

---
updated-dependencies:
- dependency-name: "@iconify-json/akar-icons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patches
- dependency-name: "@iconify-json/eos-icons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patches
- dependency-name: "@iconify-json/ic"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patches
- dependency-name: "@iconify-json/material-symbols"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patches
- dependency-name: "@iconify-json/solar"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patches
- dependency-name: "@sveltejs/adapter-node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patches
- dependency-name: "@sveltejs/adapter-vercel"
  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: daisyui
  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: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 October 14, 2024 18:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 14, 2024
Copy link

vercel bot commented Oct 14, 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 Oct 14, 2024 6:46pm

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.

0 participants