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

Bump the miscs group with 7 updates

Open
Number: #289
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 2
Created: June 03, 2025 at 12:54 AM UTC
(3 months ago)
Updated: June 08, 2025 at 02:59 AM UTC
(3 months ago)
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the miscs group with 7 updates:

Package From To
pnpm 10.11.0 10.11.1
typescript-eslint 8.33.0 8.33.1
aws-cdk-lib 2.199.0 2.200.0
@aws-cdk/cloud-assembly-schema 41.2.0 44.1.0
@typescript-eslint/project-service 8.33.0 8.33.1
@typescript-eslint/tsconfig-utils 8.33.0 8.33.1
electron-to-chromium 1.5.161 1.5.162

Updates pnpm from 10.11.0 to 10.11.1

Release notes

Sourced from pnpm's releases.

pnpm 10.11.1

Patch Changes

  • Fix an issue in which pnpm deploy --legacy creates unexpected directories when the root package.json has a workspace package as a peer dependency #9550.
  • Dependencies specified via a URL that redirects will only be locked to the target if it is immutable, fixing a regression when installing from GitHub releases. (#9531)
  • Installation should not exit with an error if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #9505.
  • Use pnpm_config_ env variables instead of npm_config_ #9571.
  • Fix a regression (in v10.9.0) causing the --lockfile-only flag on pnpm update to produce a different pnpm-lock.yaml than an update without the flag.
  • Let pnpm deploy work in repos with overrides when inject-workspace-packages=true #9283.
  • Fixed the problem of path loss caused by parsing URL address. Fixes a regression shipped in pnpm v10.11 via #9502.
  • pnpm -r --silent run should not print out section #9563.

Platinum Sponsors

Gold Sponsors

... (truncated)

Changelog

Sourced from pnpm's changelog.

10.11.1

Patch Changes

  • Fix an issue in which pnpm deploy --legacy creates unexpected directories when the root package.json has a workspace package as a peer dependency #9550.
  • Dependencies specified via a URL that redirects will only be locked to the target if it is immutable, fixing a regression when installing from GitHub releases. (#9531)
  • Installation should not exit with an error if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #9505.
  • Use pnpm_config_ env variables instead of npm_config_ #9571.
  • Fix a regression (in v10.9.0) causing the --lockfile-only flag on pnpm update to produce a different pnpm-lock.yaml than an update without the flag.
  • Let pnpm deploy work in repos with overrides when inject-workspace-packages=true #9283.
  • Fixed the problem of path loss caused by parsing URL address. Fixes a regression shipped in pnpm v10.11 via #9502.
  • pnpm -r --silent run should not print out section #9563.
Commits

Updates typescript-eslint from 8.33.0 to 8.33.1

Release notes

Sourced from typescript-eslint's releases.

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

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

Changelog

Sourced from typescript-eslint's changelog.

8.33.1 (2025-06-02)

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 aws-cdk-lib from 2.199.0 to 2.200.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.200.0

Features

  • update L1 CloudFormation resource definitions (#34594) (1e37ee7)
  • custom-resources: throw ValidationError instead of untyped Errors (#33392) (1dacaa3), closes #32569
  • ec2: implement IPeer to PrefixList to be usable as a connection peer (#33617) (c277419), closes #33607
  • iam: introduce OidcProviderNative construct utilizing the native CloudFormation resource (#28634) (d8e6c09), closes #21197
  • iam: throw ValidationErrors instead of untyped errors (#34579) (bd5caba), closes #32569
  • lambda: allow propagating function tags to loggroup (#34556) (f556fd1)
  • lambda: throw ValidationErrors instead of untyped errors (#34577) (6ccdd81), closes #32569
  • region-info: throw ValidationError instead of untyped Errors (#33384) (303daf2), closes #32569
  • s3: add grantReplicationPermission for IAM Role permissions (#34138) (bfa6490), closes #34119
  • secretsmanager: throw ValidationErrors instead of untyped errors (#34580) (4d591ef), closes #32569
  • servicecatalog: throw ValidationErrors instead of untyped errors (#34581) (3895d76), closes #32569
  • sns-subscriptions: support Amazon Data Firehose subscription (#33811) (632179c), closes #14391
  • stepfunctions: add grant API for RedriveExecution (#34554) (e03939d), closes #33578

Bug Fixes

  • ec2: validate throughput property on EC2 instance block devices (#34571) (b31580a), closes #34033
  • elasticloadbalancingv2: fix incorrect max for minimumCapacityUnit (#34586) (8f19b26), closes #34582

Alpha modules (2.200.0-alpha.0)

Features

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.200.0-alpha.0 (2025-06-02)

Features

2.199.0-alpha.0 (2025-05-27)

2.198.0-alpha.0 (2025-05-22)

âš  BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • amplify: A compute role is created when platform is Platform.WEB_COMPUTE or Platform.WEB_DYNAMIC.

Features

2.197.0-alpha.0 (2025-05-20)

2.196.1-alpha.0 (2025-05-19)

2.196.0-alpha.0 (2025-05-15)

Features

Bug Fixes

  • ec2: dual-stack vpc without private subnets creates EgressOnlyInternetGateway (under feature flag) (#34437) (35e818b), closes #30981
  • ec2-alpha: fix resource id references and tags for migration behind feature flag (#34377) (aa73534)

2.195.0-alpha.0 (2025-05-07)

âš  BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • iot: By default, deviceDertificateAgeCheck is automatically enabled.

... (truncated)

Commits
  • 83c2e82 chore: update analytics metadata blueprints
  • 1e37ee7 feat: update L1 CloudFormation resource definitions (#34594)
  • e03939d feat(stepfunctions): add grant API for RedriveExecution (#34554)
  • 632179c feat(sns-subscriptions): support Amazon Data Firehose subscription (#33811)
  • e27cd2c revert(ec2): support Firehose IDeliveryStream as flow log destination (#34592)
  • b31580a fix(ec2): validate throughput property on EC2 instance block devices (#34571)
  • 802f130 chore(ec2): update PrefixList.fromLookup() to expect the result from CcApi ...
  • 703a379 chore(rds): add support for 8.0.mysql_aurora.3.09.0 (#34508)
  • 303daf2 feat(region-info): throw ValidationError instead of untyped Errors (#33384)
  • 9c68ec2 chore(rds): add MySQL version 5.7.44-rds.20250508 (#34576)
  • Additional commits viewable in compare view

Updates @aws-cdk/cloud-assembly-schema from 41.2.0 to 44.1.0

Release notes

Sourced from @​aws-cdk/cloud-assembly-schema's releases.

@​aws-cdk/cloud-assembly-schema@​v44.1.0

44.1.0 (2025-05-30)

Bug Fixes

  • cloud-assembly-schema: CcApiContextQuery does not compile with jsii-rosetta (#554) (4d467ca)

@​aws-cdk/cloud-assembly-schema@​v44.0.0

44.0.0 (2025-05-28)

Bug Fixes

  • cloud-assembly-schema: add a valid example for CcApiContextQuery (#538) (65937a2)

@​aws-cdk/cloud-assembly-schema@​v43.12.0

43.12.0 (2025-05-21)

@​aws-cdk/cloud-assembly-schema@​v43.11.0

43.11.0 (2025-05-16)

@​aws-cdk/cloud-assembly-schema@​v43.10.0

43.10.0 (2025-05-14)

Bug Fixes

  • cloudformation-diff: @aws-sdk/client-cloudformation should be a peer dependency (#478) (73994cf)

@​aws-cdk/cloud-assembly-schema@​v43.9.0

43.9.0 (2025-05-08)

@​aws-cdk/cloud-assembly-schema@​v43.8.0

43.8.0 (2025-05-08)

@​aws-cdk/cloud-assembly-schema@​v43.7.0

43.7.0 (2025-05-08)

Features

... (truncated)

Commits
  • 4d467ca fix(cloud-assembly-schema): CcApiContextQuery does not compile with `jsii-r...
  • 65937a2 fix(cloud-assembly-schema): add a valid example for CcApiContextQuery (#538)
  • a602917 chore(deps): upgrade dependencies (#506)
  • 75b0781 chore(deps): upgrade dependencies (#495)
  • 6db0d9b refactor(cli,cli-lib-alpha): restrict relative package imports (#492)
  • 2704008 chore: require type imports in published packages to be from declared depende...
  • 73994cf fix(cloudformation-diff): @aws-sdk/client-cloudformation should be a peer d...
  • 3c10a42 chore: reorg eslint rules into separate files (#466)
  • dc1dfbb chore(deps): upgrade dependencies (#449)
  • eafb53b feat(refactor): ability to exclude selected resources from refactoring (#421)
  • Additional commits viewable in compare view

Updates @typescript-eslint/project-service from 8.33.0 to 8.33.1

Release notes

Sourced from @​typescript-eslint/project-service's releases.

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

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

Changelog

Sourced from @​typescript-eslint/project-service's changelog.

8.33.1 (2025-06-02)

🩹 Fixes

  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin

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

Commits
  • 936f350 chore(release): publish 8.33.1
  • 9d46857 fix(project-service): add missing typescript peer dependency (#11265)
  • d2ffec7 chore: add publishConfig.access: public to project-service, tsconfig-utils (#...
  • See full diff in compare view

Updates @typescript-eslint/tsconfig-utils from 8.33.0 to 8.33.1

Release notes

Sourced from @​typescript-eslint/tsconfig-utils's releases.

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

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

Changelog

Sourced from @​typescript-eslint/tsconfig-utils's changelog.

8.33.1 (2025-06-02)

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

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

Commits
  • 936f350 chore(release): publish 8.33.1
  • d2ffec7 chore: add publishConfig.access: public to project-service, tsconfig-utils (#...
  • See full diff in compare view

Updates electron-to-chromium from 1.5.161 to 1.5.162

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
Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Ecosystem:
npm
Version Change:
1.5.161 → 1.5.162
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.33.0 → 8.33.1
Update Type:
Patch
Package:
aws-cdk-lib
Ecosystem:
npm
Version Change:
2.199.0 → 2.200.0
Update Type:
Minor
Package:
pnpm
Ecosystem:
npm
Version Change:
10.11.0 → 10.11.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.33.0 → 8.33.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.33.0 → 8.33.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
41.2.0 → 44.1.0
Update Type:
Major
Technical Details
ID: 1259264
UUID: 3112035810
Node ID: PR_kwDOKYCPlM6YuU4K
Host: GitHub
Repository: poad/next-ts-lambda-ssr-template