Bump the npm group across 3 directories with 9 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(3 months ago)
(3 months ago)
dependencies javascript
poad
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.0compat: v1.3.1
1.3.1 (2025-06-25)
Bug Fixes
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
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
#468
93b39d2
Thanks@renovate
! - chore(deps): bumpstable-hash-x
v0.2.0#466
799f1ce
Thanks@anomiex
! - fix: include options hash in cache key for options normalizationNew Contributors
@ShayanTheNerd
made their first contribution in import-js/eslint-import-resolver-typescript#464@anomiex
made their first contribution in import-js/eslint-import-resolver-typescript#466Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.4.3...v4.4.4
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
Sourced from prettier's changelog.
3.6.1
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
2bfff20
Release 3.6.1cb8af6c
Disable "Linting files" step on release65e603d
chore(deps): update dependency jest to v30.0.3 (#17667)37f6e09
Avoid closing files multiple times ingetInterpreter
(#17665)0e6ec98
chore(deps): update dependency meriyah to v6.1.3 (#17666)4292cbf
DisableexperimentalRawTransfer
for oxc parser (#17663)e9045d0
Docs: delete outdated part about decorators (#17662)0926587
Allow const without initializer inoxc-ts
parser (#17654)456179a
Fix typo in v3.6.0 release notes for markdown (#17661)75bdb5d
Add issue link for the experimental CLI (#17659)- Additional commits viewable in compare view
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
0496201
chore: release main (#229)f5e6d68
chore: hoist cli tools to root level (#224)- See full diff in compare view
Updates browserslist
from 4.25.0 to 4.25.1
Commits
243d6d8
Release 4.25.1 versiond661e95
Update dependencies1d6a02d
Update FF ESR- See full diff in compare view
Updates caniuse-lite
from 1.0.30001724 to 1.0.30001726
Commits
1361922
Update caniuse-db 1.0.300017261b79b12
Update caniuse-db 1.0.30001725- See full diff in compare view
Updates electron-to-chromium
from 1.5.173 to 1.5.174
Commits
15efe61
1.5.1747d3e9ab
generate new version- See full diff in compare view
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.0compat: v1.3.1
1.3.1 (2025-06-25)
Bug Fixes
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
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
#468
93b39d2
Thanks@renovate
! - chore(deps): bumpstable-hash-x
v0.2.0#466
799f1ce
Thanks@anomiex
! - fix: include options hash in cache key for options normalizationNew Contributors
@ShayanTheNerd
made their first contribution in import-js/eslint-import-resolver-typescript#464@anomiex
made their first contribution in import-js/eslint-import-resolver-typescript#466Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.4.3...v4.4.4
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
Sourced from prettier's changelog.
3.6.1
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
2bfff20
Release 3.6.1cb8af6c
Disable "Linting files" step on release65e603d
chore(deps): update dependency jest to v30.0.3 (#17667)37f6e09
Avoid closing files multiple times ingetInterpreter
(#17665)0e6ec98
chore(deps): update dependency meriyah to v6.1.3 (#17666)4292cbf
DisableexperimentalRawTransfer
for oxc parser (#17663)e9045d0
Docs: delete outdated part about decorators (#17662)0926587
Allow const without initializer inoxc-ts
parser (#17654)456179a
Fix typo in v3.6.0 release notes for markdown (#17661)75bdb5d
Add issue link for the experimental CLI (#17659)- Additional commits viewable in compare view
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
0496201
chore: release main (#229)f5e6d68
chore: hoist cli tools to root level (#224)- See full diff in compare view
Updates aws-cdk
from 2.1019.1 to 2.1019.2
Commits
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.044.8.0 (2025-06-25)
Commits
- See full diff in compare view
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.0compat: v1.3.1
1.3.1 (2025-06-25)
Bug Fixes
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
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
Sourced from prettier's changelog.
3.6.1
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
2bfff20
Release 3.6.1cb8af6c
Disable "Linting files" step on release65e603d
chore(deps): update dependency jest to v30.0.3 (#17667)37f6e09
Avoid closing files multiple times ingetInterpreter
(#17665)0e6ec98
chore(deps): update dependency meriyah to v6.1.3 (#17666)4292cbf
DisableexperimentalRawTransfer
for oxc parser (#17663)e9045d0
Docs: delete outdated part about decorators (#17662)0926587
Allow const without initializer inoxc-ts
parser (#17654)456179a
Fix typo in v3.6.0 release notes for markdown (#17661)75bdb5d
Add issue link for the experimental CLI (#17659)- Additional commits viewable in compare view
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
0496201
chore: release main (#229)f5e6d68
chore: hoist cli tools to root level (#224)- See full diff in compare view
Updates aws-cdk
from 2.1019.1 to 2.1019.2
Commits
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.044.8.0 (2025-06-25)
Commits
- See full diff in compare view
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
1
6
+139
-127
Package Dependencies
eslint-import-resolver-typescript
npm
4.4.3 → 4.4.4
Patch
Technical Details
ID: | 2337241 |
UUID: | 2619721138 |
Node ID: | PR_kwDOH6QSIM6cJcWy |
Host: | GitHub |
Repository: | poad/github-cognito-oidc-proxy |
Merge State: | Unknown |