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 #1655

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@clack/prompts 0.8.1 0.8.2
@myriaddreamin/rehype-typst 0.5.0-rc7 0.5.0-rc9
chokidar 4.0.1 4.0.2
hast-util-to-html 9.0.3 9.0.4
lightningcss 1.28.1 1.28.2
mermaid 11.4.0 11.4.1
pixi.js 8.5.2 8.6.5
preact 10.24.3 10.25.2
preact-render-to-string 6.5.11 6.5.12
satori 0.11.3 0.12.0
shiki 1.23.1 1.24.2
@types/node 22.9.0 22.10.2
prettier 3.3.3 3.4.2
typescript 5.6.3 5.7.2

Updates @clack/prompts from 0.8.1 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
Changelog

Sourced from @​clack/prompts's changelog.

0.8.2

Patch Changes

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

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

Updates chokidar from 4.0.1 to 4.0.2

Release notes

Sourced from chokidar's releases.

4.0.2

What's Changed

New Contributors

Full Changelog: paulmillr/chokidar@4.0.1...4.0.2

Commits

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 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.

mermaid@11.4.1

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.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.24.3 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

10.25.1

Fixes

Types

Maintenance

... (truncated)

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 satori from 0.11.3 to 0.12.0

Release notes

Sourced from satori's releases.

0.12.0

0.12.0 (2024-11-19)

Features

Commits

Updates shiki from 1.23.1 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

v1.24.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @types/node from 22.9.0 to 22.10.2

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 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.8.1` | `0.8.2` |
| @myriaddreamin/rehype-typst | `0.5.0-rc7` | `0.5.0-rc9` |
| [chokidar](https://github.com/paulmillr/chokidar) | `4.0.1` | `4.0.2` |
| [hast-util-to-html](https://github.com/syntax-tree/hast-util-to-html) | `9.0.3` | `9.0.4` |
| [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.5` |
| [preact](https://github.com/preactjs/preact) | `10.24.3` | `10.25.2` |
| [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.5.11` | `6.5.12` |
| [satori](https://github.com/vercel/satori) | `0.11.3` | `0.12.0` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.23.1` | `1.24.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.0` | `22.10.2` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |



Updates `@clack/prompts` from 0.8.1 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/prompts@0.8.2/packages/prompts)

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

Updates `chokidar` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Commits](paulmillr/chokidar@4.0.1...4.0.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 `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/mermaid@11.4.0...mermaid@11.4.1)

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

Updates `preact` from 10.24.3 to 10.25.2
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.24.3...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 `satori` from 0.11.3 to 0.12.0
- [Release notes](https://github.com/vercel/satori/releases)
- [Commits](vercel/satori@0.11.3...0.12.0)

Updates `shiki` from 1.23.1 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.9.0 to 22.10.2
- [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.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 `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-patch
  dependency-group: production-dependencies
- dependency-name: "@myriaddreamin/rehype-typst"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: chokidar
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: hast-util-to-html
  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-minor
  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: satori
  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: "@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
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@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

cloudflare-workers-and-pages bot commented Dec 16, 2024

Deploying quartz with  Cloudflare Pages  Cloudflare Pages

Latest commit: f33f101
Status: ✅  Deploy successful!
Preview URL: https://ace59321.quartz-1h4.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-prod-dycf.quartz-1h4.pages.dev

View logs

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
@aarnphm aarnphm merged commit 367bb0e into v4 Dec 17, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-f2b68530a3 branch December 17, 2024 08:53
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