Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency eslint to v8 #1489

Merged
merged 1 commit into from Oct 9, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 7.32.0 -> 8.51.0 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

v8.51.0

Compare Source

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#​17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#​17600) (Yosuke Ota)

Bug Fixes

  • f976b2f fix: make rule severity case-sensitive in flat config (#​17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#​17584) (Nicholas C. Zakas)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#​17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#​17618) (Nicholas C. Zakas)

Documentation

  • ee5be81 docs: default to sourceType: "module" in rule examples (#​17615) (Francesco Trotta)
  • 1aa26df docs: Add more examples for multiline-ternary (#​17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#​17601) (Percy Ma)
  • 1866da5 docs: Update README (GitHub Actions Bot)

Chores

v8.50.0

Compare Source

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#​17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#​17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#​17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#​17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#​17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#​17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#​17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#​17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#​17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#​17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#​17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

v8.49.0

Compare Source

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#​17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#​17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#​17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#​17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#​17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

v8.48.0

Compare Source

Features
  • 1fbb3b0 feat: correct update direction in for-direction (#​17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#​17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#​17282) (nopeless)
Bug Fixes
  • 7234f6a fix: update RuleTester JSDoc and deprecations (#​17496) (Jonas Berlin)
Documentation
  • 7a51d77 docs: no-param-reassign mention strict mode (#​17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#​17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#​17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#​17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#​17465) (Nitin Kumar)
Chores

v8.47.0

Compare Source

Features

  • 53d7508 feat: update regex for methods with thisArg (#​17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#​17447) (Francesco Trotta)

Documentation

Chores

v8.46.0

Compare Source

Features

Bug Fixes

  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#​17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#​17358) (Matt Wilkinson)

Documentation

  • 4d474e3 docs: update with TypeScript info (#​17423) (James)
  • 091f44e docs: File extension named processor deprecation (#​17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#​17403) (Tanuj Kanti)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#​17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#​17390) (Francesco Trotta)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#​17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)

Chores

  • d1eb7e4 chore: Update ecosystem dependencies (#​17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0aa0bc3 chore: Add PRs to triage project (#​17421) (Nicholas C. Zakas)

v8.45.0

Compare Source

Features
  • cdd063c feat: Expose LegacyESLint in unsupported API (#​17341) (Nicholas C. Zakas)
  • d34abe5 feat: fix indent rule for else-if (#​17318) (Milos Djermanovic)
Bug Fixes
  • b79b6fb fix: Fix suggestion message in no-useless-escape (#​17339) (Francesco Trotta)
  • c667055 fix: provide unique fix and fix.range objects in lint messages (#​17332) (Milos Djermanovic)
Documentation
  • 89f3225 docs: add playground links to correct and incorrect code blocks (#​17306) (Josh Goldberg ✨)
  • f8892b5 docs: Expand rule option schema docs (#​17198) (Matt Wilkinson)
  • 8bcbf11 docs: Config Migration Guide (#​17230) (Ben Perlmutter)
  • bb30908 docs: Update README (GitHub Actions Bot)
  • 84d243b docs: Update README (GitHub Actions Bot)
  • b762632 docs: Update README (GitHub Actions Bot)
  • 138c096 docs: add more prefer-destructuring examples with array destructuring (#​17330) (Milos Djermanovic)
  • 1fc50a8 docs: max-len rule code and tabWidth as positional arguments (#​17331) (Jesús Leganés-Combarro)
Chores

v8.44.0

Compare Source

Features

  • 1766771 feat: add es2023 and es2024 environments (#​17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#​17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#​17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (#​17311) (Milos Djermanovic)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#​17302) (Brad Zacher)
  • 1866e1d feat: allow flat config files to export a Promise (#​17301) (Milos Djermanovic)

Bug Fixes

  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#​17320) (Gweesin Chan)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#​17314) (Francesco Trotta)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#​17297) (Francesco Trotta)

Documentation

Chores

v8.43.0

Compare Source

Features

  • 14581ff feat: directive prologue detection and autofix condition in quotes (#​17284) (Francesco Trotta)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#​17252) (Milos Djermanovic)
  • 1b7faf0 feat: add skipJSXText option to no-irregular-whitespace rule (#​17182) (Azat S)

Bug Fixes

  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#​17277) (Milos Djermanovic)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#​17022) (Francesco Trotta)

Documentation

Chores

v8.42.0

Compare Source

Features
  • b8448ff feat: correct no-useless-return behaviour in try statements (#​16996) (Nitin Kumar)
Bug Fixes
  • a589636 fix: Config with ignores and without files should not always apply (#​17181) (Milos Djermanovic)
  • c4fad17 fix: Correct ignore message for "node_modules" subfolders (#​17217) (Francesco Trotta)
Documentation
  • 01d7142 docs: Update README (GitHub Actions Bot)
  • e5182b7 docs: Update README (GitHub Actions Bot)
Chores

v8.41.0

Compare Source

Features

  • 880a431 feat: change default ignore pattern to **/node_modules/ in flat config (#​17184) (Milos Djermanovic)
  • 8bf5505 feat: expose shouldUseFlatConfig (#​17169) (Connor Prussin)

Bug Fixes

  • 4f5440d fix: incorrect warning message for ignored dotfiles (#​17196) (Milos Djermanovic)
  • 94da96c fix: unify LintMessage type (#​17076) (Brandon Mills)
  • 0c415cd fix: validate ignorePatterns constructor option in FlatESLint class (#​17139) (Milos Djermanovic)
  • 9682d66 fix: switch grapheme-splitter to graphemer (#​17160) (fisker Cheung)

Documentation

  • 7709b14 docs: Update README (GitHub Actions Bot)
  • 7f183e0 docs: Update triage process description (#​17157) (Nicholas C. Zakas)
  • b68346b docs: fix license to reflect relicensing of jshint (#​17165) (Stefan Bischof)

Chores

v8.40.0

Compare Source

Features

  • 5db7808 feat: improve flat config errors for invalid rule options and severities (#​17140) (Josh Goldberg ✨)
  • f5574dc feat: Add findConfigFile() method to FlatESLint (#​17142) (Nicholas C. Zakas)
  • e52b98b feat: add sourceCode property to the rule context (#​17107) (Nitin Kumar)
  • 1468f5b feat: add physicalFilename property to the rule context (#​17111) (Nitin Kumar)
  • 0df4d4f feat: add cwd to rule context (#​17106) (Nitin Kumar)
  • 52018f2 feat: add filename property to the rule context (#​17108) (Nitin Kumar)
  • 559ff4e feat: add new omitLastInOneLineClassBody option to the semi rule (#​17105) (Nitin Kumar)

Bug Fixes

  • f076e54 fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#​17151) (Nicholas C. Zakas)

Documentation

  • e980bf3 docs: Update README (GitHub Actions Bot)
  • e92a6fc docs: Update README (GitHub Actions Bot)
  • af5fe64 docs: Fix custom rule schema docs (#​17115) (Adam Jones)
  • 4a352a9 docs: explain how to include predefined globals (#​17114) (Marcus Wyatt)
  • 5ea15d9 docs: add mastodon link in readme (#​17110) (唯然)

Chores

v8.39.0

Compare Source

Features

  • 3f7af9f feat: Implement SourceCode#markVariableAsUsed() (#​17086) (Nicholas C. Zakas)

Documentation

  • 6987dc5 docs: Fix formatting in Custom Rules docs (#​17097) (Milos Djermanovic)
  • 4ee92e5 docs: Update README (GitHub Actions Bot)
  • d8e9887 docs: Custom Rules cleanup/expansion (#​16906) (Ben Perlmutter)
  • 1fea279 docs: Clarify how to add to tsc agenda (#​17084) (Nicholas C. Zakas)
  • 970ef1c docs: Update triage board location (Nicholas C. Zakas)
  • 6d8bffd docs: Update README (GitHub Actions Bot)

Chores

v8.38.0

Compare Source

Features

  • a1d561d feat: Move getDeclaredVariables and getAncestors to SourceCode (#​17059) (Nicholas C. Zakas)

Bug Fixes

  • 1c1ece2 fix: do not report on RegExp(...args) in require-unicode-regexp (#​17037) (Francesco Trotta)

Documentation

  • 7162d34 docs: Mention new config system is complete (#​17068) (Nicholas C. Zakas)
  • 0fd6bb2 docs: Update README (GitHub Actions Bot)
  • c83531c docs: Update/remove external links, eg. point to eslint-community (#​17061) (Pelle Wessman)
  • a3aa6f5 docs: Clarify no-div-regex rule docs (#​17051) (Francesco Trotta)
  • b0f11cf docs: Update README (GitHub Actions Bot)
  • da8d52a docs: Update the second object instance for the "no-new" rule (#​17020) (Ahmadou Waly NDIAYE)
  • 518130a docs: switch language based on current path (#​16687) (Percy Ma)
  • 24206c4 docs: Update README (GitHub Actions Bot)

Chores


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot assigned njzjz Oct 9, 2021
@renovate renovate bot requested a review from njzjz October 9, 2021 22:29
@vercel
Copy link

vercel bot commented Oct 9, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/tongzhugroup/chemicaltools-web/8XTfFqZosLUkz7fXRTRHeC7F4G3F
✅ Preview: Failed

[Deployment for a506f12 failed]

@cloudflare-pages
Copy link

cloudflare-pages bot commented Oct 9, 2021

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: dcffc81
Status:⚡️  Build in progress...

View logs

@renovate renovate bot force-pushed the renovate/eslint-8.x branch 9 times, most recently from 5db2a79 to 2298883 Compare October 9, 2023 01:54
github-merge-queue bot pushed a commit that referenced this pull request Oct 9, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cordova-android](https://togithub.com/apache/cordova-android) |
[`^9.0.0` ->
`^12.0.0`](https://renovatebot.com/diffs/npm/cordova-android/9.1.0/12.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/cordova-android/12.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cordova-android/12.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cordova-android/9.1.0/12.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cordova-android/9.1.0/12.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>apache/cordova-android (cordova-android)</summary>

###
[`v12.0.1`](https://togithub.com/apache/cordova-android/blob/HEAD/RELEASENOTES.md#1201-Aug-23-2023)

[Compare
Source](https://togithub.com/apache/cordova-android/compare/12.0.0...12.0.1)

- [GH-1632](https://togithub.com/apache/cordova-android/pull/1632)
fix(android): `monochrome` checks
- [GH-1649](https://togithub.com/apache/cordova-android/pull/1649)
chore: rebuild `package-lock` w/ lint corrections

###
[`v12.0.0`](https://togithub.com/apache/cordova-android/blob/HEAD/RELEASENOTES.md#1200-May-20-2023)

[Compare
Source](https://togithub.com/apache/cordova-android/compare/11.0.0...12.0.0)

**Breaking:**

- [GH-1605](https://togithub.com/apache/cordova-android/pull/1605) fix!:
Make `CoreAndroid` plugin instantiate on load
- [GH-1539](https://togithub.com/apache/cordova-android/pull/1539)
feat!: bump Gradle 7.6 & AGP 7.4.2
- [GH-1571](https://togithub.com/apache/cordova-android/pull/1571)
feat!: bump min SDK to 24
- [GH-1538](https://togithub.com/apache/cordova-android/pull/1538)
feat!: bump target sdk & build tools for SDK 33 support
- [GH-1540](https://togithub.com/apache/cordova-android/pull/1540)
feat!: bump node engine requirement `>=16.13.0`
- [GH-1597](https://togithub.com/apache/cordova-android/pull/1597)
deprecate: `CoreAndroid.getBuildConfigValue`
- [GH-1541](https://togithub.com/apache/cordova-android/pull/1541)
dep(npm)!: bump acceptable modules w/ rebuilt `package-lock`
- [GH-1566](https://togithub.com/apache/cordova-android/pull/1566)
dep(npm)!: bump `cordova-common@5.0.0`

**Features:**

- [GH-1602](https://togithub.com/apache/cordova-android/pull/1602) feat:
add `listTarget` api
- [GH-1574](https://togithub.com/apache/cordova-android/pull/1574) feat:
add plugin hooks for `WebViewClient.onRenderProcessGone`
- [GH-1594](https://togithub.com/apache/cordova-android/pull/1594) feat:
bump default `kotlin` to version 1.7.21
- [GH-1550](https://togithub.com/apache/cordova-android/pull/1550) feat:
add `monochrome` app icon support
- [GH-1589](https://togithub.com/apache/cordova-android/pull/1589) feat:
`InspectableWebview` preference
- [GH-1568](https://togithub.com/apache/cordova-android/pull/1568) feat:
bump `androidx.appcompat.appcompat` 1.6.1
- [GH-1567](https://togithub.com/apache/cordova-android/pull/1567) feat:
bump `androidx.webkit.webkit` 1.6.0
- [GH-1545](https://togithub.com/apache/cordova-android/pull/1545) feat:
bump `androidx.webkit.webkit` 1.5.0
- [GH-1547](https://togithub.com/apache/cordova-android/pull/1547) feat:
bump `com.google.gms.google-services` 4.3.15
- [GH-1546](https://togithub.com/apache/cordova-android/pull/1546) feat:
bump `androidx.core.core-splashscreen` 1.0.0
- [GH-1544](https://togithub.com/apache/cordova-android/pull/1544) feat:
bump `androidx.appcompat.appcompat` 1.5.1

**Fixes:**

- [GH-1606](https://togithub.com/apache/cordova-android/pull/1606) fix:
Gradle Args parsing
- [GH-1575](https://togithub.com/apache/cordova-android/pull/1575)
fix(`BuildHelper`): get package name from `ApplicationInfo`
- [GH-1595](https://togithub.com/apache/cordova-android/pull/1595)
fix(test): Native test namespace refactor
- [GH-1471](https://togithub.com/apache/cordova-android/pull/1471) fix:
`ANDROID_HOME` is the new default, to check first and give advice
- [GH-1573](https://togithub.com/apache/cordova-android/pull/1573)
fix([GH-1432](https://togithub.com/apache/cordova-android/issues/1432)):
Default `content` `src` when content tag is missing
- [GH-1506](https://togithub.com/apache/cordova-android/pull/1506) fix:
only do fadeout animation if `FadeSplashScreen` is true
- [GH-1505](https://togithub.com/apache/cordova-android/pull/1505) fix:
correctly flag API dependency on `AppCompat` for Maven
- [GH-1487](https://togithub.com/apache/cordova-android/pull/1487) fix:
Add **Android** prefix to `WindowSplashScreenBrandingImage`
- [GH-1489](https://togithub.com/apache/cordova-android/pull/1489) fix:
import type definitions from obsolete `cordova-plugin-splashscreen`

**Chores, Refactor,  Dependencies & CI:**

- [GH-1493](https://togithub.com/apache/cordova-android/pull/1493)
chore: add `lint:fix` script for fixing lint errors
- [GH-1491](https://togithub.com/apache/cordova-android/pull/1491)
chore: Use gradle 7.4.2 distribution url
- [GH-1588](https://togithub.com/apache/cordova-android/pull/1588)
refactor: Removed obsolete version code checks
- [GH-1492](https://togithub.com/apache/cordova-android/pull/1492)
refactor: replace deprecated `Handler` constructor
- [GH-1587](https://togithub.com/apache/cordova-android/pull/1587) dep:
bump npm dependencies
    -   `fs-extra@11.1.1`
    -   `nopt@7.1.0`
    -   `@cordova/eslint-config@5.0.0`
    -   `jasmine@4.6.0`
- [GH-1607](https://togithub.com/apache/cordova-android/pull/1607) ci:
Added NodeJS 20.x to the workflow matrix
- [GH-1542](https://togithub.com/apache/cordova-android/pull/1542)
ci(workflow): update `codecov/codecov-action@v3`
- [GH-1532](https://togithub.com/apache/cordova-android/pull/1532) ci:
update `codecov/codecov-action` reporting format

###
[`v11.0.0`](https://togithub.com/apache/cordova-android/blob/HEAD/RELEASENOTES.md#1100-Jul-04-2022)

[Compare
Source](https://togithub.com/apache/cordova-android/compare/10.1.2...11.0.0)

**Breaking:**

- [GH-1441](https://togithub.com/apache/cordova-android/pull/1441)
feat!: **Android** 12 splash screen
- [GH-1427](https://togithub.com/apache/cordova-android/pull/1427)
feat!: API 32 support
- [GH-1410](https://togithub.com/apache/cordova-android/pull/1410)
feat!: API 31 support
- [GH-1444](https://togithub.com/apache/cordova-android/pull/1444) fix!:
set & use `ANDROID_HOME` as default
- [GH-1411](https://togithub.com/apache/cordova-android/pull/1411)
chore!: Drop Node 12 support

**Features:**

- [GH-1448](https://togithub.com/apache/cordova-android/pull/1448) feat:
Update `androidx.appcompat` version
- [GH-1446](https://togithub.com/apache/cordova-android/pull/1446) feat:
Update gradle plugin version
- [GH-1447](https://togithub.com/apache/cordova-android/pull/1447) feat:
Update google services pluging
- [GH-1431](https://togithub.com/apache/cordova-android/pull/1431) feat:
support custom `compileSdk` setting
- [GH-1311](https://togithub.com/apache/cordova-android/pull/1311) feat:
added support for BoM imports

**Fixes:**

- [GH-1455](https://togithub.com/apache/cordova-android/pull/1455)
fix(`prepare`): `destFile` path separator
- [GH-1453](https://togithub.com/apache/cordova-android/pull/1453) fix:
support installing platfrom from local git checkout
- [GH-1449](https://togithub.com/apache/cordova-android/pull/1449) fix:
accept file cookies only if `AndroidInsecureFileModeEnabled`
- [GH-1443](https://togithub.com/apache/cordova-android/pull/1443) fix:
force `hostname` to lowercase
- [GH-1434](https://togithub.com/apache/cordova-android/pull/1434) fix:
restore `checkReqs` in `prepare.js`
- [GH-1154](https://togithub.com/apache/cordova-android/pull/1154) fix:
move `MainActivity.java` to folder that tracks the app package name
(widget id)

**Chores, Dependencies & CI:**

- [GH-1451](https://togithub.com/apache/cordova-android/pull/1451)
chore: display warning on deprecated `<splash>` tag usage
- [GH-1430](https://togithub.com/apache/cordova-android/pull/1430)
chore: remove unneeded deprecated annotation
- [GH-1421](https://togithub.com/apache/cordova-android/pull/1421)
chore(npm): bump `@cordova/eslint-config@^4.0.0`
- [GH-1420](https://togithub.com/apache/cordova-android/pull/1420)
chore(npm): bump dependencies
- [GH-1452](https://togithub.com/apache/cordova-android/pull/1452) dep:
bump `jasmine@4.2.1` w/ `package-lock` rebuild
- [GH-1439](https://togithub.com/apache/cordova-android/pull/1439) ci:
update github action workflow
- [GH-1424](https://togithub.com/apache/cordova-android/pull/1424) ci:
Added Node 18 to test matrix

###
[`v10.1.2`](https://togithub.com/apache/cordova-android/blob/HEAD/RELEASENOTES.md#1012-Apr-11-2022)

[Compare
Source](https://togithub.com/apache/cordova-android/compare/10.1.1...10.1.2)

**Fixes:**

- [GH-1372](https://togithub.com/apache/cordova-android/pull/1372)
fix(`AndroidManifest`): explicitly define the `activity` attribute
`android:exported`
- [GH-1406](https://togithub.com/apache/cordova-android/pull/1406) fix:
detect `JAVA_HOME` with Java 11
- [GH-1401](https://togithub.com/apache/cordova-android/pull/1401)
fix([GH-1391](https://togithub.com/apache/cordova-android/issues/1391)):
Reword minimum build tools version to make it more clear what is
actually required.
- [GH-1384](https://togithub.com/apache/cordova-android/pull/1384) fix:
escape `strings.xml` app name

**Chores:**

- [GH-1413](https://togithub.com/apache/cordova-android/pull/1413)
chore: update `package-lock` to satisfy `npm audit`
- [GH-1348](https://togithub.com/apache/cordova-android/pull/1348)
chore: `npmrc`

###
[`v10.1.1`](https://togithub.com/apache/cordova-android/blob/HEAD/RELEASENOTES.md#1011-Sep-13-2021)

[Compare
Source](https://togithub.com/apache/cordova-android/compare/10.1.0...10.1.1)

**Fixes:**

- [GH-1349](https://togithub.com/apache/cordova-android/pull/1349)
fix(`PluginManager`): `AllowNavigation` default policy to handle scheme
& hostname
- [GH-1342](https://togithub.com/apache/cordova-android/pull/1342)
fix(`AllowListPlugin`): Safely handle default allow navigation policy in
allow request
- [GH-1332](https://togithub.com/apache/cordova-android/pull/1332)
fix(`PluginManager`): `AllowBridgeAccess` default policy to handle
scheme & hostname

###
[`v10.1.0`](https://togithub.com/apache/cordova-android/blob/HEAD/RELEASENOTES.md#1010-Aug-13-2021)

[Compare
Source](https://togithub.com/apache/cordova-android/compare/10.0.1...10.1.0)

**Features:**

- [GH-1213](https://togithub.com/apache/cordova-android/pull/1213) feat:
unify `create` default values & stop project name transform
- [GH-1306](https://togithub.com/apache/cordova-android/pull/1306) feat:
bump `ANDROIDX_APP_COMPAT@1.3.1`
- [GH-1303](https://togithub.com/apache/cordova-android/pull/1303) feat:
bump `Google Services Gradle Plugin@4.3.8`
- [GH-1302](https://togithub.com/apache/cordova-android/pull/1302) feat:
bump `kotlin@1.5.21`
- [GH-1298](https://togithub.com/apache/cordova-android/pull/1298) feat:
support `http` w/ `content` `src` fix

**Fixes:**

- [GH-1214](https://togithub.com/apache/cordova-android/pull/1214) fix:
display project name in Android Studio
- [GH-1300](https://togithub.com/apache/cordova-android/pull/1300) fix:
fall back to project root `repositories.gradle`

**Docs:**

- [GH-1308](https://togithub.com/apache/cordova-android/pull/1308) doc:
update `README` about development & testing

###
[`v10.0.1`](https://togithub.com/apache/cordova-android/blob/HEAD/RELEASENOTES.md#1001-Jul-27-2021)

[Compare
Source](https://togithub.com/apache/cordova-android/compare/10.0.0...10.0.1)

**Fixes:**

- [GH-1295](https://togithub.com/apache/cordova-android/pull/1295) fix:
`maven-publish` setup
- [GH-1293](https://togithub.com/apache/cordova-android/pull/1293) fix:
`gradle` build tools config
- [GH-1294](https://togithub.com/apache/cordova-android/pull/1294) fix:
automatic latest build tools finding
- [GH-1287](https://togithub.com/apache/cordova-android/pull/1287) fix:
Google Services Gradle Plugin version check failure

**Chores:**

- [GH-1291](https://togithub.com/apache/cordova-android/pull/1291)
chore: add missing release notes
- [GH-1286](https://togithub.com/apache/cordova-android/pull/1286)
chore: update `README` requirements

###
[`v10.0.0`](https://togithub.com/apache/cordova-android/blob/HEAD/RELEASENOTES.md#1000-Jul-17-2021)

[Compare
Source](https://togithub.com/apache/cordova-android/compare/9.1.0...10.0.0)

**Breaking:**

- [GH-1052](https://togithub.com/apache/cordova-android/pull/1052)
feat!: only support `AndroidX`
- [GH-1137](https://togithub.com/apache/cordova-android/pull/1137)
feat!: implement `WebViewAssetLoader`
- [GH-1268](https://togithub.com/apache/cordova-android/pull/1268)
feat!: release build defaults to `aab` package type
- [GH-1182](https://togithub.com/apache/cordova-android/pull/1182)
feat!: bump `target sdk@30` w/ `build-tool@30.0.3`
- [GH-1257](https://togithub.com/apache/cordova-android/pull/1257)
feat!: upgrade `gradle@7.1.1`
- [GH-1197](https://togithub.com/apache/cordova-android/pull/1197)
feat!: upgrade `gradle@6.8.3`
- [GH-1256](https://togithub.com/apache/cordova-android/pull/1256)
feat!: upgrade `kotlin@1.5.20`
- [GH-1204](https://togithub.com/apache/cordova-android/pull/1204)
feat!: upgrade `kotlin@1.4.32`
- [GH-1200](https://togithub.com/apache/cordova-android/pull/1200)
feat!: upgrade `kotlin@1.4.31`
- [GH-1255](https://togithub.com/apache/cordova-android/pull/1255)
feat!: upgrade `android-gradle-plugin@4.2.2`
- [GH-1232](https://togithub.com/apache/cordova-android/pull/1232)
feat!: upgrade `android-gradle-plugin@4.2.1`
- [GH-1198](https://togithub.com/apache/cordova-android/pull/1198)
feat!: upgrade `android-gradle-plugin@4.1.3`
- [GH-1199](https://togithub.com/apache/cordova-android/pull/1199)
feat!: upgrade `Google Services Gradle Plugin@4.3.5`
- [GH-1262](https://togithub.com/apache/cordova-android/pull/1262)
feat!: bump `appcompat@1.3.0`
- [GH-1258](https://togithub.com/apache/cordova-android/pull/1258)
feat!: bump `android.webkit@1.4.0`
- [GH-1252](https://togithub.com/apache/cordova-android/pull/1252)
feat!: drop abandoned `com.github.dcendents:android-maven-gradle-plugin`
- [GH-1212](https://togithub.com/apache/cordova-android/pull/1212)
feat!: unify & fix gradle library/tooling overrides
- [GH-1138](https://togithub.com/apache/cordova-android/pull/1138)
feat(allow-list)!: integrate and refactor core plugin
- [GH-1201](https://togithub.com/apache/cordova-android/pull/1201)
feat!: upgrade jfrog `gradle-bintray-plugin@1.8.5`
- [GH-1279](https://togithub.com/apache/cordova-android/pull/1279)
chore!: bump all dependencies
- [GH-1278](https://togithub.com/apache/cordova-android/pull/1278)
chore!: drop `node` 10 support
- [GH-1205](https://togithub.com/apache/cordova-android/pull/1205)
chore! (`npm`): update all dependencies
- [GH-1274](https://togithub.com/apache/cordova-android/pull/1274)
cleanup!: remove deprecated settings & add todo comments
- [GH-1048](https://togithub.com/apache/cordova-android/pull/1048)
cleanup!: remove `keystore` password prompt
- [GH-1251](https://togithub.com/apache/cordova-android/pull/1251)
cleanup!: drop `jcenter` & update dependencies
- [GH-1269](https://togithub.com/apache/cordova-android/pull/1269)
refactor!: do not copy JS lib to platform project
- [GH-1270](https://togithub.com/apache/cordova-android/pull/1270)
refactor(Api)!: use version from `package.json`
- [GH-1266](https://togithub.com/apache/cordova-android/pull/1266)
refactor(run)!: `run` method
- [GH-1083](https://togithub.com/apache/cordova-android/pull/1083)
refactor!: drop support for `android` SDK tool
- [GH-1100](https://togithub.com/apache/cordova-android/pull/1100)
refactor!: remove most platform binaries

**Features:**

- [GH-1241](https://togithub.com/apache/cordova-android/pull/1241) feat:
remove `java` 1.8 version check
- [GH-1254](https://togithub.com/apache/cordova-android/pull/1254) feat:
support `webkit` version override
- [GH-1229](https://togithub.com/apache/cordova-android/pull/1229) feat:
`CORDOVA_JAVA_HOME` env variable
- [GH-1222](https://togithub.com/apache/cordova-android/pull/1222) feat:
add backwards compatibility mode for `WebViewAssetLoader`
- [GH-1166](https://togithub.com/apache/cordova-android/pull/1166) feat:
overload `PluginEntry` constructor to set onload property
- [GH-1208](https://togithub.com/apache/cordova-android/pull/1208) feat:
allow `appcompat` version to be configurable
- [GH-1047](https://togithub.com/apache/cordova-android/pull/1047) feat:
Deprecated `onRequestPermissionResult` in favour for
`onRequestPermissionsResult` for consistency

**Fixes:**

- [GH-1283](https://togithub.com/apache/cordova-android/pull/1283) fix:
add missing apache-license header to `getASPath.bat`
- [GH-1275](https://togithub.com/apache/cordova-android/pull/1275) fix:
add `WebViewAssetloader` to default allow list
- [GH-1216](https://togithub.com/apache/cordova-android/pull/1216) fix:
request focus after custom view hided
- [GH-1264](https://togithub.com/apache/cordova-android/pull/1264) fix:
missing `super.onRequestPermissionsResult` error (`MissingSuperCall`)
- [GH-563](https://togithub.com/apache/cordova-android/pull/563)
fix(build): support tilde expansion on Windows
- [GH-1220](https://togithub.com/apache/cordova-android/pull/1220)
fix(`requirements` check): use regex to get java version from javac
output
- [GH-1227](https://togithub.com/apache/cordova-android/pull/1227)
fix(prepare): delete splash screens if none are used
- [GH-1228](https://togithub.com/apache/cordova-android/pull/1228) fix:
java checks
- [GH-1276](https://togithub.com/apache/cordova-android/pull/1276) fix:
remove forced default `gradle.daemon` setting

**Refactors:**

- [GH-1265](https://togithub.com/apache/cordova-android/pull/1265)
refactor: do not infer project root from script location
- [GH-1267](https://togithub.com/apache/cordova-android/pull/1267)
refactor: use target SDK of built APK to determine best emulator
- [GH-1253](https://togithub.com/apache/cordova-android/pull/1253)
refactor: `gradle` cleanup
- [GH-1260](https://togithub.com/apache/cordova-android/pull/1260)
refactor(`check_reqs`): drop `originalError` param from
`check_android_target`
- [GH-1246](https://togithub.com/apache/cordova-android/pull/1246)
refactor(`env/java`): improve tests and implementation

**Chores & Cleanup:**

- [GH-1273](https://togithub.com/apache/cordova-android/pull/1273)
chore: remove old `VERSION` file
- [GH-1272](https://togithub.com/apache/cordova-android/pull/1272)
cleanup: delete old ANT & Eclipse files
- [GH-1141](https://togithub.com/apache/cordova-android/pull/1141)
cleanup: remove app cache settings

**CI, Build & Testing:**

- [GH-1218](https://togithub.com/apache/cordova-android/pull/1218) ci:
Add `Node16` to CI matrix
- [GH-1271](https://togithub.com/apache/cordova-android/pull/1271)
build: build `cordova.js` during npm prepare
- [GH-1207](https://togithub.com/apache/cordova-android/pull/1207)
test(`AndroidManifest`): update theme to `Theme.AppCompat.NoActionBar`
- [GH-1263](https://togithub.com/apache/cordova-android/pull/1263)
test(`check_reqs`): do not hardcode `DEFAULT_TARGET_API`
- [GH-1259](https://togithub.com/apache/cordova-android/pull/1259)
test(`prepare`): factor out common vars

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/chemicaltools/chemicaltools-web).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/eslint-8.x branch 4 times, most recently from 06c5713 to 9047013 Compare October 9, 2023 04:18
@njzjz njzjz added this pull request to the merge queue Oct 9, 2023
Merged via the queue into master with commit adf52ad Oct 9, 2023
2 of 3 checks passed
@njzjz njzjz deleted the renovate/eslint-8.x branch October 9, 2023 04:29
@github-actions
Copy link

🎉 This PR is included in version 3.1.233 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant