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): bump the production-dependencies group across 1 directory with 14 updates #9

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 14 updates in the / directory:

Package From To
@clack/prompts 0.7.0 0.8.2
@floating-ui/dom 1.6.11 1.6.12
hast-util-to-jsx-runtime 2.3.0 2.3.2
lightningcss 1.27.0 1.28.2
pixi.js 8.4.1 8.6.4
preact 10.24.2 10.25.1
rehype-citation 2.1.2 2.2.2
shiki 1.22.0 1.24.1
workerpool 9.1.3 9.2.0
@types/node 22.7.5 22.10.1
@types/ws 8.5.12 8.5.13
prettier 3.3.3 3.4.2
tsx 4.19.1 4.19.2
typescript 5.6.3 5.7.2

Updates @clack/prompts from 0.7.0 to 0.8.2

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​0.8.2

Patch Changes

  • Updated dependencies [4845f4f]
  • Updated dependencies [d7b2fb9]
    • @​clack/core@​0.3.5

@​clack/prompts@​0.8.1

Patch Changes

  • 360afeb: feat: adaptative max items
Changelog

Sourced from @​clack/prompts's changelog.

0.8.2

Patch Changes

  • Updated dependencies [4845f4f]
  • Updated dependencies [d7b2fb9]
    • @​clack/core@​0.3.5

0.8.1

Patch Changes

  • 360afeb: feat: adaptative max items

0.8.0

Minor Changes

  • 9acccde: Add tasks function for executing tasks in spinners

Patch Changes

  • b5c6b9b: Feat multiselect maxItems option
  • 50ed94a: fix: clear spinner hooks on spinner.stop
  • Updated dependencies [a04e418]
  • Updated dependencies [4f6fcf5]
    • @​clack/core@​0.3.4
Commits

Updates @floating-ui/dom from 1.6.11 to 1.6.12

Release notes

Sourced from @​floating-ui/dom's releases.

@​floating-ui/dom@​1.6.12

Patch Changes

  • fix: handle relative html offset clipping rect
  • fix(getClippingRect): allow passing DOMRect as a boundary
Changelog

Sourced from @​floating-ui/dom's changelog.

1.6.12

Patch Changes

  • fix: handle relative html offset clipping rect
  • fix(getClippingRect): allow passing DOMRect as a boundary
Commits

Updates hast-util-to-jsx-runtime from 2.3.0 to 2.3.2

Release notes

Sourced from hast-util-to-jsx-runtime's releases.

2.3.2

Types

  • e093df5 Fix to allow assigning react runtime to types

Full Changelog: syntax-tree/hast-util-to-jsx-runtime@2.3.1...2.3.2

2.3.1

Docs

  • ae638ba Add docs on global JSX namespace

Types

  • 29e8b7d Add declaration maps
  • 413242e Refactor types

Full Changelog: syntax-tree/hast-util-to-jsx-runtime@2.3.0...2.3.1

Commits

Updates lightningcss from 1.27.0 to 1.28.2

Release notes

Sourced from lightningcss's releases.

v1.28.2

Fixes

  • Fix duplicate prefixed properties in transition-property#850 (thanks @​RobinMalfait and @​LeoniePhiline!)
  • Fix mapping original name from source maps – 78f2fc479537ec68a7481e33db571385cc21cdb7
  • Bump browser compat data – 4159bc507baa1ec438f89b20bdf9e8e74c7f48e4
  • Ensure consistent order of custom properties when all property is set – d4eec3593fe3c2244693d9e11af3547d6651ce57

v1.28.0

Added

Fixed

Commits

Updates pixi.js from 8.4.1 to 8.6.4

Release notes

Sourced from pixi.js's releases.

v8.6.4

💾 Download

Development Build:

Production Build:

Documentation:

Changed

pixijs/pixijs@v8.6.3...v8.6.4

🐛 Fixed

🧹 Chores

New Contributors

v8.6.3

💾 Download

Development Build:

Production Build:

Documentation:

Changed

pixijs/pixijs@v8.6.2...v8.6.3

🐛 Fixed

... (truncated)

Commits

Updates preact from 10.24.2 to 10.25.1

Release notes

Sourced from preact's releases.

10.25.1

Fixes

Types

Maintenance

10.25.0

Features

Move per-element type interfaces into core and more strictly type IntrinsicElements (#4546, thanks @​rschristian)

This adds per-element typings for every DOM-node type, this means that our types might become slightly stricter when you are using DOM attributes/properties where they are not allowed, an example of this might be <div src="x" />.

If you notice any issues when upgrading tell us about them, we can evaluate whether we have missed a case.

Recreate unkeyed functional components when they change position. (#4550, thanks @​JoviDeCroock)

This is a long time bugfix, when we have elements that look like

return (
	{condition ? <Element /> : null}
	{condition ? null : <Element />
)

We would reuse the state of the first VNode to render the second one when the condition switches. When you are using key, this issue was not present.

Support { handleEvent() {} } object interface as a listener (#4538, thanks @​lilnasy)

... (truncated)

Commits
  • 80d9226 10.25.1 (#4589)
  • 04684dd feat: Add ElementRef type to compat (#4557)
  • daa124a fix: Ensure resolution of core types goes through typesVersions resolution (#...
  • f7ac8dc chore: Correct some internal test types (#4588)
  • 65b4f6b Test whether reducing bits leads to memory improvements (#4586)
  • 42524db fix: Correct defaultValue property types for inputs, selects, & textareas (...
  • 42e7b45 refactor: Remove declare global from internal types (#4583)
  • b9ff1b7 Revert handle event (#4584)
  • 99e5e04 Move some frequently used things to constants (#4579)
  • cfd2f41 fix: Add missing SVG type attribute (#4582)
  • Additional commits viewable in compare view

Updates rehype-citation from 2.1.2 to 2.2.2

Release notes

Sourced from rehype-citation's releases.

v2.2.2

What's Changed

New Contributors

Full Changelog: timlrx/rehype-citation@v2.2.1...v2.2.2

v2.2.1

What's Changed

Full Changelog: timlrx/rehype-citation@v2.2.0...v2.2.1

v2.2.0

What's Changed

New Contributors

Full Changelog: timlrx/rehype-citation@v2.1.2...v2.2.0

Commits

Updates shiki from 1.22.0 to 1.24.1

Release notes

Sourced from shiki's releases.

v1.24.1

   🚀 Features

    View changes on GitHub

v1.24.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.23.1

   🚀 Features

    View changes on GitHub

v1.23.0

   🚀 Features

    View changes on GitHub

v1.22.2

   🐞 Bug Fixes

    View changes on GitHub

v1.22.1

   🚀 Features

... (truncated)

Commits

Updates workerpool from 9.1.3 to 9.2.0

Changelog

Sourced from workerpool's changelog.

2024-10-11, version 9.2.0

Commits
  • efc2a70 chore: publish v9.2.0
  • b1885d3 chore: update devDependencies
  • 20d20db feat: abort listener (#448)
  • e487987 chore: fix bundling broken after upgrading to @rollup/[email protected]
  • 2061427 fix: promises returned by the Promise.finally callback not being handled (#...
  • 0d1506a chore: update devDependencies
  • b7f9cae chore(deps): bump body-parser and express in /examples/webpack5 (#467)
  • ade322f chore(deps-dev): bump vite from 5.0.13 to 5.4.6 in /examples/vite (#466)
  • 09f7178 chore(deps-dev): bump webpack in /examples/webpack5 (#463)
  • 1fc4ba4 chore: update history
  • Additional commits viewable in compare view

Updates @types/node from 22.7.5 to 22.10.1

Commits

Updates @types/ws from 8.5.12 to 8.5.13

Commits

Updates prettier from 3.3.3 to 3.4.2

Release notes

Sourced from prettier's releases.

3.4.2

🔗 Changelog

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

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 tsx from 4.19.1 to 4.19.2

Release notes

Sourced from tsx's releases.

v4.19.2

4.19.2 (2024-10-26)

Bug Fixes

  • generate sourcesContent when Node.js debugger is enabled (#670) (7c47074)

This release is also available on:

Commits
  • 7c47074 fix: generate sourcesContent when Node.js debugger is enabled (#670)
  • 315d5f4 docs(watch): document --include flag
  • 375e39a test: refactor enforce-timeout
  • 524cb77 docs(cjs): add compilation caveats
  • 7f8a051 chore(deps): update dependency node to v20.18.0 (#660)
  • 97e8de0 chore: upgrade pnpm
  • 95d2b0f chore: remove commit hooks
  • 0161078 docs: add prisma as a premium sponsor
  • 09f9532 chore(docs): fix typo (#655)
  • See full diff in compare view

Updates typescript from 5.6.3 to 5.7.2

Release notes

Sourced from typescript's releases.

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • d701d90 Bump version to 5.7.2 and LKG
  • 0503a63 🤖 Pick PR #60450 (Move to file: fix detection of refe...) into release-5.7 (#...
  • 3140dbb 🤖 Pick PR #60488 (Stub out copilotRelated command) into release-5.7 (#60495)
  • c1216de Update LKG
  • 3ee2b95 🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...
  • 44bd3f2 Bump version to 5.7.1-rc and LKG
  • 5925c81 Update LKG
  • 84d58cf Merge remote-tracking branch 'origin/main' into release-5.7
  • 0ec4d30 Fixing exception on unsaved file (#60362)
  • 11b2930 Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...
  • Additional commits viewable in compare view

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

…y with 14 updates

Bumps the production-dependencies group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@clack/prompts](https://github.com/natemoo-re/clack/tree/HEAD/packages/prompts) | `0.7.0` | `0.8.2` |
| [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.6.11` | `1.6.12` |
| [hast-util-to-jsx-runtime](https://github.com/syntax-tree/hast-util-to-jsx-runtime) | `2.3.0` | `2.3.2` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.27.0` | `1.28.2` |
| [pixi.js](https://github.com/pixijs/pixijs) | `8.4.1` | `8.6.4` |
| [preact](https://github.com/preactjs/preact) | `10.24.2` | `10.25.1` |
| [rehype-citation](https://github.com/timlrx/rehype-citation) | `2.1.2` | `2.2.2` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.22.0` | `1.24.1` |
| [workerpool](https://github.com/josdejong/workerpool) | `9.1.3` | `9.2.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.5` | `22.10.1` |
| [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) | `8.5.12` | `8.5.13` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.19.1` | `4.19.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |



Updates `@clack/prompts` from 0.7.0 to 0.8.2
- [Release notes](https://github.com/natemoo-re/clack/releases)
- [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md)
- [Commits](https://github.com/natemoo-re/clack/commits/@clack/[email protected]/packages/prompts)

Updates `@floating-ui/dom` from 1.6.11 to 1.6.12
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/[email protected]/packages/dom)

Updates `hast-util-to-jsx-runtime` from 2.3.0 to 2.3.2
- [Release notes](https://github.com/syntax-tree/hast-util-to-jsx-runtime/releases)
- [Commits](syntax-tree/hast-util-to-jsx-runtime@2.3.0...2.3.2)

Updates `lightningcss` from 1.27.0 to 1.28.2
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](parcel-bundler/lightningcss@v1.27.0...v1.28.2)

Updates `pixi.js` from 8.4.1 to 8.6.4
- [Release notes](https://github.com/pixijs/pixijs/releases)
- [Commits](pixijs/pixijs@v8.4.1...v8.6.4)

Updates `preact` from 10.24.2 to 10.25.1
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.24.2...10.25.1)

Updates `rehype-citation` from 2.1.2 to 2.2.2
- [Release notes](https://github.com/timlrx/rehype-citation/releases)
- [Commits](timlrx/rehype-citation@v2.1.2...v2.2.2)

Updates `shiki` from 1.22.0 to 1.24.1
- [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.24.1/packages/shiki)

Updates `workerpool` from 9.1.3 to 9.2.0
- [Changelog](https://github.com/josdejong/workerpool/blob/master/HISTORY.md)
- [Commits](josdejong/workerpool@v9.1.3...v9.2.0)

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

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

Updates `prettier` from 3.3.3 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.3.3...3.4.2)

Updates `tsx` from 4.19.1 to 4.19.2
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.1...v4.19.2)

Updates `typescript` from 5.6.3 to 5.7.2
- [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.3...v5.7.2)

---
updated-dependencies:
- dependency-name: "@clack/prompts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@floating-ui/dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: hast-util-to-jsx-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: lightningcss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pixi.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: preact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: rehype-citation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: shiki
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: workerpool
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/ws"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-4c6a6d52a2 branch December 16, 2024 13:27
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.

0 participants