Bump the npm-development group across 1 directory with 8 updates #69
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the npm-development group with 8 updates in the / directory:
22.10.10
22.13.10
8.21.0
8.26.0
8.21.0
8.26.0
5.1.5
5.1.8
2.18.2
2.19.1
3.4.2
3.5.3
29.2.5
29.2.6
5.7.3
5.8.2
Updates
@types/node
from 22.10.10 to 22.13.10Commits
Updates
@typescript-eslint/eslint-plugin
from 8.21.0 to 8.26.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
bc6d19f
chore(release): publish 8.26.002d9d73
feat(eslint-plugin): [unified-signatures] support ignoring overload signature...84af50e
feat(eslint-plugin): [explicit-module-boundary-types] add an option to ignore...a03b7ef
fix(eslint-plugin): [no-unnecessary-type-assertion] handle unknown (#10875)4082ad0
docs(eslint-plugin): [consistent-return] add link tonoImplicitReturns
docs...d8d4b3c
feat(eslint-plugin): [no-unused-var] handle implicit exports in declaration f...9674629
feat: support TypeScript 5.8 (#10903)3c7b8ff
chore: fix integration-tests (#10906)735064a
fix(eslint-plugin): [no-invalid-void-type] reportaccessor
properties with ...a6feb59
fix(eslint-plugin): [unified-signatures] does not differentiate truly private...Updates
@typescript-eslint/parser
from 8.21.0 to 8.26.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
bc6d19f
chore(release): publish 8.26.017e7012
chore(deps): update dependency knip to v5.44.1 (#10845)9674629
feat: support TypeScript 5.8 (#10903)7c88d26
chore: update all test scripts to remove coverage flag (#10582)1a9ab8f
chore(release): publish 8.25.0f3ef20e
chore: update to latest nx and use project references first approach (#10361)3646ec0
chore(release): publish 8.24.187d72ba
chore(release): publish 8.24.02a96020
chore(release): publish 8.23.094e8098
chore(release): publish 8.22.0Updates
eslint-plugin-github
from 5.1.5 to 5.1.8Release notes
Sourced from eslint-plugin-github's releases.
Commits
8ecebe2
Merge pull request #609 from github/update-prettierd3bbb31
update prettier plugin name8a39ace
Merge pull request #608 from github/kh-update-confige5b0378
Update lib/configs/react.js9e465e8
update comma570ca64
Don't flag ul with role='list'ec2cbb6
chore(deps): bump@eslint/compat
in the all-dependencies group (#607)a40a2b9
Merge pull request #605 from github/update-eslint-comments-no-only-tests-name5e285aa
update names back to original for eslint-comments and no-only-tests1c04510
chore(deps): bump the all-dependencies group with 3 updates (#604)Updates
eslint-plugin-jsonc
from 2.18.2 to 2.19.1Release notes
Sourced from eslint-plugin-jsonc's releases.
Changelog
Sourced from eslint-plugin-jsonc's changelog.
Commits
c59eaa0
chore: release eslint-plugin-jsonc (#393)623ee67
fix: more improve auto-fix of sort rules (#392)542ed5e
chore: release eslint-plugin-jsonc (#391)5950e3d
feat: improve auto-fix of sort rules (#390)68f8650
chore(deps): update dependency@eslint/json
to ^0.10.0 (#389)2dc3d18
docs: run updatec52b4ce
updatead73c93
docs: update readmea9f9444
chore(deps): update dependency eslint-config-prettier to v10 (#388)156d669
chore(deps): update dependency stylelint-config-standard to v37 (#387)Updates
prettier
from 3.4.2 to 3.5.3Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
Commits
4ff5dc5
Release 3.5.3a2e560e
Fix missing parentheses inConditionalTypeAnnotation
(#17196)fa95c97
AddmergeBlogPost
step to release script (#17199)b47cd50
Add title to patch release changelog (#17197)de30788
Minor fix in release scriptecee6a0
Clean changelog_unreleasedfd06512
Bump Prettier dependency to 3.5.21f74dd5
Update dependents count399f427
Release 3.5.2bf5aab8
Revert "Use ESM entrypoint forrequire(ESM)
" (#17156)Updates
ts-jest
from 29.2.5 to 29.2.6Release notes
Sourced from ts-jest's releases.
Changelog
Sourced from ts-jest's changelog.
Commits
6a38767
chore(release): 29.2.636e50e4
docs: update transform regex8c91c60
fix: escape dot forJS_TRANSFORM_PATTERN
regex3eea850
fix: escape dot forTS_JS_TRANSFORM_PATTERN
regex80d3e4d
fix: escape dot forTS_TRANSFORM_PATTERN
regex4811d42
build(deps): Update JamesIves/github-pages-deploy-action action to v4.7.382d1116
build(deps): Update babel monorepo to ^7.26.9ab058a9
build(deps): Update dependency@types/node
to v20.17.19399e918
build(deps): Update dependency@formatjs/ts-transformer
to ^3.13.3254181f1
build(deps): Update dependency@vitejs/plugin-react-swc
to ^3.8.0Updates
typescript
from 5.7.3 to 5.8.2Release notes
Sourced from typescript's releases.
Commits
beb69e4
Bump version to 5.8.2 and LKG8fdbd54
🤖 Pick PR #61210 (Fix mistakenly disallowed default e...) into release-5.8 (#...f4a3a8a
🤖 Pick PR #61175 (Ban import=require and export= unde...) into release-5.8 (#...420ff06
Bump version to 5.8.1-rc and LKG48eb13f
Update LKGfb59c19
Merge remote-tracking branch 'origin/main' into release-5.8df342b7
FixedrewriteRelativeImportExtensions
forimport()
within call expression...775412a
Bump github/codeql-action from 3.28.8 to 3.28.9 in the github-actions group (...e1629e5
Pass ignoreErrors=true to more resolveEntityName callers (#61144)6fd1799
Update LKGDependabot 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