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 8 updates #332

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the dev-npm group with 8 updates:

Package From To
svelte 5.3.1 5.9.0
svelte-check 4.1.0 4.1.1
tailwindcss 3.4.15 3.4.16
wxt 0.19.17 0.19.19
vite 6.0.1 6.0.3
@hey-api/openapi-ts 0.57.1 0.59.1
prettier 3.4.1 3.4.2
typescript-eslint 8.16.0 8.17.0

Updates svelte from 5.3.1 to 5.9.0

Release notes

Sourced from svelte's releases.

[email protected]

Minor Changes

  • feat: add support for bind getters/setters (#14307)

Patch Changes

  • fix: always run if block code the first time (#14597)

[email protected]

Patch Changes

  • fix: reinstate missing prefersReducedMotion export (#14586)

[email protected]

Minor Changes

  • feat: add Spring and Tween classes to svelte/motion (#11519)

[email protected]

Patch Changes

  • fix: ensure bindings always take precedence over spreads (#14575)

[email protected]

Minor Changes

  • feat: add createSubscriber function for creating reactive values that depend on subscriptions (#14422)

  • feat: add reactive MediaQuery class, and a prefersReducedMotion class instance (#14422)

Patch Changes

  • fix: treat undefined and null the same for the initial input value (#14562)

[email protected]

Patch Changes

  • chore: make if blocks tree-shakable (#14549)

[email protected]

Patch Changes

  • fix: handle static form values in combination with default values (#14555)

[email protected]

Minor Changes

  • feat: support defaultValue/defaultChecked for inputs (#14289)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.9.0

Minor Changes

  • feat: add support for bind getters/setters (#14307)

Patch Changes

  • fix: always run if block code the first time (#14597)

5.8.1

Patch Changes

  • fix: reinstate missing prefersReducedMotion export (#14586)

5.8.0

Minor Changes

  • feat: add Spring and Tween classes to svelte/motion (#11519)

5.7.1

Patch Changes

  • fix: ensure bindings always take precedence over spreads (#14575)

5.7.0

Minor Changes

  • feat: add createSubscriber function for creating reactive values that depend on subscriptions (#14422)

  • feat: add reactive MediaQuery class, and a prefersReducedMotion class instance (#14422)

Patch Changes

  • fix: treat undefined and null the same for the initial input value (#14562)

5.6.2

Patch Changes

  • chore: make if blocks tree-shakable (#14549)

5.6.1

Patch Changes

... (truncated)

Commits

Updates svelte-check from 4.1.0 to 4.1.1

Release notes

Sourced from svelte-check's releases.

svelte-check-4.1.1

  • fix: support each without as (#2615)
Commits
  • 02db54d fix: support each without as (#2615)
  • 131f78a fix: make sure snapshots are shared per ProjectService (#2614)
  • 89cc22b fix: ensure imports without semicolon doesn't break intellisense (#2610)
  • fda35fe chore: update tests
  • 0bf5836 chore: pin TS to 5.6 for now
  • 10820f9 fix: ensure organize imports doesn't mess with generated $$Component type
  • See full diff in compare view

Updates tailwindcss from 3.4.15 to 3.4.16

Release notes

Sourced from tailwindcss's releases.

v3.4.16

Fixed

  • Ensure the TypeScript types for PluginsConfig allow undefined values (#14668)

Changed

  • Bumped lilconfig to v3.x (#15289)
Changelog

Sourced from tailwindcss's changelog.

[3.4.16] - 2024-12-03

Fixed

  • Ensure the TypeScript types for PluginsConfig allow undefined values (#14668)

Changed

  • Bumped lilconfig to v3.x (#15289)
Commits

Updates wxt from 0.19.17 to 0.19.19

Release notes

Sourced from wxt's releases.

wxt v0.19.19

compare changes

🚀 Enhancements

  • Keyboard shortcut to reopen the browser without restarting the dev command (#1211)

🩹 Fixes

  • Prevent changing dev server port when reloading config (#1241)
  • Ensure content scripts are registered immediately in dev mode (#1253)
  • Exclude skipped entrypoints from Firefox sources zip (#1238)

❤️ Contributors

wxt v0.19.18

compare changes

🩹 Fixes

  • Correct dev.reloadCommand restriction to consider only commands with suggested keys (#1226)

🌊 Types

  • Add overloads to ContentScriptContext#addEventListener for different targets (#1245)

🏡 Chore

  • Refactor findEntrypoints to return all entrypoints with skipped set properly (#1244)

❤️ Contributors

Commits
  • a643852 chore(release): wxt v0.19.19
  • e221252 fix: Exclude skipped entrypoints from Firefox sources zip (#1238)
  • 88f126e fix: Ensure content scripts are registered immediately in dev mode (#1253)
  • 17af05a fix: Prevent changing dev server port when reloading config (#1241)
  • fd436a0 docs: Add "aesthetic Notion, styled" to homepage (#1247)
  • 0d796b6 feat: Keyboard shortcut to reopen the browser without restarting the dev comm...
  • cb143d2 chore(release): wxt v0.19.18
  • f3e7758 types: Add overloads to ContentScriptContext#addEventListener for different...
  • 23ef101 chore: Refactor findEntrypoints to return all entrypoints with skipped se...
  • c2f5efb docs: Update injectScript docs to match example from examples repo (#1240)
  • Additional commits viewable in compare view

Updates vite from 6.0.1 to 6.0.3

Release notes

Sourced from vite's releases.

v6.0.3

Please refer to CHANGELOG.md for details.

v6.0.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.0.3 (2024-12-05)

6.0.2 (2024-12-02)

Commits
  • 7a0758c release: v6.0.3
  • a1dd396 fix: make handleInvoke interface compatible with invoke (#18876)
  • ea802f8 refactor: fix logic errors found by no-unnecessary-condition rule (#18891)
  • 690a36f fix: remove CSS import in CJS correctly in some cases (#18885)
  • d5fb653 fix: handle postcss load unhandled rejections (#18886)
  • 2b5926a fix(config): bundle files referenced with imports field (#18887)
  • 1b54e50 fix(html): allow unexpected question mark in tag name (#18852)
  • d59efd8 fix(css): rewrite url when image-set and url exist at the same time (#18868)
  • 20fdf21 fix(config): make stacktrace path correct when sourcemap is enabled (#18833)
  • 88e49aa fix(module-runner): decode uri for file url passed to import (#18837)
  • Additional commits viewable in compare view

Updates @hey-api/openapi-ts from 0.57.1 to 0.59.1

Release notes

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

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

Patch Changes

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

Minor Changes

  • #1387 7c4335d Thanks @​mrlubos! - feat: add logs.level option

    Added logs.level option

    You can now configure different log levels. As part of this feature, we had to introduce a breaking change by moving the debug option to logs.level. This will affect you if you're calling @hey-api/openapi-ts from Node.js (not CLI) or using the configuration file.

    export default {
      client: '@hey-api/client-fetch',
      debug: true, // [!code --]
      input: 'path/to/openapi.json',
      logs: {
        level: 'debug', // [!code ++]
      },
      output: 'src/client',
    };
  • #1389 f4c98ec Thanks @​mrlubos! - feat: remove @hey-api/schemas from default plugins

    Updated default plugins

    @hey-api/schemas has been removed from the default plugins. To continue using it, add it to your plugins array.

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

Patch Changes

... (truncated)

Commits
  • eae21a2 Merge pull request #1396 from hey-api/changeset-release/main
  • cf5b121 Version Packages
  • fc0ab37 Merge pull request #1398 from hey-api/fix/restricted-identifier-name
  • a88e7d9 fix: prefix restricted identifier names with underscore
  • 9f1f456 Merge pull request #1394 from hey-api/fix/body-query-accept-unknown-never
  • c57ecc3 chore: update TanStack Query types
  • 9fc6e77 docs: update examples
  • ec48d32 fix: disallow additional query parameters in experimental parser output
  • 8dd356f Merge pull request #1384 from hey-api/changeset-release/main
  • 342da15 Version Packages
  • Additional commits viewable in compare view

Updates prettier from 3.4.1 to 3.4.2

Release notes

Sourced from prettier's releases.

3.4.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.4.2

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->
C言
語
・
C++
・
Go
・
Rust
<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust
<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#16891 by @​fisker)

// Input
class A {
  @decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
// Prettier 3.4.1
class A {
@​decorator
async /**
</tr></table>

... (truncated)

Commits

Updates typescript-eslint from 8.16.0 to 8.17.0

Release notes

Sourced from typescript-eslint's releases.

v8.17.0

8.17.0 (2024-12-02)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
  • typescript-estree: add package version to ts version warning (#10343)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
  • eslint-plugin: [promise-function-async] handle function overloading (#10304)
  • website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.17.0 (2024-12-02)

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

Bumps the dev-npm group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.3.1` | `5.9.0` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.1.0` | `4.1.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.15` | `3.4.16` |
| [wxt](https://github.com/wxt-dev/wxt) | `0.19.17` | `0.19.19` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.1` | `6.0.3` |
| [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.57.1` | `0.59.1` |
| [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.16.0` | `8.17.0` |


Updates `svelte` from 5.3.1 to 5.9.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 `svelte-check` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-4.1.0...svelte-check-4.1.1)

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

Updates `wxt` from 0.19.17 to 0.19.19
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.19.17...wxt-v0.19.19)

Updates `vite` from 6.0.1 to 6.0.3
- [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.3/packages/vite)

Updates `@hey-api/openapi-ts` from 0.57.1 to 0.59.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 `prettier` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.1...3.4.2)

Updates `typescript-eslint` from 8.16.0 to 8.17.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.17.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: wxt
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from jordanshatford as a code owner December 9, 2024 02:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 9, 2024
Copy link

vercel bot commented Dec 9, 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 9, 2024 2:09am

@jordanshatford jordanshatford merged commit b3a26ef into main Dec 9, 2024
4 of 31 checks passed
@jordanshatford jordanshatford deleted the dependabot/npm_and_yarn/dev-npm-53d0bda32d branch December 9, 2024 15:16
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