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 7 updates #2

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

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

Package From To
hast-util-to-jsx-runtime 2.3.0 2.3.2
pixi.js 8.4.1 8.5.1
preact 10.24.2 10.24.3
rehype-citation 2.1.2 2.2.0
serve-handler 6.1.5 6.1.6
workerpool 9.1.3 9.2.0
@types/node 22.7.5 22.7.7

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 pixi.js from 8.4.1 to 8.5.1

Release notes

Sourced from pixi.js's releases.

v8.5.1

💾 Download

Development Build:

Production Build:

Documentation:

Changed

pixijs/pixijs@v8.5.0...v8.5.1

🐛 Fixed

🧹 Chores

New Contributors

v8.5.0

💾 Download

Development Build:

Production Build:

Documentation:

Changed

pixijs/pixijs@v8.4.1...v8.5.0

🎁 Added

... (truncated)

Commits

Updates preact from 10.24.2 to 10.24.3

Release notes

Sourced from preact's releases.

10.24.3

Fixes

Performance

Maintenance

Commits

Updates rehype-citation from 2.1.2 to 2.2.0

Release notes

Sourced from rehype-citation's releases.

v2.2.0

What's Changed

New Contributors

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

Commits
  • bcd598e 2.2.0
  • 49df030 Merge pull request #48 from timlrx/astro-frontmatter
  • ae9b9f0 parse astro frontmatter
  • 6f7672a Merge pull request #47 from halafy-ds/main
  • 5308900 Fix #42 + test case for mixing noCite citations with template ones
  • 1fafdf6 Merge pull request #44 from halafy-ds/main
  • eb46715 Fix a bug preventing the [^ref] palceholder from correctly working
  • a7c2894 Add index.d.ts file to "exports" to fix vscode complaining about the types
  • See full diff in compare view

Updates serve-handler from 6.1.5 to 6.1.6

Release notes

Sourced from serve-handler's releases.

6.1.6

Patches

  • Replace the fast-url-parser module with the node:url module: #207
  • Move tests and reporting to jest: #216
  • Bump path-to-regexp to 3.3.0: #217

Credits

Huge thanks to @​gweesin, @​alana-cruickshank, and @​GabrielCastro for helping!

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/plugin-commonjs@28.0.0
  • 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.7.7

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

…y with 7 updates

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

| Package | From | To |
| --- | --- | --- |
| [hast-util-to-jsx-runtime](https://github.com/syntax-tree/hast-util-to-jsx-runtime) | `2.3.0` | `2.3.2` |
| [pixi.js](https://github.com/pixijs/pixijs) | `8.4.1` | `8.5.1` |
| [preact](https://github.com/preactjs/preact) | `10.24.2` | `10.24.3` |
| [rehype-citation](https://github.com/timlrx/rehype-citation) | `2.1.2` | `2.2.0` |
| [serve-handler](https://github.com/vercel/serve-handler) | `6.1.5` | `6.1.6` |
| [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.7.7` |



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 `pixi.js` from 8.4.1 to 8.5.1
- [Release notes](https://github.com/pixijs/pixijs/releases)
- [Commits](pixijs/pixijs@v8.4.1...v8.5.1)

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

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

Updates `serve-handler` from 6.1.5 to 6.1.6
- [Release notes](https://github.com/vercel/serve-handler/releases)
- [Commits](vercel/serve-handler@6.1.5...6.1.6)

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.7.7
- [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-jsx-runtime
  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-minor
  dependency-group: production-dependencies
- dependency-name: preact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: rehype-citation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: serve-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2024

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

@dependabot dependabot bot closed this Oct 28, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-d31db5a510 branch October 28, 2024 03:43
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