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 typescript-eslint monorepo to v7.12.0 #463

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 7.11.0 -> 7.12.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.11.0 -> 7.12.0 age adoption passing confidence
@typescript-eslint/types (source) 7.11.0 -> 7.12.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

🩹 Fixes
  • no-useless-template-expression -> no-unnecessary-template-expression

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check

  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining

  • eslint-plugin: [explicit-member-accessibility] refine report locations

  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares

  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions

  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe

  • eslint-plugin: [member-ordering] also TSMethodSignature can be get/set

❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.12.0

Compare Source

🩹 Fixes
  • types: correct typing ParserOptions
❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/types)

v7.12.0

Compare Source

🩹 Fixes
  • types: correct typing ParserOptions
❤️ Thank You
  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.


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 these updates 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 force-pushed the renovate/typescript-eslint-monorepo branch from d158c41 to f88a274 Compare June 3, 2024 21:58
Copy link

sonarcloud bot commented Jun 3, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@antoinezanardi antoinezanardi merged commit e2408ec into develop Jun 4, 2024
11 checks passed
@antoinezanardi antoinezanardi deleted the renovate/typescript-eslint-monorepo branch June 4, 2024 05:18
antoinezanardi pushed a commit that referenced this pull request Jun 7, 2024
## [1.19.0](v1.18.0...v1.19.0) (2024-06-07)

### 🚀 Features

* **routes:** add ssr rules ([#485](#485)) ([9a2b9f4](9a2b9f4))

### 🎨 Styles

* **home:** improve home page style and animations ([#473](#473)) ([44141f5](44141f5))

### ✅ Tests

* **big-bad-wolf:** acceptance tests and some style for no target playground ([#472](#472)) ([5e6008d](5e6008d))
* **sheriff:** acceptance tests and texts improvements ([#477](#477)) ([02cd42d](02cd42d))

### 🔁 CI

* **renovate:** prevent sonar step with renovate branch and delete dependabot ([#470](#470)) ([e3a71dc](e3a71dc))

### 🧹 Chore

* **deps:** update dependency @vueuse/core to v10.10.0 ([#460](#460)) ([9c7e991](9c7e991))
* **deps:** update dependency @vueuse/nuxt to v10.10.0 ([#461](#461)) ([123c825](123c825))
* **deps:** update dependency prettier to v3.3.1 ([#474](#474)) ([f26527b](f26527b))
* **deps:** update dependency tailwindcss to v3.4.4 ([#476](#476)) ([03ec4c2](03ec4c2))
* **deps:** update dependency tsx to v4.12.0 ([#480](#480)) ([9eb4891](9eb4891))
* **deps:** update dependency tsx to v4.13.1 ([#481](#481)) ([735f345](735f345))
* **deps:** update dependency type-fest to v4.19.0 ([#471](#471)) ([4a7f09a](4a7f09a))
* **deps:** update dependency vue-eslint-parser to v9.4.3 ([#459](#459)) ([f0fb56a](f0fb56a))
* **deps:** update pnpm to v9.1.4 ([#462](#462)) ([d747a74](d747a74))
* **deps:** update pnpm to v9.2.0 ([#475](#475)) ([d0459ef](d0459ef))
* **deps:** update typescript-eslint monorepo to v7.12.0 ([#463](#463)) ([e2408ec](e2408ec))
@antoinezanardi
Copy link
Owner

🎉 This PR is included in version 1.19.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

antoinezanardi pushed a commit that referenced this pull request Jun 12, 2024
## [1.19.0](v1.18.0...v1.19.0) (2024-06-07)

### 🚀 Features

* **routes:** add ssr rules ([#485](#485)) ([9a2b9f4](9a2b9f4))

### 🎨 Styles

* **home:** improve home page style and animations ([#473](#473)) ([44141f5](44141f5))

### ✅ Tests

* **big-bad-wolf:** acceptance tests and some style for no target playground ([#472](#472)) ([5e6008d](5e6008d))
* **sheriff:** acceptance tests and texts improvements ([#477](#477)) ([02cd42d](02cd42d))

### 🔁 CI

* **renovate:** prevent sonar step with renovate branch and delete dependabot ([#470](#470)) ([e3a71dc](e3a71dc))

### 🧹 Chore

* **deps:** update dependency @vueuse/core to v10.10.0 ([#460](#460)) ([9c7e991](9c7e991))
* **deps:** update dependency @vueuse/nuxt to v10.10.0 ([#461](#461)) ([123c825](123c825))
* **deps:** update dependency prettier to v3.3.1 ([#474](#474)) ([f26527b](f26527b))
* **deps:** update dependency tailwindcss to v3.4.4 ([#476](#476)) ([03ec4c2](03ec4c2))
* **deps:** update dependency tsx to v4.12.0 ([#480](#480)) ([9eb4891](9eb4891))
* **deps:** update dependency tsx to v4.13.1 ([#481](#481)) ([735f345](735f345))
* **deps:** update dependency type-fest to v4.19.0 ([#471](#471)) ([4a7f09a](4a7f09a))
* **deps:** update dependency vue-eslint-parser to v9.4.3 ([#459](#459)) ([f0fb56a](f0fb56a))
* **deps:** update pnpm to v9.1.4 ([#462](#462)) ([d747a74](d747a74))
* **deps:** update pnpm to v9.2.0 ([#475](#475)) ([d0459ef](d0459ef))
* **deps:** update typescript-eslint monorepo to v7.12.0 ([#463](#463)) ([e2408ec](e2408ec))
antoinezanardi pushed a commit that referenced this pull request Jun 12, 2024
## [1.19.0](v1.18.0...v1.19.0) (2024-06-07)

### 🚀 Features

* **routes:** add ssr rules ([#485](#485)) ([9a2b9f4](9a2b9f4))

### 🎨 Styles

* **home:** improve home page style and animations ([#473](#473)) ([44141f5](44141f5))

### ✅ Tests

* **big-bad-wolf:** acceptance tests and some style for no target playground ([#472](#472)) ([5e6008d](5e6008d))
* **sheriff:** acceptance tests and texts improvements ([#477](#477)) ([02cd42d](02cd42d))

### 🔁 CI

* **renovate:** prevent sonar step with renovate branch and delete dependabot ([#470](#470)) ([e3a71dc](e3a71dc))

### 🧹 Chore

* **deps:** update dependency @vueuse/core to v10.10.0 ([#460](#460)) ([9c7e991](9c7e991))
* **deps:** update dependency @vueuse/nuxt to v10.10.0 ([#461](#461)) ([123c825](123c825))
* **deps:** update dependency prettier to v3.3.1 ([#474](#474)) ([f26527b](f26527b))
* **deps:** update dependency tailwindcss to v3.4.4 ([#476](#476)) ([03ec4c2](03ec4c2))
* **deps:** update dependency tsx to v4.12.0 ([#480](#480)) ([9eb4891](9eb4891))
* **deps:** update dependency tsx to v4.13.1 ([#481](#481)) ([735f345](735f345))
* **deps:** update dependency type-fest to v4.19.0 ([#471](#471)) ([4a7f09a](4a7f09a))
* **deps:** update dependency vue-eslint-parser to v9.4.3 ([#459](#459)) ([f0fb56a](f0fb56a))
* **deps:** update pnpm to v9.1.4 ([#462](#462)) ([d747a74](d747a74))
* **deps:** update pnpm to v9.2.0 ([#475](#475)) ([d0459ef](d0459ef))
* **deps:** update typescript-eslint monorepo to v7.12.0 ([#463](#463)) ([e2408ec](e2408ec))
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.

1 participant