An open index of dependabot pull requests across open source projects.

Bump the npm group with 33 updates

Merged
Number: #183
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 22, 2025 at 12:16 PM UTC
(9 months ago)
Updated: September 22, 2025 at 12:16 PM UTC
(9 months ago)
Merged: September 22, 2025 at 12:16 PM UTC
(9 months ago)
by github-actions[bot]
Time to Close: less than a minute
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the npm group with 33 updates:

Package From To
astro 5.13.9 5.13.10
sass 1.92.1 1.93.0
@astrojs/internal-helpers 0.7.2 0.7.3
@astrojs/markdown-remark 6.3.6 6.3.7
@rollup/rollup-android-arm-eabi 4.51.0 4.52.0
@rollup/rollup-android-arm64 4.51.0 4.52.0
@rollup/rollup-darwin-arm64 4.51.0 4.52.0
@rollup/rollup-darwin-x64 4.51.0 4.52.0
@rollup/rollup-freebsd-arm64 4.51.0 4.52.0
@rollup/rollup-freebsd-x64 4.51.0 4.52.0
@rollup/rollup-linux-arm-gnueabihf 4.51.0 4.52.0
@rollup/rollup-linux-arm-musleabihf 4.51.0 4.52.0
@rollup/rollup-linux-arm64-gnu 4.51.0 4.52.0
@rollup/rollup-linux-arm64-musl 4.51.0 4.52.0
@rollup/rollup-linux-loong64-gnu 4.51.0 4.52.0
@rollup/rollup-linux-ppc64-gnu 4.51.0 4.52.0
@rollup/rollup-linux-riscv64-gnu 4.51.0 4.52.0
@rollup/rollup-linux-riscv64-musl 4.51.0 4.52.0
@rollup/rollup-linux-s390x-gnu 4.51.0 4.52.0
@rollup/rollup-linux-x64-gnu 4.51.0 4.52.0
@rollup/rollup-linux-x64-musl 4.51.0 4.52.0
@rollup/rollup-openharmony-arm64 4.51.0 4.52.0
@rollup/rollup-win32-arm64-msvc 4.51.0 4.52.0
@rollup/rollup-win32-ia32-msvc 4.51.0 4.52.0
@rollup/rollup-win32-x64-msvc 4.51.0 4.52.0
@shikijs/core 3.12.2 3.13.0
@shikijs/engine-javascript 3.12.2 3.13.0
@shikijs/engine-oniguruma 3.12.2 3.13.0
@shikijs/langs 3.12.2 3.13.0
@shikijs/themes 3.12.2 3.13.0
@shikijs/types 3.12.2 3.13.0
rollup 4.51.0 4.52.0
shiki 3.12.2 3.13.0

Updates astro from 5.13.9 to 5.13.10

Release notes

Sourced from astro's releases.

astro@5.13.10

Patch Changes

  • Updated dependencies [1e2499e]:
    • @​astrojs/internal-helpers@​0.7.3
    • @​astrojs/markdown-remark@​6.3.7
Changelog

Sourced from astro's changelog.

5.13.10

Patch Changes

  • Updated dependencies [1e2499e]:
    • @​astrojs/internal-helpers@​0.7.3
    • @​astrojs/markdown-remark@​6.3.7
Commits

Updates sass from 1.92.1 to 1.93.0

Release notes

Sourced from sass's releases.

Dart Sass 1.93.0

To install Sass 1.93.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a crash when a style rule contains a nested @import, and the loaded file @uses a user-defined module as well as @includes a top-level mixin which emits top-level declarations.

JavaScript API

  • Release a @sass/types package which contains the type annotations used by both the sass and sass-embedded package without any additional code or dependencies.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.93.0

  • Fix a crash when a style rule contains a nested @import, and the loaded file @uses a user-defined module as well as @includes a top-level mixin which emits top-level declarations.

JavaScript API

  • Release a @sass/types package which contains the type annotations used by both the sass and sass-embedded package without any additional code or dependencies.
Commits

Updates @astrojs/internal-helpers from 0.7.2 to 0.7.3

Release notes

Sourced from @​astrojs/internal-helpers's releases.

@​astrojs/internal-helpers@​0.7.3

Patch Changes

Changelog

Sourced from @​astrojs/internal-helpers's changelog.

0.7.3

Patch Changes

Commits

Updates @astrojs/markdown-remark from 6.3.6 to 6.3.7

Release notes

Sourced from @​astrojs/markdown-remark's releases.

@​astrojs/markdown-remark@​6.3.7

Patch Changes

  • Updated dependencies [1e2499e]:
    • @​astrojs/internal-helpers@​0.7.3
Changelog

Sourced from @​astrojs/markdown-remark's changelog.

6.3.7

Patch Changes

  • Updated dependencies [1e2499e]:
    • @​astrojs/internal-helpers@​0.7.3
Commits

Updates @rollup/rollup-android-arm-eabi from 4.51.0 to 4.52.0

Release notes

Sourced from @​rollup/rollup-android-arm-eabi's releases.

v4.52.0

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Changelog

Sourced from @​rollup/rollup-android-arm-eabi's changelog.

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Commits
  • 2029f63 4.52.0
  • 039ba6b Fix release script for commits without GitHub authors
  • 98f5d35 Automatically remove REPL artefacts label from PRs (#6118)
  • 3f124ba fix: manualChunks and non manualChunks shared dependencies are merged with th...
  • a0bb78c Add support x86_64-pc-windows-gnu (#6110)
  • See full diff in compare view

Updates @rollup/rollup-android-arm64 from 4.51.0 to 4.52.0

Release notes

Sourced from @​rollup/rollup-android-arm64's releases.

v4.52.0

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Changelog

Sourced from @​rollup/rollup-android-arm64's changelog.

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Commits
  • 2029f63 4.52.0
  • 039ba6b Fix release script for commits without GitHub authors
  • 98f5d35 Automatically remove REPL artefacts label from PRs (#6118)
  • 3f124ba fix: manualChunks and non manualChunks shared dependencies are merged with th...
  • a0bb78c Add support x86_64-pc-windows-gnu (#6110)
  • See full diff in compare view

Updates @rollup/rollup-darwin-arm64 from 4.51.0 to 4.52.0

Release notes

Sourced from @​rollup/rollup-darwin-arm64's releases.

v4.52.0

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Changelog

Sourced from @​rollup/rollup-darwin-arm64's changelog.

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Commits
  • 2029f63 4.52.0
  • 039ba6b Fix release script for commits without GitHub authors
  • 98f5d35 Automatically remove REPL artefacts label from PRs (#6118)
  • 3f124ba fix: manualChunks and non manualChunks shared dependencies are merged with th...
  • a0bb78c Add support x86_64-pc-windows-gnu (#6110)
  • See full diff in compare view

Updates @rollup/rollup-darwin-x64 from 4.51.0 to 4.52.0

Release notes

Sourced from @​rollup/rollup-darwin-x64's releases.

v4.52.0

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Changelog

Sourced from @​rollup/rollup-darwin-x64's changelog.

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Commits
  • 2029f63 4.52.0
  • 039ba6b Fix release script for commits without GitHub authors
  • 98f5d35 Automatically remove REPL artefacts label from PRs (#6118)
  • 3f124ba fix: manualChunks and non manualChunks shared dependencies are merged with th...
  • a0bb78c Add support x86_64-pc-windows-gnu (#6110)
  • See full diff in compare view

Updates @rollup/rollup-freebsd-arm64 from 4.51.0 to 4.52.0

Release notes

Sourced from @​rollup/rollup-freebsd-arm64's releases.

v4.52.0

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Changelog

Sourced from @​rollup/rollup-freebsd-arm64's changelog.

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Commits
  • 2029f63 4.52.0
  • 039ba6b Fix release script for commits without GitHub authors
  • 98f5d35 Automatically remove REPL artefacts label from PRs (#6118)
  • 3f124ba fix: manualChunks and non manualChunks shared dependencies are merged with th...
  • a0bb78c Add support x86_64-pc-windows-gnu (#6110)
  • See full diff in compare view

Updates @rollup/rollup-freebsd-x64 from 4.51.0 to 4.52.0

Release notes

Sourced from @​rollup/rollup-freebsd-x64's releases.

v4.52.0

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Changelog

Sourced from @​rollup/rollup-freebsd-x64's changelog.

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Commits
  • 2029f63 4.52.0
  • 039ba6b Fix release script for commits without GitHub authors
  • 98f5d35 Automatically remove REPL artefacts label from PRs (#6118)
  • 3f124ba fix: manualChunks and non manualChunks shared dependencies are merged with th...
  • a0bb78c Add support x86_64-pc-windows-gnu (#6110)
  • See full diff in compare view

Updates @rollup/rollup-linux-arm-gnueabihf from 4.51.0 to 4.52.0

Release notes

Sourced from @​rollup/rollup-linux-arm-gnueabihf's releases.

v4.52.0

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-arm-gnueabihf's changelog.

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Commits
  • 2029f63 4.52.0
  • 039ba6b Fix release script for commits without GitHub authors
  • 98f5d35 Automatically remove REPL artefacts label from PRs (#6118)
  • 3f124ba fix: manualChunks and non manualChunks shared dependencies are merged with th...
  • a0bb78c Add support x86_64-pc-windows-gnu (#6110)
  • See full diff in compare view

Updates @rollup/rollup-linux-arm-musleabihf from 4.51.0 to 4.52.0

Release notes

Sourced from @​rollup/rollup-linux-arm-musleabihf's releases.

v4.52.0

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-arm-musleabihf's changelog.

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Commits
  • 2029f63 4.52.0
  • 039ba6b Fix release script for commits without GitHub authors
  • 98f5d35 Automatically remove REPL artefacts label from PRs (#6118)
  • 3f124ba fix: manualChunks and non manualChunks shared dependencies are merged with th...
  • a0bb78c Add support x86_64-pc-windows-gnu (#6110)
  • See full diff in compare view

Updates @rollup/rollup-linux-arm64-gnu from 4.51.0 to 4.52.0

Release notes

Sourced from @​rollup/rollup-linux-arm64-gnu's releases.

v4.52.0

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-arm64-gnu's changelog.

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Commits
  • 2029f63 4.52.0
  • 039ba6b Fix release script for commits without GitHub authors
  • 98f5d35 Automatically remove REPL artefacts label from PRs (#6118)
  • 3f124ba fix: manualChunks and non manualChunks shared dependencies are merged with th...
  • a0bb78c Add support x86_64-pc-windows-gnu (#6110)
  • See full diff in compare view

Updates @rollup/rollup-linux-arm64-musl from 4.51.0 to 4.52.0

Release notes

Sourced from @​rollup/rollup-linux-arm64-musl's releases.

v4.52.0

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-arm64-musl's changelog.

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Commits
  • 2029f63 4.52.0
  • 039ba6b Fix release script for commits without GitHub authors
  • 98f5d35 Automatically remove REPL artefacts label from PRs (#6118)
  • 3f124ba fix: manualChunks and non manualChunks shared dependencies are merged with th...
  • a0bb78c Add support x86_64-pc-windows-gnu (#6110)
  • See full diff in compare view

Updates @rollup/rollup-linux-loong64-gnu from 4.51.0 to 4.52.0

Release notes

Sourced from @​rollup/rollup-linux-loong64-gnu's releases.

v4.52.0

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-loong64-gnu's changelog.

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Commits
  • 2029f63 4.52.0
  • 039ba6b Fix release script for commits without GitHub authors
  • 98f5d35 Automatically remove REPL artefacts label from PRs (#6118)
  • 3f124ba fix: manualChunks and non manualChunks shared dependencies are merged with th...
  • a0bb78c Add support x86_64-pc-windows-gnu (#6110)
  • See full diff in compare view

Updates @rollup/rollup-linux-ppc64-gnu from 4.51.0 to 4.52.0

Release notes

Sourced from @​rollup/rollup-linux-ppc64-gnu's releases.

v4.52.0

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-ppc64-gnu's changelog.

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Commits
  • 2029f63 4.52.0
  • 039ba6b Fix release script for commits without GitHub authors
  • 98f5d35 Automatically remove REPL artefacts label from PRs (#6118)
  • 3f124ba fix: manualChunks and non manualChunks shared dependencies are merged with th...
  • a0bb78c Add support x86_64-pc-windows-gnu (#6110)
  • See full diff in compare view

Updates @rollup/rollup-linux-riscv64-gnu from 4.51.0 to 4.52.0

Release notes

Sourced from @​rollup/rollup-linux-riscv64-gnu's releases.

v4.52.0

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-riscv64-gnu's changelog.

4.52.0

2025-09-19

Features

  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#6087)
  • Add support for x86_64-pc-windows-gnu platform (#6110)

Pull Requests

Commits
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+168
Deletions:
-159
Package Dependencies
Ecosystem:
npm
Version Change:
5.13.9 → 5.13.10
Update Type:
Patch
Package:
sass
Ecosystem:
npm
Version Change:
1.92.1 → 1.93.0
Update Type:
Minor
Package:
rollup
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Package:
shiki
Ecosystem:
npm
Version Change:
3.12.2 → 3.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.12.2 → 3.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.12.2 → 3.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.12.2 → 3.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.12.2 → 3.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.12.2 → 3.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.12.2 → 3.13.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.3.6 → 6.3.7
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.7.2 → 0.7.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Technical Details
ID: 8191329
UUID: 2849241240
Node ID: PR_kwDOKSIIAM6p0_iY
Host: GitHub
Repository: poad/astro-solid-example
Merge State: Unknown