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 with 6 updates #4

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 6 updates:

Package From To
hast-util-to-html 9.0.3 9.0.4
pixi.js 8.6.3 8.6.5
preact 10.25.1 10.25.2
preact-render-to-string 6.5.11 6.5.12
shiki 1.24.0 1.24.2
@types/node 22.10.1 22.10.2

Updates hast-util-to-html from 9.0.3 to 9.0.4

Release notes

Sourced from hast-util-to-html's releases.

9.0.4

Fix

Miscellaneous

  • aa36aa6 5692e42 Refactor code-style

Full Changelog: syntax-tree/hast-util-to-html@9.0.3...9.0.4

Commits

Updates pixi.js from 8.6.3 to 8.6.5

Release notes

Sourced from pixi.js's releases.

v8.6.5

💾 Download

Development Build:

Production Build:

Documentation:

Changed

pixijs/pixijs@v8.6.4...v8.6.5

🐛 Fixed

🧹 Chores

New Contributors

v8.6.4

💾 Download

Development Build:

Production Build:

Documentation:

Changed

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

🐛 Fixed

... (truncated)

Commits

Updates preact from 10.25.1 to 10.25.2

Release notes

Sourced from preact's releases.

10.25.2

Notable

Revert unkeyed no-search (#4604, thanks @​JoviDeCroock)

We noticed that there's a few unpleasant scenario's that could form from this change, we wanted to be on the safe side here and revert this for the time being. if you run into issues with swapping components placement wise in a list use the key property.

Fixes

Types

  • fix max and min type definition to allow number (#4598, thanks @​devlux)

Performance

Maintenance

Commits

Updates preact-render-to-string from 6.5.11 to 6.5.12

Release notes

Sourced from preact-render-to-string's releases.

v6.5.12

Patch Changes

Changelog

Sourced from preact-render-to-string's changelog.

6.5.12

Patch Changes

Commits
  • 2da38a7 Version Packages (#399)
  • ed720ef improve perf with array pre-allocate (#403)
  • 77595a1 Merge pull request #401 from preactjs/fix-test-assertion
  • b25154a chore: fix test assertion
  • eafe5a3 Merge pull request #397 from preactjs/refactor/lower-case-regex
  • 6db4f95 docs: Add changeset
  • 6d7bb2e refactor: Switch HTML_LOWER_CASE rgx to always match from line start
  • ff0f4b8 Merge pull request #396 from preactjs/chore/bump-preact
  • 94bf055 chore: Bump preact version
  • See full diff in compare view

Updates shiki from 1.24.0 to 1.24.2

Release notes

Sourced from shiki's releases.

v1.24.2

   🐞 Bug Fixes

    View changes on GitHub

v1.24.1

   🚀 Features

    View changes on GitHub
Commits

Updates @types/node from 22.10.1 to 22.10.2

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 production-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [hast-util-to-html](https://github.com/syntax-tree/hast-util-to-html) | `9.0.3` | `9.0.4` |
| [pixi.js](https://github.com/pixijs/pixijs) | `8.6.3` | `8.6.5` |
| [preact](https://github.com/preactjs/preact) | `10.25.1` | `10.25.2` |
| [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.5.11` | `6.5.12` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.24.0` | `1.24.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.1` | `22.10.2` |


Updates `hast-util-to-html` from 9.0.3 to 9.0.4
- [Release notes](https://github.com/syntax-tree/hast-util-to-html/releases)
- [Commits](syntax-tree/hast-util-to-html@9.0.3...9.0.4)

Updates `pixi.js` from 8.6.3 to 8.6.5
- [Release notes](https://github.com/pixijs/pixijs/releases)
- [Commits](pixijs/pixijs@v8.6.3...v8.6.5)

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

Updates `preact-render-to-string` from 6.5.11 to 6.5.12
- [Release notes](https://github.com/preactjs/preact-render-to-string/releases)
- [Changelog](https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md)
- [Commits](preactjs/preact-render-to-string@v6.5.11...v6.5.12)

Updates `shiki` from 1.24.0 to 1.24.2
- [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.2/packages/shiki)

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

---
updated-dependencies:
- dependency-name: hast-util-to-html
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pixi.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: preact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: preact-render-to-string
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: shiki
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2024
Copy link

vercel bot commented Dec 16, 2024

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

Name Status Preview Comments Updated (UTC)
notes ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 16, 2024 3:39am

@qrxnz qrxnz merged commit 855628a into v4 Dec 16, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-9f37417c2d branch December 16, 2024 09:28
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