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 dev-npm group with 9 updates #339

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 Dec 23, 2024

Bumps the dev-npm group with 9 updates:

Package From To
@changesets/cli 2.27.10 2.27.11
@sveltejs/vite-plugin-svelte 5.0.2 5.0.3
svelte 5.14.0 5.15.0
tailwindcss 3.4.16 3.4.17
@sveltejs/kit 2.11.1 2.15.0
vite 6.0.3 6.0.5
@hey-api/openapi-ts 0.59.2 0.60.1
globals 15.13.0 15.14.0
typescript-eslint 8.18.0 8.18.1

Updates @changesets/cli from 2.27.10 to 2.27.11

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.11

Patch Changes

  • Updated dependencies [f0270f6]:
    • @​changesets/config@​3.0.5
    • @​changesets/apply-release-plan@​7.0.7
    • @​changesets/get-release-plan@​4.0.6
Commits

Updates @sveltejs/vite-plugin-svelte from 5.0.2 to 5.0.3

Release notes

Sourced from @​sveltejs/vite-plugin-svelte's releases.

@​sveltejs/vite-plugin-svelte@​5.0.3

Patch Changes

  • fix errorhandling to work with errors that don't have a code property (#1054)
Changelog

Sourced from @​sveltejs/vite-plugin-svelte's changelog.

5.0.3

Patch Changes

  • fix errorhandling to work with errors that don't have a code property (#1054)
Commits

Updates svelte from 5.14.0 to 5.15.0

Release notes

Sourced from svelte's releases.

[email protected]

Minor Changes

  • feat: add "worker" exports condition to better support bundling for worker-based environments (#14779)

[email protected]

Patch Changes

  • fix: treeshake $inspect.trace code if unused in modules (#14774)

  • fix: Improve typescript DX for $inspect, $props, $bindable, and $host (#14777)

[email protected]

Patch Changes

  • fix: bump esrap dependency (#14765)

  • fix: ensure svg namespace for <a> elements is correct (#14756)

  • fix: treeshake $inspect.trace code if unused (#14770)

[email protected]

Patch Changes

  • fix: remove implements from class declarations (#14749)

  • fix: remove unwanted properties from both replaced and unreplaced nodes (#14744)

[email protected]

Patch Changes

  • fix: bump esrap, prevent malformed AST (#14742)

  • fix: compare array contents for equality mismatch detections, not the arrays themselves (#14738)

[email protected]

Patch Changes

  • fix: correctly highlight first rerun of $inspect.trace (#14734)

  • chore: more loose parser improvements (#14733)

[email protected]

Patch Changes

  • fix: improve unowned derived performance (#14724)
Changelog

Sourced from svelte's changelog.

5.15.0

Minor Changes

  • feat: add "worker" exports condition to better support bundling for worker-based environments (#14779)

5.14.6

Patch Changes

  • fix: treeshake $inspect.trace code if unused in modules (#14774)

  • fix: Improve typescript DX for $inspect, $props, $bindable, and $host (#14777)

5.14.5

Patch Changes

  • fix: bump esrap dependency (#14765)

  • fix: ensure svg namespace for <a> elements is correct (#14756)

  • fix: treeshake $inspect.trace code if unused (#14770)

5.14.4

Patch Changes

  • fix: remove implements from class declarations (#14749)

  • fix: remove unwanted properties from both replaced and unreplaced nodes (#14744)

5.14.3

Patch Changes

  • fix: bump esrap, prevent malformed AST (#14742)

  • fix: compare array contents for equality mismatch detections, not the arrays themselves (#14738)

5.14.2

Patch Changes

  • fix: correctly highlight first rerun of $inspect.trace (#14734)

  • chore: more loose parser improvements (#14733)

5.14.1

... (truncated)

Commits

Updates tailwindcss from 3.4.16 to 3.4.17

Release notes

Sourced from tailwindcss's releases.

v3.4.17

Fixed

  • Work around Node v22.12+ issue (#15421)
Changelog

Sourced from tailwindcss's changelog.

[3.4.17] - 2024-12-17

Fixed

  • Work around Node v22.12+ issue (#15421)
Commits

Updates @sveltejs/kit from 2.11.1 to 2.15.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.15.0

Minor Changes

  • feat: add bundleStrategy: 'inline' option (#13193)

@​sveltejs/kit@​2.14.1

Patch Changes

  • fix: do not mutate URL during reroute logic (#13222)

@​sveltejs/kit@​2.14.0

Minor Changes

  • feat: add hash-based routing option (#13191)

Patch Changes

  • fix: create new URL when calling goto(...), to handle case where URL is mutated (#13196)

@​sveltejs/kit@​2.13.0

Minor Changes

  • feat: add bundleStrategy: 'split' | 'single' option (#13173)

@​sveltejs/kit@​2.12.2

Patch Changes

  • fix: correctly resolve no hooks file when a similarly named directory exists (#13188)

  • fix: correctly resolve $app/state on the server with Vite 5 (#13192)

@​sveltejs/kit@​2.12.1

Patch Changes

  • fix: replace navigating.current.<x> with navigating.<x> (#13174)

@​sveltejs/kit@​2.12.0

Minor Changes

  • feat: add $app/state module (#13140)

Patch Changes

  • chore: specify the route ID in the error message during development when making a form action request to a route without form actions (#13167)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.15.0

Minor Changes

  • feat: add bundleStrategy: 'inline' option (#13193)

2.14.1

Patch Changes

  • fix: do not mutate URL during reroute logic (#13222)

2.14.0

Minor Changes

  • feat: add hash-based routing option (#13191)

Patch Changes

  • fix: create new URL when calling goto(...), to handle case where URL is mutated (#13196)

2.13.0

Minor Changes

  • feat: add bundleStrategy: 'split' | 'single' option (#13173)

2.12.2

Patch Changes

  • fix: correctly resolve no hooks file when a similarly named directory exists (#13188)

  • fix: correctly resolve $app/state on the server with Vite 5 (#13192)

2.12.1

Patch Changes

  • fix: replace navigating.current.<x> with navigating.<x> (#13174)

2.12.0

Minor Changes

  • feat: add $app/state module (#13140)

... (truncated)

Commits

Updates vite from 6.0.3 to 6.0.5

Release notes

Sourced from vite's releases.

v6.0.5

Please refer to CHANGELOG.md for details.

v6.0.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.0.5 (2024-12-20)

6.0.4 (2024-12-19)

Commits
  • 49a6be5 release: v6.0.5
  • 4359e0d fix: esbuild regression (pin to 0.24.0) (#19027)
  • 11cd5a4 release: v6.0.4
  • 3734f80 fix(css): escape double quotes in url() when lightningcss is used (#18997)
  • 2b4f115 fix(deps): update all non-major dependencies (#18996)
  • 12b612d fix: fallback terser to main thread when function options are used (#18987)
  • d88d000 fix(deps): update all non-major dependencies (#18967)
  • 21680bd fix(css): skip non css in custom sass importer (#18970)
  • 62fad6d chore(deps): update dependency @​rollup/plugin-node-resolve to v16 (#18968)
  • 8a6bb4e fix(optimizer): keep NODE_ENV as-is when keepProcessEnv is true (#18899)
  • Additional commits viewable in compare view

Updates @hey-api/openapi-ts from 0.59.2 to 0.60.1

Release notes

Sourced from @​hey-api/openapi-ts's releases.

@​hey-api/openapi-ts@​0.60.1

Patch Changes

@​hey-api/openapi-ts@​0.60.0

Minor Changes

  • #1430 9cec9e8 Thanks @​mrlubos! - fix: require sdk.transformer to use generated transformers

    Added sdk.transformer option

    When generating SDKs, you now have to specify transformer in order to modify response data. By default, adding @hey-api/transformers to your plugins will only produce additional output. To preserve the previous functionality, set sdk.transformer to true.

    import { defaultPlugins } from '@hey-api/openapi-ts';
    export default {
    client: '@​hey-api/client-fetch',
    input: 'path/to/openapi.json',
    output: 'src/client',
    plugins: [
    ...defaultPlugins,
    {
    dates: true,
    name: '@​hey-api/transformers',
    },
    {
    name: '@​hey-api/sdk',
    transformer: true, // [!code ++]
    },
    ],
    };

  • #1447 200821b Thanks @​mrlubos! - fix: revert license to MIT

Patch Changes

... (truncated)

Commits
  • d459279 Merge pull request #1458 from hey-api/changeset-release/main
  • b01c432 Version Packages
  • 994286e Merge pull request #1471 from hey-api/fix/client-descriptions
  • f86d293 fix: add links to the experimental parser callouts
  • 670e537 Merge pull request #1470 from hey-api/fix/axios-merge-headers
  • 458ef50 fix: handle special Axios keywords when merging headers
  • 680e55f Merge pull request #1469 from hey-api/fix/zod-schema-pattern
  • a7608c2 fix: zod: generate patterns and improve plain schemas
  • ac442f0 Merge pull request #1468 from hey-api/fix/no-unchecked-indexed-access
  • 20d7497 fix: handle indexed access checks
  • Additional commits viewable in compare view

Updates globals from 15.13.0 to 15.14.0

Release notes

Sourced from globals's releases.

v15.14.0

  • Add vitest globals (#274) 06a5723

sindresorhus/globals@v15.13.0...v15.14.0

Commits

Updates typescript-eslint from 8.18.0 to 8.18.1

Release notes

Sourced from typescript-eslint's releases.

v8.18.1

8.18.1 (2024-12-16)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#10444)
  • eslint-plugin: handle string like index type (#10460)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#10474)
  • eslint-plugin: use consistent naming for asserting types and casting values (#10472)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#10454)
  • scope-manager: visit params decorator before nest scope (#10475)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.18.1 (2024-12-16)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

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

@dependabot dependabot bot requested a review from jordanshatford as a code owner December 23, 2024 02:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 23, 2024
Copy link

vercel bot commented Dec 23, 2024

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

Name Status Preview Comments Updated (UTC)
youtube-downloader ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 23, 2024 0:31am

Bumps the dev-npm group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.27.10` | `2.27.11` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `5.0.2` | `5.0.3` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.14.0` | `5.15.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.16` | `3.4.17` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.11.1` | `2.15.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.3` | `6.0.5` |
| [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.59.2` | `0.60.1` |
| [globals](https://github.com/sindresorhus/globals) | `15.13.0` | `15.14.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.18.0` | `8.18.1` |


Updates `@changesets/cli` from 2.27.10 to 2.27.11
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

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

Updates `svelte` from 5.14.0 to 5.15.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/[email protected]/packages/svelte)

Updates `tailwindcss` from 3.4.16 to 3.4.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.16...v3.4.17)

Updates `@sveltejs/kit` from 2.11.1 to 2.15.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 `vite` from 6.0.3 to 6.0.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.5/packages/vite)

Updates `@hey-api/openapi-ts` from 0.59.2 to 0.60.1
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/[email protected]...@hey-api/[email protected])

Updates `globals` from 15.13.0 to 15.14.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.13.0...v15.14.0)

Updates `typescript-eslint` from 8.18.0 to 8.18.1
- [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.18.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@hey-api/openapi-ts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
...

Signed-off-by: dependabot[bot] <[email protected]>
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