chore(deps): bump the production-dependencies group across 1 directory with 22 updates - #17
Open
dependabot[bot] wants to merge 1639 commits into
Open
chore(deps): bump the production-dependencies group across 1 directory with 22 updates#17dependabot[bot] wants to merge 1639 commits into
dependabot[bot] wants to merge 1639 commits into
Conversation
* Added to the documentation which values of frontmatter are referenced. * The source code I was looking at seemed to be out of date and the wrong listings were corrected. * The list of frontmatter was moved to Frontmatter.md and a link was added.
* feat(rss): configurable RSS feed URL * Update docs/features/RSS Feed.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/features/RSS Feed.md --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
…1804) * chore(deps): bump the production-dependencies group with 6 updates Bumps the production-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [hast-util-to-jsx-runtime](https://github.com/syntax-tree/hast-util-to-jsx-runtime) | `2.3.4` | `2.3.5` | | [pixi.js](https://github.com/pixijs/pixijs) | `8.8.0` | `8.8.1` | | [preact](https://github.com/preactjs/preact) | `10.26.2` | `10.26.4` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.5` | `22.13.9` | | [prettier](https://github.com/prettier/prettier) | `3.5.2` | `3.5.3` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` | Updates `hast-util-to-jsx-runtime` from 2.3.4 to 2.3.5 - [Release notes](https://github.com/syntax-tree/hast-util-to-jsx-runtime/releases) - [Commits](syntax-tree/hast-util-to-jsx-runtime@2.3.4...2.3.5) Updates `pixi.js` from 8.8.0 to 8.8.1 - [Release notes](https://github.com/pixijs/pixijs/releases) - [Commits](pixijs/pixijs@v8.8.0...v8.8.1) Updates `preact` from 10.26.2 to 10.26.4 - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](preactjs/preact@10.26.2...10.26.4) Updates `@types/node` from 22.13.5 to 22.13.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `prettier` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.2...3.5.3) Updates `typescript` from 5.7.3 to 5.8.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.7.3...v5.8.2) --- 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-patch dependency-group: production-dependencies - dependency-name: preact 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 - dependency-name: prettier 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] <support@github.com> * type fixes * fix more types --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
…times (#1736) Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
…ntentindex directly
* fix docker * test with docs folder
* start work on client side explorer * fix tests * fmt * generic test flag * add prenav hook * add highlight class * make flex more consistent, remove transition * open folders that are prefixes of current path * make mobile look nice * more style fixes
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
Bumps the production-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [hast-util-to-jsx-runtime](https://github.com/syntax-tree/hast-util-to-jsx-runtime) | `2.3.5` | `2.3.6` | | [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.29.1` | `1.29.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.9` | `22.13.10` | | [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) | `8.5.14` | `8.18.0` | | [esbuild](https://github.com/evanw/esbuild) | `0.25.0` | `0.25.1` | Updates `hast-util-to-jsx-runtime` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/syntax-tree/hast-util-to-jsx-runtime/releases) - [Commits](syntax-tree/hast-util-to-jsx-runtime@2.3.5...2.3.6) Updates `lightningcss` from 1.29.1 to 1.29.2 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/commits/v1.29.2) Updates `@types/node` from 22.13.9 to 22.13.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/ws` from 8.5.14 to 8.18.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws) Updates `esbuild` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.0...v0.25.1) --- 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: lightningcss 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 - dependency-name: "@types/ws" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: esbuild dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…ction-dependencies-8ce87f9e70 chore(deps): bump the production-dependencies group with 5 updates
Add [skip ci] to release sync commit message to prevent triggering other workflows and causing circular triggers. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Update CLAUDE.md to reflect correct file naming format:
- Files include date prefix: YYYY-MM-DD-{repo}-{version}.md
- URLs also include date prefix for consistency
- Update example to show actual format used by sync-releases.mjs
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
GitHub Actions 워크플로우가 새로 생성된 릴리즈 파일을 감지하지 못하는 버그 수정 - 기존: git diff는 tracked files만 확인하여 새 파일 감지 불가 - 수정: git status --porcelain으로 untracked files까지 감지 이제 스크립트가 새 릴리즈 파일을 생성하면 자동으로 커밋됩니다. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Automatically synced from tracked repositories. Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Deploy v1.0.6 release notes to blog Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
무한 루프 방지는 bot 커밋 메시지 체크로 변경 변경사항: - [skip ci] 제거: Pages 배포가 정상적으로 실행됨 - 무한 루프 방지: bot이 만든 커밋에서는 워크플로우 스킵 - push 이벤트 추가: 수동 커밋 시에도 릴리즈 체크 가능 이제 릴리즈 동기화 후 자동으로 블로그에 배포됩니다. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
블로그 코드 수정 시 자동으로 릴리즈를 생성하고 블로그에 게시하는 시스템 추가 주요 기능: - GitHub Actions로 릴리즈 생성 워크플로우 추가 - 릴리즈 타입 선택 (patch/minor/major) - Conventional Commits 기반 자동 릴리즈 노트 생성 - 다음날 오전 9시 자동으로 블로그에 게시 워크플로우: 1. 코드 수정 후 커밋 2. GitHub Actions에서 릴리즈 생성 (수동) 3. 릴리즈 노트 자동 생성 및 GitHub Release 발행 4. 다음날 오전 9시 릴리즈 동기화 워크플로우 실행 5. 블로그에 자동 게시 CLAUDE.md에 사용 가이드 추가: - 릴리즈 생성 방법 - Conventional Commits 규칙 - 릴리즈 워크플로우 설명 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This reverts commit a579291.
- 버전 관리 정책 수립 - Blog 릴리즈: v1.x.x (Git Tag) - Quartz 엔진: 4.5.2 (package.json) - 두 버전 체계를 명확히 분리 - 무한루프 방지 - sync-releases.yml에 [skip ci] 플래그 추가 - 릴리즈 동기화 커밋이 추가 워크플로우를 트리거하지 않도록 설정 - CLAUDE.md 문서 업데이트 - 버전 관리 정책 섹션 추가 - Semantic Versioning 가이드 추가 - 릴리즈 생성 방법 및 예시 추가 - 변경 이력 섹션 추가 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Automatically synced from tracked repositories. Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Deploy blog with v1.0.1 release notes. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Automatically synced from tracked repositories. Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Automatically synced from tracked repositories. Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…y with 22 updates Bumps the production-dependencies group with 20 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) | `0.11.0` | `1.2.0` | | [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.7.4` | `1.7.6` | | [esbuild-sass-plugin](https://github.com/glromeo/esbuild-sass-plugin) | `3.3.1` | `3.7.0` | | [flexsearch](https://github.com/nextapps-de/flexsearch) | `0.8.205` | `0.8.212` | | [globby](https://github.com/sindresorhus/globby) | `16.1.0` | `16.2.0` | | [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.30.2` | `1.32.0` | | [minimatch](https://github.com/isaacs/minimatch) | `10.1.1` | `10.2.5` | | [pixi.js](https://github.com/pixijs/pixijs) | `8.15.0` | `8.17.1` | | [preact](https://github.com/preactjs/preact) | `10.28.2` | `10.29.1` | | [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.6.5` | `6.6.7` | | [rehype-citation](https://github.com/timlrx/rehype-citation) | `2.3.1` | `2.3.2` | | [rehype-pretty-code](https://github.com/rehype-pretty/rehype-pretty-code/tree/HEAD/packages/core) | `0.14.1` | `0.14.3` | | [satori](https://github.com/vercel/satori) | `0.18.3` | `0.26.0` | | [serve-handler](https://github.com/vercel/serve-handler) | `6.1.6` | `6.1.7` | | [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `1.26.2` | `4.0.2` | | [toml](https://github.com/BinaryMuse/toml-node) | `3.0.0` | `4.1.1` | | [ws](https://github.com/websockets/ws) | `8.19.0` | `8.20.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.3` | `25.5.2` | | [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.2` | Updates `@clack/prompts` from 0.11.0 to 1.2.0 - [Release notes](https://github.com/bombshell-dev/clack/releases) - [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md) - [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.2.0/packages/prompts) Updates `@floating-ui/dom` from 1.7.4 to 1.7.6 - [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/dom@1.7.6/packages/dom) Updates `esbuild-sass-plugin` from 3.3.1 to 3.7.0 - [Release notes](https://github.com/glromeo/esbuild-sass-plugin/releases) - [Commits](glromeo/esbuild-sass-plugin@v3.3.1...v3.7.0) Updates `flexsearch` from 0.8.205 to 0.8.212 - [Release notes](https://github.com/nextapps-de/flexsearch/releases) - [Changelog](https://github.com/nextapps-de/flexsearch/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextapps-de/flexsearch/commits) Updates `globby` from 16.1.0 to 16.2.0 - [Release notes](https://github.com/sindresorhus/globby/releases) - [Commits](sindresorhus/globby@v16.1.0...v16.2.0) Updates `lightningcss` from 1.30.2 to 1.32.0 - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](parcel-bundler/lightningcss@v1.30.2...v1.32.0) Updates `minimatch` from 10.1.1 to 10.2.5 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v10.1.1...v10.2.5) Updates `pixi.js` from 8.15.0 to 8.17.1 - [Release notes](https://github.com/pixijs/pixijs/releases) - [Commits](pixijs/pixijs@v8.15.0...v8.17.1) Updates `preact` from 10.28.2 to 10.29.1 - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](preactjs/preact@10.28.2...10.29.1) Updates `preact-render-to-string` from 6.6.5 to 6.6.7 - [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.6.5...v6.6.7) Updates `rehype-citation` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/timlrx/rehype-citation/releases) - [Commits](timlrx/rehype-citation@v2.3.1...v2.3.2) Updates `rehype-pretty-code` from 0.14.1 to 0.14.3 - [Release notes](https://github.com/rehype-pretty/rehype-pretty-code/releases) - [Changelog](https://github.com/rehype-pretty/rehype-pretty-code/blob/master/packages/core/CHANGELOG.md) - [Commits](https://github.com/rehype-pretty/rehype-pretty-code/commits/rehype-pretty-code@0.14.3/packages/core) Updates `satori` from 0.18.3 to 0.26.0 - [Release notes](https://github.com/vercel/satori/releases) - [Commits](vercel/satori@0.18.3...0.26.0) Updates `serve-handler` from 6.1.6 to 6.1.7 - [Release notes](https://github.com/vercel/serve-handler/releases) - [Commits](vercel/serve-handler@6.1.6...6.1.7) Updates `shiki` from 1.26.2 to 4.0.2 - [Release notes](https://github.com/shikijs/shiki/releases) - [Commits](https://github.com/shikijs/shiki/commits/v4.0.2/packages/shiki) Updates `toml` from 3.0.0 to 4.1.1 - [Changelog](https://github.com/BinaryMuse/toml-node/blob/master/CHANGELOG.md) - [Commits](BinaryMuse/toml-node@v3.0.0...v4.1.1) Updates `unist-util-visit` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/syntax-tree/unist-util-visit/releases) - [Commits](syntax-tree/unist-util-visit@5.0.0...5.1.0) Updates `ws` from 8.19.0 to 8.20.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.19.0...8.20.0) Updates `@types/node` from 25.0.3 to 25.5.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `esbuild` from 0.27.2 to 0.27.7 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md) - [Commits](evanw/esbuild@v0.27.2...v0.27.7) Updates `prettier` from 3.7.4 to 3.8.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.4...3.8.1) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: "@clack/prompts" dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: "@floating-ui/dom" dependency-version: 1.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: esbuild-sass-plugin dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: flexsearch dependency-version: 0.8.212 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: globby dependency-version: 16.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: lightningcss dependency-version: 1.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: minimatch dependency-version: 10.2.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: pixi.js dependency-version: 8.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: preact dependency-version: 10.29.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: preact-render-to-string dependency-version: 6.6.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: rehype-citation dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: rehype-pretty-code dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: satori dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: serve-handler dependency-version: 6.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: shiki dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: toml dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: unist-util-visit dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: ws dependency-version: 8.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@types/node" dependency-version: 25.5.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: esbuild dependency-version: 0.27.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: prettier dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 20 updates in the / directory:
0.11.01.2.01.7.41.7.63.3.13.7.00.8.2050.8.21216.1.016.2.01.30.21.32.010.1.110.2.58.15.08.17.110.28.210.29.16.6.56.6.72.3.12.3.20.14.10.14.30.18.30.26.06.1.66.1.71.26.24.0.23.0.04.1.18.19.08.20.025.0.325.5.23.7.43.8.15.9.36.0.2Updates
@clack/promptsfrom 0.11.0 to 1.2.0Release notes
Sourced from
@clack/prompts's releases.... (truncated)
Changelog
Sourced from
@clack/prompts's changelog.... (truncated)
Commits
aa488fc[ci] release (#482)9fe8de6feat: respectwithGuide: falsein autocomplete and multiselect prompts (#500)001351etest: specify locale in tests (#497)336495afix: correctly wrap multi-line messages in confirm prompt (#495)ffbdcb0[ci] formatfe32e13ref(dates): adjust date interface (#487)bdf89a5feat(prompts,core): make autocomplete placeholder tabbable (#485)52fce8afix(date): resolve timezone issues in DatePrompt (#486)090902cfeat(core, prompts): add DatePrompt for date input with customizable formats ...29a50cbfix(prompts): submit initial directory value in path prompt (#484)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@clack/promptssince your current version.Updates
@floating-ui/domfrom 1.7.4 to 1.7.6Release notes
Sourced from
@floating-ui/dom's releases.Changelog
Sourced from
@floating-ui/dom's changelog.Commits
d8020eechore: version packages (#3445)6e63557feat(autoUpdate): allow not passing a floating element (#3399)473aa1eperf: bundle and runtime improvements (#3448)a82e45ffix(utils): stop treatingcontainer-typeas creating containing block (#3437)eedda37fix(types): ensurePlatformtype includesdetectOverflowtype (#3434)b4d1407chore: version packages (#3415)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@floating-ui/domsince your current version.Updates
esbuild-sass-pluginfrom 3.3.1 to 3.7.0Release notes
Sourced from esbuild-sass-plugin's releases.
Commits
a55f8d9misc fixesdd1fc82misc fixesc3f68b8misc fixesfe7ea8dMerge remote-tracking branch 'origin/main'f4582cdfixed sourceroot bugb9e28cdAdd workflow_dispatch trigger to test workflowf848523fixed jest fn error in callfbcc8ecreplaced mocha-toolkit with jest6e57ce2node 18x -> 22x1a0acb3small changesUpdates
flexsearchfrom 0.8.205 to 0.8.212Commits
Updates
globbyfrom 16.1.0 to 16.2.0Release notes
Sourced from globby's releases.
Commits
60e816716.2.051555b2AddglobalGitignoreoption8d946e2Fix CIff45aa516.1.172e9916Fix negation patterns with absolute filesystem pathsUpdates
lightningcssfrom 1.30.2 to 1.32.0Release notes
Sourced from lightningcss's releases.
Commits
7f8a861v1.32.0836741bupdate compat data5ee613dtest: removeunwrap()in test helpers and print explicit error line context...201c4dbConvert the percentage in thescaleproperty orscale()to a number (#1174)96c5c6dAllow visitors to add dependencies (#1170)4fe3a4bEnable custom resolvers to mark imports as external (#880)da5b491Add mix-blend-mode property support (#1148)3fa29c7fix: keep a single space between functions when formattingtransformvalues...89d56f6feat: improved serialization of therotateproperty (#1147)3136cbbfix(color-scheme): for unknown keywords, output them as-is instead of `normal...Updates
minimatchfrom 10.1.1 to 10.2.5Changelog
Sourced from minimatch's changelog.
... (truncated)
Commits
693c82310.2.57953af1do not allow .. to consume drive letter on Windows1caf918lint and format7783ed6ignore docs6d9b356update deps etcc36addb10.2.426b9002docs: add warning about ReDoS3a0d83bfix partial matching of globstar patternsea9484010.2.30873fbaupdate depsUpdates
pixi.jsfrom 8.15.0 to 8.17.1Release notes
Sourced from pixi.js's releases.
... (truncated)
Commits
6e59c6fv8.17.1fc5ec38fix: compressed textures ignoring resolution from URL (e.g.@0.75x) (#11960)2ae2192fix: add secrets: inherit to publish-switch workflow for S3 docs upload (#11962)51427e8fix: center-align text correctly when words exceed wordWrapWidth (#11966)5e183fechore: fix BitmapFont char keys from char codes to character strings (#11967)4806c3bv8.17.06e9619dfeat: add tagged text support to canvasTextSplit (#11949)128ab8adocs: expand build, test, and API documentation (#11956)4f3c960chore: add titles to visual test diff snapshots (#11954)c450e9afeat: Improves text rendering and layout handling (#11947)Updates
preactfrom 10.28.2 to 10.29.1Release notes
Sourced from preact's releases.
... (truncated)
Commits
4dc9b5010.29.1 (#5071)0560f9aCreate a unique event-clock for each Preact instance on a page. (#5068)cda06deFix incorrect DOM order with conditional ContextProvider and inner keys (#506...c859700fix: Remove postinstall script for playwright setup (#5063)110966aMerge pull request #5060 from preactjs/playwright20a9be1chore: speed up tests by using playwright instead of webdriveriodacefd5Merge pull request #5059 from preactjs/jsx-migrate22a61642chore: migrate remaining .js -> .jsx files71ecde6Merge pull request #5058 from preactjs/jsx-testscd1c4afchore: rename *.js -> *.jsx when JSX is usedInstall script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
preact-render-to-stringfrom 6.6.5 to 6.6.7Release notes
Sourced from preact-render-to-string's releases.
Changelog
Sourced from preact-render-to-string's changelog.
Commits
df713c5Merge pull request #454 from preactjs/changeset-release/main39da545Version Packages832163eRevert "feat: supportdangerouslySetInnerHTMLon Fragments"180565bMerge pull request #457 from lemonmade/fix/async-suspense-array-renderingce6ef71Fix renderToStringAsync for suspended components99f40b1fix: handle array/Promise results when wrapping suspended components with mar...449c455Merge pull request #455 from preactjs/oxfmt9aabd5eMerge pull request #456 from preactjs/npm-if8a771echore: switch prettier -> oxfmt4364a1bchore: update lockfileUpdates
rehype-citationfrom 2.3.1 to 2.3.2Release notes
Sourced from rehype-citation's releases.
Commits
19a9f4d2.3.2d785742Merge pull request #62 from timlrx/fix-footnote-typedbfce48fix: footnote typingb3d64a0Merge pull request #61 from timlrx/update-ci-node-version21e59f7chore: update netlify node versioneceb790chore: update ci node versiona86aec6Merge pull request #60 from timlrx/update-dependencies1796658chore: update to tailwind v46bcf5a5chore: sync changes from citation-js67a76f2chore: update outdated linkUpdates
rehype-pretty-codefrom 0.14.1 to 0.14.3Release notes
Sourced from rehype-pretty-code's releases.
Changelog
Sourced from rehype-pretty-code's changelog.
Commits
8c3530f[ci] release (#270)9b53bd1[ci] release (#268)d14e996Support Shiki 4 (#267)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for rehype-pretty-code since your current version.
Updates
satorifrom 0.18.3 to 0.26.0Release notes
Sourced from satori's releases.
... (truncated)
Commits
eab60eefeat: builtin minimal JSX runtime (#737)d246913feat: CSS variables (#736)dc07b70fix: Consistent text positioning when embedFont is false (#723)54a749bchore: export InitInput and allow Promise (#726)9377f70feat: Improved object-position support (#734)2b7e825feat: Add text-indent support (#733)453fd91feat: Support for object-fitfillandscale-down(#732)c8dd6f5chore: Add more tests (#731)c1087d6chore: Update benchmark code (#730)4e761c6feat: 10% perf improvements in the core lib (#729)Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
serve-handlerfrom 6.1.6 to 6.1.7Release notes
Sourced from serve-handler's releases.
Commits
5158ae76.1.7754d1dcfix: update minimatch to 3.1.5 to resolve security vulnerabilities (#228)8b357faRevert "chore(deps): upgrade minimatch to v10.2.4 (#226)"8df54efchore(deps): upgrade minimatch to v10.2.4 (#226)Updates
shikifrom 1.26.2 to 4.0.2Release notes
Sourced from shiki's releases.