Closed dependabot[bot] closed 2 weeks ago
CI is running/has finished running commands for commit 52fc5806085a730f25d3a8960d8456bca96e472c. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.1% Duplication on New Code
This pull request includes various changes across multiple files, focusing on improving TypeScript usage, updating ESLint configurations, and refining error handling. The most important changes are categorized below:
TypeScript and ESLint Configuration Updates:
.eslintrc.json
to extend recommended ESLint and TypeScript rules and removed specific rules for extra semicolons.TypeScript Enhancements:
Hit
andCustomHits
components inapps/acf-configs/src/components/search/hits.tsx
to use specific TypeScript types instead ofany
. [1] [2]webpack.config.js
files across different directories. [1] [2] [3]Error Handling Improvements:
context-menu.ts
,index.ts
,config.ts
,popup.ts
,local_storage.ts
,editable-cell.tsx
,common.events.ts
,key.events.ts
, andkeyboard.events.ts
. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]Configuration and Dependency Updates:
verdaccio
configuration file as it is no longer needed.translate-message.js
,translate-web.js
, andtranslate.common.js
. [1] [2] [3]Jest Configuration Update:
jest.config.ts
to use asynchronous project retrieval withgetJestProjectsAsync
.Bumps @typescript-eslint/eslint-plugin from 7.18.0 to 8.13.0.
Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
ac1f632
chore(release): publish 8.13.0f83a591
fix(eslint-plugin): [switch-exhaustiveness-check] add support for covering a ...3b97b55
chore: enable eslint-plugin-perfectionist on the rest of the repo (#10189)c1fe3ea
feat(eslint-plugin): [only-throw-error] add allow option (#10221)d90cc59
chore: update eslint version internally to latest (#10244)5bd4c0a
fix(eslint-plugin): [consistent-type-definitions] don't leave trailing parens...d9e5da1
fix(eslint-plugin): [no-deprecated] report when exported class implements/ext...1e633c7
fix(eslint-plugin): [no-deprecated] report on deprecated variables used insid...05ed7e6
docs: fix prefer-nullish-coalescing.mdxbe3a224
feat(eslint-plugin): [prefer-nullish-coalescing] add option `ignoreBooleanCoe...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