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

Bump the npm group with 30 updates

Merged
Number: #145
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 23, 2025 at 01:42 AM UTC
(8 months ago)
Updated: September 23, 2025 at 01:43 AM UTC
(8 months ago)
Merged: September 23, 2025 at 01:43 AM UTC
(8 months ago)
by github-actions[bot]
Time to Close: 1 minute
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the npm group with 30 updates:

Package From To
@eslint/compat 1.3.2 1.4.0
pnpm 10.17.0 10.17.1
typescript-eslint 8.44.0 8.44.1
vite 7.1.6 7.1.7
aws-cdk-lib 2.215.0 2.216.0
@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
@typescript-eslint/eslint-plugin 8.44.0 8.44.1
@typescript-eslint/parser 8.44.0 8.44.1
@typescript-eslint/type-utils 8.44.0 8.44.1
rollup 4.51.0 4.52.0

Updates @eslint/compat from 1.3.2 to 1.4.0

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v1.4.0

1.4.0 (2025-03-14)

Features

  • Use defineConfig() and globalIgnores() helpers (#164) (727ec5d)

compat: v1.4.0

1.4.0 (2025-09-16)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.15.2 to ^0.16.0

migrate-config: v1.3.8

1.3.8 (2025-02-21)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^1.2.6 to ^1.2.7

migrate-config: v1.3.7

1.3.7 (2025-01-31)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^1.2.5 to ^1.2.6

migrate-config: v1.3.6

1.3.6 (2025-01-09)

Dependencies

  • The following workspace dependencies were updated

... (truncated)

Changelog

Sourced from @​eslint/compat's changelog.

1.4.0 (2025-09-16)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.15.2 to ^0.16.0
Commits
  • 7f592e3 chore: release main (#257)
  • 4f07e51 docs: correct bun installation command and use defineConfig in README (#269)
  • ab10682 docs: Update README sponsors
  • 7255100 chore: standardize test filenames to *.test.js (#267)
  • 7e61e90 test: remove deprecated type property (#266)
  • 100a4c7 docs: Update README sponsors
  • b23f179 docs: Update README sponsors
  • 7b6dd37 feat: Add config types in @​eslint/core (#237)
  • 8ba766a refactor: update eslint-config-eslint (#253)
  • 62089bc docs: Update README sponsors
  • Additional commits viewable in compare view

Updates pnpm from 10.17.0 to 10.17.1

Release notes

Sourced from pnpm's releases.

pnpm 10.17.1

Patch Changes

  • When a version specifier cannot be resolved because the versions don't satisfy the minimumReleaseAge setting, print this information out in the error message #9974.
  • Fix state.json creation path when executing pnpm patch in a workspace project #9733.
  • When minimumReleaseAge is set and the latest tag is not mature enough, prefer a non-deprecated version as the new latest #9987.

Platinum Sponsors

Gold Sponsors

... (truncated)

Changelog

Sourced from pnpm's changelog.

10.17.1

Patch Changes

  • When a version specifier cannot be resolved because the versions don't satisfy the minimumReleaseAge setting, print this information out in the error message #9974.
  • Fix state.json creation path when executing pnpm patch in a workspace project #9733.
  • When minimumReleaseAge is set and the latest tag is not mature enough, prefer a non-deprecated version as the new latest #9987.
Commits

Updates typescript-eslint from 8.44.0 to 8.44.1

Release notes

Sourced from typescript-eslint's releases.

v8.44.1

8.44.1 (2025-09-22)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
  • typescript-estree: forbid class property with name constructor (#11590)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.44.1 (2025-09-22)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates vite from 7.1.6 to 7.1.7

Release notes

Sourced from vite's releases.

v7.1.7

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.7 (2025-09-22)

Bug Fixes

  • build: fix ssr environment emitAssets: true when sharedConfigBuild: true (#20787) (4c4583c)
  • client: use CSP nonce when rendering error overlay (#20791) (9bc9d12)
  • deps: update all non-major dependencies (#20811) (9f2247c)
  • glob: handle glob imports from folders starting with dot (#20800) (105abe8)
  • hmr: trigger prune event when import is removed from non hmr module (#20768) (9f32b1d)
  • hmr: wait for import.meta.hot.prune callbacks to complete before running other HMRs (#20698) (98a3484)
Commits
  • 693d255 release: v7.1.7
  • 98a3484 fix(hmr): wait for import.meta.hot.prune callbacks to complete before runni...
  • 9f32b1d fix(hmr): trigger prune event when import is removed from non hmr module (#20...
  • 9f2247c fix(deps): update all non-major dependencies (#20811)
  • 105abe8 fix(glob): handle glob imports from folders starting with dot (#20800)
  • 4c4583c fix(build): fix ssr environment emitAssets: true when `sharedConfigBuild: t...
  • 9bc9d12 fix(client): use CSP nonce when rendering error overlay (#20791)
  • See full diff in compare view

Updates aws-cdk-lib from 2.215.0 to 2.216.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.216.0

Features

  • apigatewayv2: add disableSchemaValidation for Websocket api (#35290) (bc391ce)
  • cloudfront-origins: response completion timeout (#35485) (7d70bf4)
  • elasticloadbalancingv2: support target group health attributes (#33351) (2de6e39), closes #31821
  • events: add support for Event Bus Logging Configuration (#35201) (7ceaefb), closes #35000
  • route53: add SVCB and HTTPS resource record classes (#34744) (8be219a), closes #34673
  • stepfunctions-tasks: EmrCreateClusterOptions support ebsRootVolumeIops, ebsRootVolumeThroughput and managedScalingPolicy (#34677) (b3ad6f9), closes #33431

Bug Fixes

  • cloudformation-include: aws::novalue type validation error for non-string properties (#35425) (ce76a56), closes #18420
  • kinesisanalytics: deprecate using KinesisAnalyticsV2 from aws-kinesisanalytics, use aws-kinesisanalyticsv2 instead (#35519) (4255b23)
  • kms: cannot access aliasTargetKey on an Alias imported by Alias.fromAliasName (#35521) (c0c9933), closes #35520
  • secretsmanager: SecretRotationApplication creates lambda on python 3.9 which is EOL (#35528) (756b683), closes #34168
  • secretsmanager: secret transformation (#35202) (f4b26af), closes #34168

Alpha modules (2.216.0-alpha.0)

Changelog

Sourced from aws-cdk-lib's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.216.0-alpha.0 (2025-09-22)

2.215.0-alpha.0 (2025-09-15)

Bug Fixes

  • bedrock-alpha: added missing validation when prompt uses default variant (#35366) (cbd271e)

2.214.0-alpha.0 (2025-09-02)

Features

2.213.0-alpha.0 (2025-08-27)

Features

  • s3tables-alpha: add TablePolicy support to L2 construct library (#35223) (a4aad78), closes #33054

2.212.0-alpha.0 (2025-08-20)

2.211.0-alpha.0 (2025-08-12)

2.210.0-alpha.0 (2025-08-06)

Features

  • glue-alpha: add optional metrics control for cost optimization (#35154) (6e24133), closes #35149

2.209.1-alpha.0 (2025-08-06)

Bug Fixes

  • eks-v2-alpha: fix helm commands not running ecr public login (#35162) (6c2a8b8)

2.209.0-alpha.0 (2025-08-05)

... (truncated)

Commits
  • b164aa9 chore: update analytics metadata blueprints
  • f95f7ac chore(bedrock): support Qwen3 and DeepSeek-V3.1 models (#35525)
  • 756b683 fix(secretsmanager): SecretRotationApplication creates lambda on python 3.9...
  • 8be219a feat(route53): add SVCB and HTTPS resource record classes (#34744)
  • ce76a56 fix(cloudformation-include): aws::novalue type validation error for non-strin...
  • 2de6e39 feat(elasticloadbalancingv2): support target group health attributes (#33351)
  • e9fde62 chore(lambda): remove commented out unit tests (#35522)
  • c0c9933 fix(kms): cannot access aliasTargetKey on an Alias imported by Alias.fromAlia...
  • 4255b23 fix(kinesisanalytics): deprecate using KinesisAnalyticsV2 from `aws-kinesisan...
  • b3ad6f9 feat(stepfunctions-tasks): EmrCreateClusterOptions support ebsRootVolumeIop...
  • Additional commits viewable in compare view

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-muslDescription has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
4
Additions:
+326
Deletions:
-218
Package Dependencies
Ecosystem:
npm
Version Change:
7.1.6 → 7.1.7
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.44.0 → 8.44.1
Update Type:
Patch
Package:
rollup
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.44.0 → 8.44.1
Update Type:
Patch
Package:
aws-cdk-lib
Ecosystem:
npm
Version Change:
2.215.0 → 2.216.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.44.0 → 8.44.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Package:
pnpm
Ecosystem:
npm
Version Change:
10.17.0 → 10.17.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.51.0 → 4.52.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.44.0 → 8.44.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.3.2 → 1.4.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:
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: 8273036
UUID: 2851627019
Node ID: PR_kwDONx1qVc6p-GAL
Host: GitHub
Repository: poad/solid-start-ssr-lambda
Merge State: Unknown