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

Bump the npm group with 17 updates

Open
Number: #172
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 15, 2025 at 07:15 PM UTC
(3 months ago)
Updated: June 15, 2025 at 07:15 PM UTC
(3 months ago)
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the npm group with 17 updates:

Package From To
aws-cdk-lib 2.200.1 2.201.0
@eslint/js 9.28.0 9.29.0
@types/node 24.0.0 24.0.1
aws-cdk 2.1018.0 2.1018.1
eslint 9.28.0 9.29.0
tsx 4.20.1 4.20.3
solid-devtools 0.34.0 0.34.1
@aws-cdk/cloud-assembly-schema 44.2.0 44.5.0
@eslint/config-array 0.20.0 0.20.1
@eslint/config-helpers 0.2.2 0.2.3
@eslint/plugin-kit 0.3.1 0.3.2
@solid-devtools/debugger 0.27.0 0.27.1
@solid-devtools/shared 0.19.1 0.20.0
brace-expansion 1.1.11 1.1.12
caniuse-lite 1.0.30001721 1.0.30001723
electron-to-chromium 1.5.165 1.5.167
eslint-scope 8.3.0 8.4.0

Updates aws-cdk-lib from 2.200.1 to 2.201.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.201.0

Features

Bug Fixes


Alpha modules (2.201.0-alpha.0)

Features

Reverts

v2.200.2

Bug Fixes


Alpha modules (2.200.2-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.201.0-alpha.0 (2025-06-12)

Features

Reverts

2.200.2-alpha.0 (2025-06-11)

2.200.1-alpha.0 (2025-06-03)

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)

... (truncated)

Commits
  • 77c6517 feat(opensearch): update default TLS security policy to TLS 1.2 for OpenSearc...
  • 9f8eef9 feat: update L1 CloudFormation resource definitions (#34687)
  • 0e268f9 docs(ecs): add note for windows tasks CPU/Memory requirement (#34683)
  • b5ef88b chore: update dev dependency - aws-sdk-js-codemod (#34542)
  • 2e2b34d chore: npm-check-updates && yarn upgrade (#34684)
  • 040af1b fix(apigateway): correct JsonSchema.additionalItems property type (#33879)
  • 974f710 docs(cloudfront): specify that cloudront does not support updating the key (#...
  • b41794d feat(ec2): add interface VPC endpoint for DSQL (#34487)
  • ce52a96 feat: update L1 CloudFormation resource definitions (#34659)
  • 19436e8 chore(rds): mariadb add versions 10.5.29 and 10.6.22, postgres add versions 1...
  • Additional commits viewable in compare view

Updates @eslint/js from 9.28.0 to 9.29.0

Release notes

Sourced from @​eslint/js's releases.

v9.29.0

Features

  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)

Bug Fixes

  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)

Documentation

  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)

Chores

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 0ed289c chore: remove accidentally committed file (#19807) (Francesco Trotta)
Changelog

Sourced from @​eslint/js's changelog.

v9.29.0 - June 13, 2025

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)
  • 0ed289c chore: remove accidentally committed file (#19807) (Francesco Trotta)
Commits

Updates @types/node from 24.0.0 to 24.0.1

Commits

Updates aws-cdk from 2.1018.0 to 2.1018.1

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1018.1

2.1018.1 (2025-06-11)

Bug Fixes

Commits

Updates eslint from 9.28.0 to 9.29.0

Release notes

Sourced from eslint's releases.

v9.29.0

Features

  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)

Bug Fixes

  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)

Documentation

  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)

Chores

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 0ed289c chore: remove accidentally committed file (#19807) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.29.0 - June 13, 2025

  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851) (Milos Djermanovic)
  • acf2201 chore: package.json update for @​eslint/js release (Jenkins)
  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic)
  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795) (루밀LuMir)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837) (ntnyq)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825) (TKDev7)
  • b3d720f feat: add ES2025 globals (#19835) (fisker Cheung)
  • 677a283 feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
  • 3aed075 docs: Update README (GitHub Actions Bot)
  • 7ab77a2 fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
  • a2f888d docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
  • dbba058 feat: allow global type declaration in no-var (#19714) (Remco Haszing)
  • 152ed51 test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
  • b647239 chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
  • 7abe42e refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
  • 342bd29 feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
  • e392895 perf: improve time complexity of getLocFromIndex (#19782) (루밀LuMir)
  • 1ba3318 fix: add language and dialects to no-use-before-define (#19808) (Francesco Trotta)
  • 786bcd1 feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
  • 05b66d0 feat: add sourceCode.isGlobalReference(node) method (#19695) (Nitin Kumar)
  • 53c3235 docs: update to clarify prompt usage (#19748) (Jennifer Davis)
  • 0ed289c chore: remove accidentally committed file (#19807) (Francesco Trotta)
Commits
  • edf232b 9.29.0
  • c2414b6 Build: changelog update for 9.29.0
  • 5c114c9 chore: upgrade @​eslint/js@​9.29.0 (#19851)
  • acf2201 chore: package.json update for @​eslint/js release
  • f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832)
  • 85c082c fix: explicit matching behavior with negated patterns and arrays (#19845)
  • 00e3e6a docs: add support for custom name parameter to includeIgnoreFile (#19795)
  • 9bda4a9 fix: fix LintOptions.filterCodeBlock types (#19837)
  • a806994 refactor: Remove eslintrc from flat config functionality (#19833)
  • 19cdd22 feat: prune suppressions for non-existent files (#19825)
  • Additional commits viewable in compare view

Updates tsx from 4.20.1 to 4.20.3

Release notes

Sourced from tsx's releases.

v4.20.3

4.20.3 (2025-06-13)

Bug Fixes


This release is also available on:

v4.20.2

4.20.2 (2025-06-12)

Bug Fixes


This release is also available on:

Commits

Updates solid-devtools from 0.34.0 to 0.34.1

Release notes

Sourced from solid-devtools's releases.

solid-devtools@0.34.1

Patch Changes

  • Updated dependencies [add003f]
  • Updated dependencies [e8fe39e]
    • @​solid-devtools/shared@​0.20.0
    • @​solid-devtools/debugger@​0.27.1
Commits
  • 6cc6c02 Version Packages (#347)
  • 5c94696 Version Packages
  • 5e250b0 Display place connection status in popup
  • dc59213 Rename stuff to ada case
  • a529425 Send detection state to each bg script connection
  • f09e900 Send versions for each bg script connection
  • 1b02133 Cleanup
  • 83fc768 Add reconnecting logic to content script (#337)
  • add003f Improve logging by adding place names to all messages.
  • 0159eec Cleanup locator
  • Additional commits viewable in compare view

Updates @aws-cdk/cloud-assembly-schema from 44.2.0 to 44.5.0

Release notes

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

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

44.5.0 (2025-06-12)

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

44.4.0 (2025-06-11)

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

44.3.0 (2025-06-11)

Commits

Updates @eslint/config-array from 0.20.0 to 0.20.1

Release notes

Sourced from @​eslint/config-array's releases.

config-array: v0.20.1

0.20.1 (2025-06-09)

Bug Fixes

  • consider negated patterns universal (#220) (2dbe2b9)
  • explicit match in array elements of files (#218) (e84cbd7)
Changelog

Sourced from @​eslint/config-array's changelog.

0.20.1 (2025-06-09)

Bug Fixes

  • consider negated patterns universal (#220) (2dbe2b9)
  • explicit match in array elements of files (#218) (e84cbd7)
Commits

Updates @eslint/config-helpers from 0.2.2 to 0.2.3

Release notes

Sourced from @​eslint/config-helpers's releases.

plugin-kit: v0.2.3

0.2.3 (2024-11-14)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.8.0 to ^0.9.0

config-helpers: v0.2.3

0.2.3 (2025-06-09)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.14.0 to ^0.15.0
Changelog

Sourced from @​eslint/config-helpers's changelog.

0.2.3 (2025-06-09)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.14.0 to ^0.15.0
Commits

Updates @eslint/plugin-kit from 0.3.1 to 0.3.2

Release notes

Sourced from @​eslint/plugin-kit's releases.

plugin-kit: v0.3.2

Pull Request Statistics
Commits:
1
Files Changed:
3
Additions:
+220
Deletions:
-212

Package Dependencies
Ecosystem:
npm
Version Change:
9.28.0 → 9.29.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
24.0.0 → 24.0.1
Update Type:
Patch
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.28.0 → 9.29.0
Update Type:
Minor
Package:
aws-cdk
Ecosystem:
npm
Version Change:
2.1018.0 → 2.1018.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.165 → 1.5.167
Update Type:
Patch
Package:
aws-cdk-lib
Ecosystem:
npm
Version Change:
2.200.1 → 2.201.0
Update Type:
Minor
Package:
tsx
Ecosystem:
npm
Version Change:
4.20.1 → 4.20.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.30001721 → 1.0.30001723
Update Type:
Patch
Ecosystem:
npm
Version Change:
44.2.0 → 44.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.20.0 → 0.20.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.3.1 → 0.3.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.2.2 → 0.2.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.34.0 → 0.34.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.3.0 → 8.4.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.1.11 → 1.1.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.27.0 → 0.27.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.19.1 → 0.20.0
Update Type:
Minor
Technical Details
ID: 1582315
UUID: 2593986584
Node ID: PR_kwDOMiUr3s6anRgY
Host: GitHub
Repository: poad/github-sbom-viewer
Merge State: Unknown