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

Bump the npm-dependencies group with 15 updates #79

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the npm-dependencies group with 15 updates:

Package From To
@internationalized/date 3.6.0 3.7.0
@sveltejs/adapter-cloudflare 5.0.0 5.0.1
@sveltejs/adapter-node 5.2.11 5.2.12
@sveltejs/kit 2.15.2 2.16.0
@types/node 22.10.5 22.10.7
bits-ui 1.0.0-next.77 1.0.0-next.78
eslint-config-prettier 9.1.0 10.0.1
lucide-svelte 0.471.0 0.473.0
prettier-plugin-svelte 3.3.2 3.3.3
prettier-plugin-tailwindcss 0.6.9 0.6.10
svelte 5.17.3 5.19.0
svelte-check 4.1.3 4.1.4
tailwind-variants 0.3.0 0.3.1
typescript-eslint 8.19.1 8.20.0
vitest 2.1.8 3.0.2

Updates @internationalized/date from 3.6.0 to 3.7.0

Commits
  • 1b4236c Publish
  • c53ab48 fix: dependencies and peer dependencies (#7610)
  • a9d4fef fix(TagGroup): ensure Tags with and without icons are aligned vertically (#7608)
  • 1d9e615 fix: Properly clear Autocomplete wrapped SearchField when "x" button is press...
  • e29b059 fix(s2): Improve ActionBar transition when scrollbars are visible (#7607)
  • 1b425ca feat: Support CSS transitions in RAC (#7488)
  • 32a9a54 feat: Initial aria test util docs and listbox/tabs/tree utils (#7145)
  • 191df02 chore: Revert tabs collapse (#7599)
  • 101d077 chore: Update JSDocs and apis for release (#7595)
  • 73bbc40 remove internal contexts from RAC Calendar (#7593)
  • Additional commits viewable in compare view

Updates @sveltejs/adapter-cloudflare from 5.0.0 to 5.0.1

Release notes

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

@​sveltejs/adapter-cloudflare@​5.0.1

Patch Changes

Changelog

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

5.0.1

Patch Changes

Commits

Updates @sveltejs/adapter-node from 5.2.11 to 5.2.12

Release notes

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

@​sveltejs/adapter-node@​5.2.12

Patch Changes

Changelog

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

5.2.12

Patch Changes

Commits

Updates @sveltejs/kit from 2.15.2 to 2.16.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.16.0

Minor Changes

  • feat: add ability to invalidate a custom identifier on goto() (#13256)

  • feat: remove the postinstall script to support pnpm 10 (#13304)

    NOTE: users should add "prepare": "svelte-kit sync" to their package.json in order to avoid the following warning upon first running Vite:

    ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
    
    tsconfig.json:2:12:
      2 │   "extends": "./.svelte-kit/tsconfig.json",
        ╵              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    

  • feat: provide PageProps and LayoutProps types (#13308)

Patch Changes

  • perf: shorten chunk file names (#13003)

  • fix: strip internal data before passing URL to reroute (#13092)

  • fix: support absolute URLs and reroutes with data-sveltekit-preload-code="viewport" (#12217)

  • fix: use current window.fetch for server load fetch requests (#13315)

  • fix: resolve symlinks when handling routes (#12740)

  • fix: prevent infinite reload when using the hash router and previewing /index.html (#13296)

  • fix: service worker base path in dev mode (#12577)

  • chore: error during development when using use:enhance with +server (#13197)

  • chore: add most common status codes to redirect() JS documentation (#13301)

  • fix: correctly link to assets inlined by the inlineStyleThreshold option (#13068)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.16.0

Minor Changes

  • feat: add ability to invalidate a custom identifier on goto() (#13256)

  • feat: remove the postinstall script to support pnpm 10 (#13304)

    NOTE: users should add "prepare": "svelte-kit sync" to their package.json in order to avoid the following warning upon first running Vite:

    ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
    
    tsconfig.json:2:12:
      2 │   "extends": "./.svelte-kit/tsconfig.json",
        ╵              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    

  • feat: provide PageProps and LayoutProps types (#13308)

Patch Changes

  • perf: shorten chunk file names (#13003)

  • fix: strip internal data before passing URL to reroute (#13092)

  • fix: support absolute URLs and reroutes with data-sveltekit-preload-code="viewport" (#12217)

  • fix: use current window.fetch for server load fetch requests (#13315)

  • fix: resolve symlinks when handling routes (#12740)

  • fix: prevent infinite reload when using the hash router and previewing /index.html (#13296)

  • fix: service worker base path in dev mode (#12577)

  • chore: error during development when using use:enhance with +server (#13197)

  • chore: add most common status codes to redirect() JS documentation (#13301)

... (truncated)

Commits

Updates @types/node from 22.10.5 to 22.10.7

Commits

Updates bits-ui from 1.0.0-next.77 to 1.0.0-next.78

Release notes

Sourced from bits-ui's releases.

bits-ui@1.0.0-next.78

Patch Changes

  • Allow <Button/> with href to be disabled. (#1055)

  • BREAKING: Select - change default value of allowDeselect to false to align with native HTML <select> (#1049)

  • fix: ensure disabled is passed through to Dialog.Trigger and Dialog.Close (#1057)

Commits

Updates eslint-config-prettier from 9.1.0 to 10.0.1

Release notes

Sourced from eslint-config-prettier's releases.

v10.0.1

eslint-config-prettier

10.0.1

What's Changed

New Contributors

Full Changelog: prettier/eslint-config-prettier@v9.1.0...v10.0.1

v10.0.0

Major Changes

Changelog

Sourced from eslint-config-prettier's changelog.

eslint-config-prettier

10.0.0

Major Changes

Versions before 10.0.0

Commits
  • c5170f0 fix: add main field
  • e814e70 chore: change release folders
  • 9ebedc7 chore: release eslint-config-prettier (#296)
  • 5be64be feat: add support for @stylistic/eslint-plugin (#272)
  • 5687e7d chore: migrate to changeset for automatically releasing (#278)
  • 4f3bbb4 Remove unused eslint-disable-next-line comment
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by jounqin, a new releaser for eslint-config-prettier since your current version.


Updates lucide-svelte from 0.471.0 to 0.473.0

Release notes

Sourced from lucide-svelte's releases.

New icons 0.473.0

Modified Icons 🔨

New icons 0.472.0

New icons 🎨

What's Changed

Full Changelog: lucide-icons/lucide@0.471.1...0.472.0

Hotfix Lucide React exports

What's Changed

Commits

Updates prettier-plugin-svelte from 3.3.2 to 3.3.3

Commits

Updates prettier-plugin-tailwindcss from 0.6.9 to 0.6.10

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.6.10

  • Add support for @zackad/prettier-plugin-twig (#327)
  • Drop support for @zackad/prettier-plugin-twig-melody (#327)
  • Update Prettier options types (#325)
  • Don't remove whitespace inside template literals in Svelte (#332)
Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.6.10] - 2025-01-15

  • Add support for @zackad/prettier-plugin-twig (#327)
  • Drop support for @zackad/prettier-plugin-twig-melody (#327)
  • Update Prettier options types (#325)
  • Don't remove whitespace inside template literals in Svelte (#332)
Commits
  • b08ed2f 0.6.10
  • 9481dd0 Fix erroneous template string whitespace formatting in Svelte (#332)
  • a9201df Add missing properties to PluginOptions type (#325)
  • 04184b8 Replace support for @zackad/prettier-plugin-twig-melody with `@zackad/prett...
  • 90b0253 Sort class to end of list (#334)
  • See full diff in compare view

Updates svelte from 5.17.3 to 5.19.0

Release notes

Sourced from svelte's releases.

svelte@5.19.0

Minor Changes

  • feat: Expose ClassValue from svelte/elements (#15035)

Patch Changes

  • fix: create fewer deriveds for concatenated strings (#15041)

  • fix: correctly parse leading comments in function binding (#15020)

svelte@5.18.0

Minor Changes

  • feat: allow \<template> elements to contain any child (#15007)

Patch Changes

  • fix: ensure resume effects are scheduled in topological order (#15012)

  • fix: bump esrap (#15015)

  • fix: remove listener on bind_current_time teardown (#15013)

svelte@5.17.5

Patch Changes

  • feat: allow const tag inside svelte:boundary (#14993)

  • fix: ensure signal write invalidation within effects is consistent (#14989)

svelte@5.17.4

Patch Changes

  • fix: never consider inert boundary effects (#14999)

  • fix: store access on component destroy (#14968)

  • fix: correctly transform pre with no content (#14973)

  • fix: wrap each block expression in derived to encapsulate effects (#14967)

Changelog

Sourced from svelte's changelog.

5.19.0

Minor Changes

  • feat: Expose ClassValue from svelte/elements (#15035)

Patch Changes

  • fix: create fewer deriveds for concatenated strings (#15041)

  • fix: correctly parse leading comments in function binding (#15020)

5.18.0

Minor Changes

  • feat: allow \<template> elements to contain any child (#15007)

Patch Changes

  • fix: ensure resume effects are scheduled in topological order (#15012)

  • fix: bump esrap (#15015)

  • fix: remove listener on bind_current_time teardown (#15013)

5.17.5

Patch Changes

  • feat: allow const tag inside svelte:boundary (#14993)

  • fix: ensure signal write invalidation within effects is consistent (#14989)

5.17.4

Patch Changes

  • fix: never consider inert boundary effects (#14999)

  • fix: store access on component destroy (#14968)

  • fix: correctly transform pre with no content (#14973)

  • fix: wrap each block expression in derived to encapsulate effects (#14967)

Commits

Updates svelte-check from 4.1.3 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)
Commits

Updates tailwind-variants from 0.3.0 to 0.3.1

Release notes

Sourced from tailwind-variants's releases.

v0.3.1

What's Changed

New Contributors

Full Changelog: heroui-inc/tailwind-variants@v0.3.0...v0.3.1

Commits

Updates typescript-eslint from 8.19.1 to 8.20.0

Release notes

Sourced from typescript-eslint's releases.

v8.20.0

8.20.0 (2025-01-13)

🚀 Features

  • standardize debug namespaces to file paths (#10599)
  • eslint-plugin: [no-misused-spread] add new rule (#10551)
  • eslint-plugin: [no-deprecated] add allow options (#10585)
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)

🩹 Fixes

  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#10593)
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.20.0 (2025-01-13)

🚀 Features

  • eslint-plugin: [no-misused-spread] add new rule (#10551)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

Commits
  • ea6fbea chore(release): publish 8.20.0
  • a175189 docs(typescript-eslint): make jsdoc for config helper function consistent (#1...
  • 04166e0 feat(eslint-plugin): [no-misused-spread] add new rule (#10551)
  • See full diff in compare view

Updates vitest from 2.1.8 to 3.0.2

Release notes

Sourced from vitest's releases.

v3.0.2

   🐞 Bug Fixes

    View changes on GitHub

v3.0.1

   🐞 Bug Fixes

    View changes on GitHub

v3.0.0

Vitest 3 is here! There are a few breaking changes, but we expect the migration to be smooth. This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

   🚨 Breaking Changes

   🚀 Features

... (truncated)

Commits
  • f17918a chore: release v3.0.2
  • 56c5018 chore: release v3.0.1
  • 755ecdf Revert "fix: re-apply default conditions if using vite 6 or later (#7071)" (#...
  • 537fa5e fix(deps): update all non-major dependencies (#7147)
  • 01600e0 chore: release v3.0.0
  • 84287fc fix: re-apply default conditions if using vite 6 or later (#7071)
  • b526896 fix(coverage)!: always exclude test files (#7254)
  • 1c2b210 fix(api): do...

    Description has been truncated

Bumps the npm-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@internationalized/date](https://github.com/adobe/react-spectrum) | `3.6.0` | `3.7.0` |
| [@sveltejs/adapter-cloudflare](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-cloudflare) | `5.0.0` | `5.0.1` |
| [@sveltejs/adapter-node](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node) | `5.2.11` | `5.2.12` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.15.2` | `2.16.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.5` | `22.10.7` |
| [bits-ui](https://github.com/huntabyte/bits-ui) | `1.0.0-next.77` | `1.0.0-next.78` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.0.1` |
| [lucide-svelte](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-svelte) | `0.471.0` | `0.473.0` |
| [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.3.2` | `3.3.3` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.9` | `0.6.10` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.17.3` | `5.19.0` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.1.3` | `4.1.4` |
| [tailwind-variants](https://github.com/heroui-inc/tailwind-variants) | `0.3.0` | `0.3.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.19.1` | `8.20.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.8` | `3.0.2` |


Updates `@internationalized/date` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@internationalized/date@3.6.0...@internationalized/date@3.7.0)

Updates `@sveltejs/adapter-cloudflare` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-cloudflare/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/adapter-cloudflare@5.0.1/packages/adapter-cloudflare)

Updates `@sveltejs/adapter-node` from 5.2.11 to 5.2.12
- [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/adapter-node@5.2.12/packages/adapter-node)

Updates `@sveltejs/kit` from 2.15.2 to 2.16.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/kit@2.16.0/packages/kit)

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

Updates `bits-ui` from 1.0.0-next.77 to 1.0.0-next.78
- [Release notes](https://github.com/huntabyte/bits-ui/releases)
- [Commits](https://github.com/huntabyte/bits-ui/compare/bits-ui@1.0.0-next.77...bits-ui@1.0.0-next.78)

Updates `eslint-config-prettier` from 9.1.0 to 10.0.1
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.1.0...v10.0.1)

Updates `lucide-svelte` from 0.471.0 to 0.473.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.473.0/packages/lucide-svelte)

Updates `prettier-plugin-svelte` from 3.3.2 to 3.3.3
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/commits)

Updates `prettier-plugin-tailwindcss` from 0.6.9 to 0.6.10
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.9...v0.6.10)

Updates `svelte` from 5.17.3 to 5.19.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.19.0/packages/svelte)

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

Updates `tailwind-variants` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/heroui-inc/tailwind-variants/releases)
- [Commits](heroui-inc/tailwind-variants@v0.3.0...v0.3.1)

Updates `typescript-eslint` from 8.19.1 to 8.20.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.20.0/packages/typescript-eslint)

Updates `vitest` from 2.1.8 to 3.0.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.2/packages/vitest)

---
updated-dependencies:
- dependency-name: "@internationalized/date"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@sveltejs/adapter-cloudflare"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@sveltejs/adapter-node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: bits-ui
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: lucide-svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: prettier-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: tailwind-variants
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
Copy link

cloudflare-workers-and-pages bot commented Jan 20, 2025

Deploying openshockapp with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8ac6e47
Status: ✅  Deploy successful!
Preview URL: https://c33db3b9.openshockapp.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-npm-lu6e.openshockapp.pages.dev

View logs

@hhvrc hhvrc merged commit da3230a into develop Jan 20, 2025
2 checks passed
@hhvrc hhvrc deleted the dependabot/npm_and_yarn/npm-dependencies-b96e6580fc branch January 20, 2025 11:30
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant