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

Open
wants to merge 1 commit into
base: v4
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@myriaddreamin/rehype-typst 0.5.0-rc7 0.5.0-rc9
lightningcss 1.28.1 1.28.2
mermaid 11.4.0 11.4.1
pixi.js 8.5.2 8.6.2
preact 10.25.0 10.25.1
shiki 1.23.1 1.24.0
@types/node 22.9.3 22.10.1
prettier 3.3.3 3.4.1

Updates @myriaddreamin/rehype-typst from 0.5.0-rc7 to 0.5.0-rc9

Updates lightningcss from 1.28.1 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
Commits

Updates mermaid from 11.4.0 to 11.4.1

Release notes

Sourced from mermaid's releases.

[email protected]

Patch Changes

  • #6059 01b5079 Thanks @​knsv! - fix: Kanban diagrams will not render when adding a number as ticket id or assigned for a task

  • #6038 1388662 Thanks @​knsv! - fix: Intersection calculations for tilted cylinder/DAS when using handdrawn look. Some random seeds could cause the calculations to break.

  • #6079 fe3cffb Thanks @​aloisklink! - Bump dompurify to ^3.2.1. This removes the need for @types/dompurify.

Commits
  • 9868f3a Merge pull request #6084 from mermaid-js/changeset-release/master
  • d8bf155 Version Packages
  • 0b4f852 Merge pull request #6083 from mermaid-js/release/11.4.1
  • 0dff4ca chore: broken link clean up. Enable flowchart elk tests
  • cc29437 Merge pull request #6081 from mermaid-js/6080-fix
  • dfaaf36 Merge pull request #6079 from aloisklink/chore/update-to-dompurify-3.2.1
  • 3753831 Added cypress test
  • c7ae08a #6080: Fix for issue with diamond intersections when using elk-layout
  • 69973ea Merge branch 'develop' into 6080-fix
  • d3b2c7e Revert "#6080: Fix for issue with diamond intersections when using elk-layout"
  • Additional commits viewable in compare view

Updates pixi.js from 8.5.2 to 8.6.2

Release notes

Sourced from pixi.js's releases.

v8.6.2

💾 Download

Development Build:

Production Build:

Documentation:

Changed

pixijs/pixijs@v8.6.1...v8.6.2

🐛 Fixed

🧹 Chores

v8.6.1

💾 Download

Development Build:

Production Build:

Documentation:

Changed

pixijs/pixijs@v8.6.0...v8.6.1

🐛 Fixed

v8.6.0

💾 Download

... (truncated)

Commits

Updates preact from 10.25.0 to 10.25.1

Release notes

Sourced from preact's releases.

10.25.1

Fixes

Types

Maintenance

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 shiki from 1.23.1 to 1.24.0

Release notes

Sourced from shiki's releases.

v1.24.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • d1c87fa chore: release v1.24.0
  • 38e908b feat: update deps, support new languages
  • 76cbc7e feat: improve js engine support (and run tests) in pre-ES2024 envs (#847)
  • See full diff in compare view

Updates @types/node from 22.9.3 to 22.10.1

Commits

Updates prettier from 3.3.3 to 3.4.1

Release notes

Sourced from prettier's releases.

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.4.1

diff

Remove unnecessary parentheses around assignment in v-on (#16887 by @​fisker)

<!-- Input -->
\<template>
  <button @click="foo += 2">Click</button>
</template>
<!-- Prettier 3.4.0 -->
&lt;template>
<button @​click="(foo += 2)">Click</button>
</template>
<!-- Prettier 3.4.1 -->
&lt;template>
<button @​click="foo += 2">Click</button>
</template>

3.4.0

diff

🔗 Release Notes

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

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

| Package | From | To |
| --- | --- | --- |
| @myriaddreamin/rehype-typst | `0.5.0-rc7` | `0.5.0-rc9` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.28.1` | `1.28.2` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `11.4.0` | `11.4.1` |
| [pixi.js](https://github.com/pixijs/pixijs) | `8.5.2` | `8.6.2` |
| [preact](https://github.com/preactjs/preact) | `10.25.0` | `10.25.1` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.23.1` | `1.24.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.3` | `22.10.1` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.1` |



Updates `@myriaddreamin/rehype-typst` from 0.5.0-rc7 to 0.5.0-rc9

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

Updates `mermaid` from 11.4.0 to 11.4.1
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/mermaid-js/mermaid/compare/[email protected]@11.4.1)

Updates `pixi.js` from 8.5.2 to 8.6.2
- [Release notes](https://github.com/pixijs/pixijs/releases)
- [Commits](pixijs/pixijs@v8.5.2...v8.6.2)

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

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

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

Updates `prettier` from 3.3.3 to 3.4.1
- [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.1)

---
updated-dependencies:
- dependency-name: "@myriaddreamin/rehype-typst"
  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-patch
  dependency-group: production-dependencies
- dependency-name: mermaid
  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: shiki
  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: prettier
  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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 2, 2024
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.

0 participants