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

Bump the npm group across 3 directories with 9 updates

Open
Number: #3578
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 26, 2025 at 01:16 AM UTC
(3 months ago)
Updated: June 26, 2025 at 01:16 AM UTC
(3 months ago)
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the npm group with 5 updates in the /example/app directory:

Package From To
@eslint/compat 1.3.0 1.3.1
eslint-import-resolver-typescript 4.4.3 4.4.4
prettier 3.6.0 3.6.1
@eslint/plugin-kit 0.3.2 0.3.3
caniuse-lite 1.0.30001724 1.0.30001726

Bumps the npm group with 6 updates in the /example/cdk directory:

Package From To
@eslint/compat 1.3.0 1.3.1
eslint-import-resolver-typescript 4.4.3 4.4.4
prettier 3.6.0 3.6.1
@eslint/plugin-kit 0.3.2 0.3.3
aws-cdk 2.1019.1 2.1019.2
@aws-cdk/cloud-assembly-schema 44.7.0 44.8.0

Bumps the npm group with 5 updates in the /package directory:

Package From To
@eslint/compat 1.3.0 1.3.1
prettier 3.6.0 3.6.1
@eslint/plugin-kit 0.3.2 0.3.3
aws-cdk 2.1019.1 2.1019.2
@aws-cdk/cloud-assembly-schema 44.7.0 44.8.0

Updates @eslint/compat from 1.3.0 to 1.3.1

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v1.3.1

1.3.1 (2024-10-01)

Dependencies

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

compat: v1.3.1

1.3.1 (2025-06-25)

Bug Fixes

  • relax @eslint/compat eslint peerDependencies constraint (#215) (b96ec0c)

Dependencies

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

Sourced from @​eslint/compat's changelog.

1.3.1 (2025-06-25)

Bug Fixes

  • relax @eslint/compat eslint peerDependencies constraint (#215) (b96ec0c)

Dependencies

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

Updates eslint-import-resolver-typescript from 4.4.3 to 4.4.4

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v4.4.4

Patch Changes

New Contributors

Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.4.3...v4.4.4

Changelog

Sourced from eslint-import-resolver-typescript's changelog.

4.4.4

Patch Changes

Commits

Updates prettier from 3.6.0 to 3.6.1

Release notes

Sourced from prettier's releases.

3.6.1

  • Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running --experimental-cli

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.6.1

diff

TypeScript: Allow const without initializer (#17650, #17654 by @​fisker)

// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
| ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
| ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;

Miscellaneous: Avoid closing files multiple times (#17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same files again. We now close files only if n-readlines did not already close them.

Commits

Updates @eslint/plugin-kit from 0.3.2 to 0.3.3

Release notes

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

plugin-kit: v0.3.3

0.3.3 (2025-06-25)

Dependencies

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

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

0.3.3 (2025-06-25)

Dependencies

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

Updates browserslist from 4.25.0 to 4.25.1

Release notes

Sourced from browserslist's releases.

4.25.1

  • Updated Firefox ESR.
Changelog

Sourced from browserslist's changelog.

4.25.1

  • Updated Firefox ESR.
Commits

Updates caniuse-lite from 1.0.30001724 to 1.0.30001726

Commits

Updates electron-to-chromium from 1.5.173 to 1.5.174

Commits

Updates @eslint/compat from 1.3.0 to 1.3.1

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v1.3.1

1.3.1 (2024-10-01)

Dependencies

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

compat: v1.3.1

1.3.1 (2025-06-25)

Bug Fixes

  • relax @eslint/compat eslint peerDependencies constraint (#215) (b96ec0c)

Dependencies

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

Sourced from @​eslint/compat's changelog.

1.3.1 (2025-06-25)

Bug Fixes

  • relax @eslint/compat eslint peerDependencies constraint (#215) (b96ec0c)

Dependencies

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

Updates eslint-import-resolver-typescript from 4.4.3 to 4.4.4

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v4.4.4

Patch Changes

New Contributors

Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.4.3...v4.4.4

Changelog

Sourced from eslint-import-resolver-typescript's changelog.

4.4.4

Patch Changes

Commits

Updates prettier from 3.6.0 to 3.6.1

Release notes

Sourced from prettier's releases.

3.6.1

  • Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running --experimental-cli

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.6.1

diff

TypeScript: Allow const without initializer (#17650, #17654 by @​fisker)

// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
| ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
| ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;

Miscellaneous: Avoid closing files multiple times (#17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same files again. We now close files only if n-readlines did not already close them.

Commits

Updates @eslint/plugin-kit from 0.3.2 to 0.3.3

Release notes

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

plugin-kit: v0.3.3

0.3.3 (2025-06-25)

Dependencies

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

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

0.3.3 (2025-06-25)

Dependencies

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

Updates aws-cdk from 2.1019.1 to 2.1019.2

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1019.2

2.1019.2 (2025-06-25)

Bug Fixes

  • cdk-assets: fails installation when new dependencies are released (#603) (6625d97)
  • cli: logs entire environment (#623) (639455e)
Commits
  • 6625d97 fix(cdk-assets): fails installation when new dependencies are released (#603)
  • 6ba32ed chore: remove node-bundle in favor of node-backpack (#653)
  • 639455e fix(cli): logs entire environment (#623)
  • See full diff in compare view

Updates @aws-cdk/cloud-assembly-schema from 44.7.0 to 44.8.0

Release notes

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

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

44.8.0 (2025-06-25)

Commits

Updates @eslint/compat from 1.3.0 to 1.3.1

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v1.3.1

1.3.1 (2024-10-01)

Dependencies

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

compat: v1.3.1

1.3.1 (2025-06-25)

Bug Fixes

  • relax @eslint/compat eslint peerDependencies constraint (#215) (b96ec0c)

Dependencies

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

Sourced from @​eslint/compat's changelog.

1.3.1 (2025-06-25)

Bug Fixes

  • relax @eslint/compat eslint peerDependencies constraint (#215) (b96ec0c)

Dependencies

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

Updates prettier from 3.6.0 to 3.6.1

Release notes

Sourced from prettier's releases.

3.6.1

  • Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running --experimental-cli

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.6.1

diff

TypeScript: Allow const without initializer (#17650, #17654 by @​fisker)

// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
| ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
| ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;

Miscellaneous: Avoid closing files multiple times (#17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same files again. We now close files only if n-readlines did not already close them.

Commits

Updates @eslint/plugin-kit from 0.3.2 to 0.3.3

Release notes

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

plugin-kit: v0.3.3

0.3.3 (2025-06-25)

Dependencies

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

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

0.3.3 (2025-06-25)

Dependencies

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

Updates aws-cdk from 2.1019.1 to 2.1019.2

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1019.2

2.1019.2 (2025-06-25)

Bug Fixes

  • cdk-assets: fails installation when new dependencies are released (#603) (6625d97)
  • cli: logs entire environment (#623) (639455e)
Commits
  • 6625d97 fix(cdk-assets): fails installation when new dependencies are released (#603)
  • 6ba32ed chore: remove node-bundle in favor of node-backpack (#653)
  • 639455e fix(cli): logs entire environment (#623)
  • See full diff in compare view

Updates @aws-cdk/cloud-assembly-schema from 44.7.0 to 44.8.0

Release notes

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

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

44.8.0 (2025-06-25)

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:
1
Files Changed:
6
Additions:
+139
Deletions:
-127
Package Dependencies
Ecosystem:
npm
Version Change:
4.4.3 → 4.4.4
Update Type:
Patch
Package:
prettier
Ecosystem:
npm
Version Change:
3.6.0 → 3.6.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.30001724 → 1.0.30001726
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.3.0 → 1.3.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.3.2 → 0.3.3
Update Type:
Patch
Technical Details
ID: 2337241
UUID: 2619721138
Node ID: PR_kwDOH6QSIM6cJcWy
Host: GitHub
Repository: poad/github-cognito-oidc-proxy
Merge State: Unknown