[forward-ref-uses-ref]: add rule for checking ref parameter is added (#3667[] @NotWoods)
Fixed
[function-component-definition], boolean-prop-naming, [jsx-first-prop-new-line], [jsx-props-no-multi-spaces], propTypes: use type args (#3629[] @HenryBrown0)
[jsx-no-literals] Add elementOverrides option and the ability to ignore this rule on specific elements (#3812[] @Pearce-Ropion)
[forward-ref-uses-ref]: add rule for checking ref parameter is added (#3667[] @NotWoods)
Fixed
[function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces], propTypes: use type args (#3629[] @HenryBrown0)
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dependencies group with 13 updates:
19.4.1
19.5.0
19.4.1
19.5.0
2.7.2
2.8.0
2.7.2
2.8.0
22.5.4
22.5.5
8.4.0
8.5.0
8.4.0
8.5.0
19.4.1
19.5.0
7.35.2
7.36.1
9.1.5
9.1.6
19.6.5
19.7.3
5.5.4
5.6.2
8.4.0
8.5.0
Updates
@commitlint/cli
from 19.4.1 to 19.5.0Release notes
Sourced from
@commitlint/cli
's releases.Changelog
Sourced from
@commitlint/cli
's changelog.Commits
7e79af1
v19.5.0d7070d8
feat(cli): use special errorCode for missing rules/config #4142 (#4143)3c4b0fd
chore: replaceexeca
withtinyexec
and Node'schild_process.spawnSync
(...Updates
@commitlint/config-conventional
from 19.4.1 to 19.5.0Release notes
Sourced from
@commitlint/config-conventional
's releases.Changelog
Sourced from
@commitlint/config-conventional
's changelog.Commits
7e79af1
v19.5.0Updates
@stylistic/eslint-plugin-js
from 2.7.2 to 2.8.0Release notes
Sourced from
@stylistic/eslint-plugin-js
's releases.Changelog
Sourced from
@stylistic/eslint-plugin-js
's changelog.Commits
5b045e5
chore: release v2.8.0 (main) (#533)5ea3d6a
feat: remove@types/eslint
8b38a02
chore: linting to sort importsUpdates
@stylistic/eslint-plugin-ts
from 2.7.2 to 2.8.0Release notes
Sourced from
@stylistic/eslint-plugin-ts
's releases.Changelog
Sourced from
@stylistic/eslint-plugin-ts
's changelog.Commits
5b045e5
chore: release v2.8.0 (main) (#533)5ea3d6a
feat: remove@types/eslint
8b38a02
chore: linting to sort importsUpdates
@types/node
from 22.5.4 to 22.5.5Commits
Updates
@typescript-eslint/eslint-plugin
from 8.4.0 to 8.5.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
4d31ebe
chore(release): publish 8.5.0918bdf4
fix(eslint-plugin): [consistent-type-assertions] access parser services lazil...4f6a97b
fix(eslint-plugin): [no-unnecessary-type-parameters] fix AST quick path scope...dbcade8
docs: [no-floating-promises] add MDN link regarding void operator (#9953)ead85a3
fix(eslint-plugin): [no-misused-promises] handle static method (#9951)c49b91f
feat(eslint-plugin): [no-unsafe-argument] differentiate error types (#9920)04d1bd0
docs: mark allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing options as ...cafed6d
chore: enableunicorn/prefer-array-some
(#9932)bee8c9d
chore: enable unicorn/prefer-spread (#9834)fe2a16e
fix(eslint-plugin): [no-unnecessary-type-assertion] fix TSNonNullExpression f...Updates
@typescript-eslint/parser
from 8.4.0 to 8.5.0Release notes
Sourced from
@typescript-eslint/parser
's releases.Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
4d31ebe
chore(release): publish 8.5.04bc801e
chore: enable unicorn/no-array-reduce (#9640)Updates
commitlint
from 19.4.1 to 19.5.0Release notes
Sourced from commitlint's releases.
Changelog
Sourced from commitlint's changelog.
Commits
7e79af1
v19.5.03c4b0fd
chore: replaceexeca
withtinyexec
and Node'schild_process.spawnSync
(...Updates
eslint-plugin-react
from 7.35.2 to 7.36.1Release notes
Sourced from eslint-plugin-react's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-react's changelog.
Commits
59ef14c
Update CHANGELOG and bump version99e15e1
[Fix]jsx-no-literals
: Avoid crashing on valueless boolean propsa09083b
[Fix]no-is-mounted
: fix logic in method name check1df23d2
[actions] fix release scriptb918f02
[meta] add missing rule linkf25251f
Update CHANGELOG and bump versionceb73fe
[New] addforward-ref-uses-ref
rule for checking ref parametered64b24
[Fix]jsx-props-no-spreading
: addexplicitSpread
option to schemaf435df9
[Tests]button-has-type
: add test case with spread0a8092f
[types] add jsdoc type annotationsUpdates
husky
from 9.1.5 to 9.1.6Release notes
Sourced from husky's releases.
Commits
a2d942a
9.1.6b4465ed
fix: add parens around the null coalescing operator to fix issues when npm_co...3b3e7f1
docs(spanish): improve spanish translation (#1504)dcf3aed
dosc: repair support Spanish sponsors links (#1500)c3afd5f
docs: support Spanish documentation (#1499)c5f4f48
docs: support Russian documentation (#1495)Updates
nx
from 19.6.5 to 19.7.3Release notes
Sourced from nx's releases.
... (truncated)
Commits
068b066
fix(core): handleErrors should display error cause if it exists (#27886)42cab26
fix(misc): createNodesV2 plugins should show inference capabilities (#27896)c585aea
fix(nx-cloud): include nxCloudId when generating connect urls (#27882)afd07bb
fix(core): respect filenames of inputs when computing task hash (#27873)9352f83
feat(core): import warns when source and destination directories are differen...5063a4c
fix(core): handle sync generator failures (#27650)c398cbd
docs(core): reword import help text (#27732)0b81de2
fix(release): ensure git commits containing pipe can be parsed reliably (#27840)44da27d
fix(core): take nx-release-publish target defaults into account for implicit ...431fe2a
feat(release): allow local dependency version protocols to be preserved, pnpm...Updates
typescript
from 5.5.4 to 5.6.2Release notes
Sourced from typescript's releases.
Commits
a7e3374
Bump version to 5.6.2 and LKG2063357
🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...4fe7e41
🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...1a03e53
🤖 Pick PR #59761 (this
can be nullish) into release-5.6 (#59762)6212132
Update LKGbbb5faf
🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...e6914a5
Bump version to 5.6.1-rc and LKG34121c4
Update LKG2a30c2a
Merge remote-tracking branch 'origin/main' into release-5.6936a79b
Expose TypeChecker. getAwaitedType to public (#59268)Updates
typescript-eslint
from 8.4.0 to 8.5.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
4d31ebe
chore(release): publish 8.5.04bc801e
chore: enable unicorn/no-array-reduce (#9640)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