Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2022

Bumps eslint from 8.10.0 to 8.23.0.

Release notes

Sourced from eslint's releases.

v8.23.0

Features

  • 3e5839e feat: Enable eslint.config.js lookup from CLI (#16235) (Nicholas C. Zakas)
  • 30b1a2d feat: add allowEmptyCase option to no-fallthrough rule (#15887) (Amaresh S M)
  • 43f03aa feat: no-warning-comments support comments with decoration (#16120) (Lachlan Hunt)

Documentation

  • b1918da docs: package.json conventions (#16206) (Patrick McElhaney)
  • 0e03c33 docs: remove word immediately (#16217) (Strek)
  • c6790db docs: add anchor link for "migrating from jscs" (#16207) (Percy Ma)
  • 7137344 docs: auto-generation edit link (#16213) (Percy Ma)

Chores

  • 2e004ab chore: upgrade @​eslint/eslintrc@​1.3.1 (#16249) (Milos Djermanovic)
  • d35fbbe chore: Upgrade to espree@9.4.0 (#16243) (Milos Djermanovic)
  • ed26229 test: add no-extra-parens tests with rest properties (#16236) (Milos Djermanovic)
  • deaf69f chore: fix off-by-one min-width: 1023px media queries (#15974) (Milos Djermanovic)
  • 63dec9f refactor: simplify parseListConfig (#16241) (Milos Djermanovic)

v8.22.0

Features

  • 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas)
  • fd5d3d3 feat: add methodsIgnorePattern option to object-shorthand rule (#16185) (Milos Djermanovic)

Documentation

  • 9f5a752 docs: optimize image assets (#16170) (Sam Chen)
  • 61b2948 docs: add svgo command to pre commit hook (#16178) (Amaresh S M)
  • 784096d docs: improve search result UI (#16187) (Sam Chen)
  • d0f4cb4 docs: use shorthand property name in example (#16180) (Kevin Elliott)

Chores

  • 10a6e0e chore: remove deploy workflow for playground (#16186) (Milos Djermanovic)

v8.21.0

Features

  • 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas)
  • 92bf49a feat: improve the key width calculation in key-spacing rule (#16154) (Nitin Kumar)
  • c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#16138) (Nitin Kumar)
  • 1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#16063) (Nitin Kumar)

Bug Fixes

  • 0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#16153) (Nitin Kumar)

Documentation

  • 2aadc93 docs: add anchors to headings inside docs content (#16134) (Strek)

Chores

  • 8892511 chore: Upgrade to Espree 9.3.3 (#16173) (Brandon Mills)
  • 1233bee chore: switch to eslint-plugin-node's maintained fork (#16150) (唯然)
  • 97b95c0 chore: upgrade puppeteer v13 (#16151) (唯然)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.23.0 - August 26, 2022

  • 2e004ab chore: upgrade @​eslint/eslintrc@​1.3.1 (#16249) (Milos Djermanovic)
  • d35fbbe chore: Upgrade to espree@9.4.0 (#16243) (Milos Djermanovic)
  • 3e5839e feat: Enable eslint.config.js lookup from CLI (#16235) (Nicholas C. Zakas)
  • 30b1a2d feat: add allowEmptyCase option to no-fallthrough rule (#15887) (Amaresh S M)
  • ed26229 test: add no-extra-parens tests with rest properties (#16236) (Milos Djermanovic)
  • deaf69f chore: fix off-by-one min-width: 1023px media queries (#15974) (Milos Djermanovic)
  • 63dec9f refactor: simplify parseListConfig (#16241) (Milos Djermanovic)
  • 43f03aa feat: no-warning-comments support comments with decoration (#16120) (Lachlan Hunt)
  • b1918da docs: package.json conventions (#16206) (Patrick McElhaney)
  • 0e03c33 docs: remove word immediately (#16217) (Strek)
  • c6790db docs: add anchor link for "migrating from jscs" (#16207) (Percy Ma)
  • 7137344 docs: auto-generation edit link (#16213) (Percy Ma)

v8.22.0 - August 13, 2022

  • 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas)
  • fd5d3d3 feat: add methodsIgnorePattern option to object-shorthand rule (#16185) (Milos Djermanovic)
  • 9f5a752 docs: optimize image assets (#16170) (Sam Chen)
  • 61b2948 docs: add svgo command to pre commit hook (#16178) (Amaresh S M)
  • 784096d docs: improve search result UI (#16187) (Sam Chen)
  • d0f4cb4 docs: use shorthand property name in example (#16180) (Kevin Elliott)
  • 10a6e0e chore: remove deploy workflow for playground (#16186) (Milos Djermanovic)

v8.21.0 - August 1, 2022

  • 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas)
  • 8892511 chore: Upgrade to Espree 9.3.3 (#16173) (Brandon Mills)
  • 92bf49a feat: improve the key width calculation in key-spacing rule (#16154) (Nitin Kumar)
  • c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#16138) (Nitin Kumar)
  • 1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#16063) (Nitin Kumar)
  • 0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#16153) (Nitin Kumar)
  • 2aadc93 docs: add anchors to headings inside docs content (#16134) (Strek)
  • 1233bee chore: switch to eslint-plugin-node's maintained fork (#16150) (唯然)
  • 97b95c0 chore: upgrade puppeteer v13 (#16151) (唯然)

v8.20.0 - July 16, 2022

  • bbf8df4 chore: Mark autogenerated release blog post as draft (#16130) (Nicholas C. Zakas)
  • 845c4f4 docs: Add website team details (#16115) (Nicholas C. Zakas)
  • 5a0dfdb docs: Link to blog post in no-constant-binary-expression (#16112) (Jordan Eldredge)
  • bc692a9 docs: remove install command (#16084) (Strek)
  • 30be0ed fix: no-warning-comments rule escapes special RegEx characters in terms (#16090) (Lachlan Hunt)
  • ca83178 feat: catch preprocess errors (#16105) (JounQin)
  • 49ca3f0 docs: don't show toc when content not found (#16095) (Amaresh S M)
  • ba19e3f docs: enhance 404 page UI (#16097) (Amaresh S M)
  • bfe5e88 fix: ignore spacing before ] and } in comma-spacing (#16113) (Milos Djermanovic)
  • a75d3b4 docs: remove unused meta.docs.category field in working-with-rules page (#16109) (Brandon Scott)
  • cdc0206 docs: add formatters page edit link (#16094) (Amaresh S M)

... (truncated)

Commits

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint](https://github.com/eslint/eslint) from 8.10.0 to 8.23.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.10.0...v8.23.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 29, 2022
@nx-cloud
Copy link

nx-cloud bot commented Aug 29, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit a0f2152. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@rafalwolak rafalwolak merged commit 5233063 into main Sep 6, 2022
@rafalwolak rafalwolak deleted the dependabot/npm_and_yarn/eslint-8.23.0 branch September 6, 2022 06:55
github-actions bot pushed a commit that referenced this pull request Nov 25, 2022
# 1.0.0 (2022-11-25)

### Bug Fixes

* **ng-styled:** lint errors fix ([6c20b28](6c20b28))

### Features

* **ng-styled:** rename ([6881f89](6881f89))
* **ng-styled:** update ([013ee44](013ee44))

### Miscellaneous

* Merge pull request #285 from design4pro/develop ([2fe7d90](2fe7d90)), closes [#285](#285)
* Merge pull request #284 from design4pro/develop ([3988c5d](3988c5d)), closes [#284](#284)
* Merge branch 'main' into develop ([7fdbf44](7fdbf44))
* Merge pull request #281 from design4pro/dependabot/npm_and_yarn/cypress-11.2.0 ([ee5cca4](ee5cca4)), closes [#281](#281)
* Merge branch 'develop' ([375f358](375f358))
* Merge pull request #280 from design4pro/dependabot/npm_and_yarn/angular/core-15.0.1 ([de54e01](de54e01)), closes [#280](#280)
* Merge pull request #279 from design4pro/dependabot/npm_and_yarn/commitlint/config-angular-17.3.0 ([066a8cd](066a8cd)), closes [#279](#279)
* Merge pull request #278 from design4pro/dependabot/npm_and_yarn/nrwl/tao-15.2.1 ([58cd659](58cd659)), closes [#278](#278)
* Merge pull request #282 from design4pro/dependabot/npm_and_yarn/nrwl/angular-15.2.1 ([9002c1e](9002c1e)), closes [#282](#282)
* Merge pull request #208 from design4pro/dependabot/npm_and_yarn/types/node-18.7.15 ([0c5e3f4](0c5e3f4)), closes [#208](#208)
* Merge pull request #205 from design4pro/dependabot/npm_and_yarn/angular/cli-14.2.1 ([a9af6b3](a9af6b3)), closes [#205](#205)
* Merge pull request #206 from design4pro/dependabot/npm_and_yarn/postcss-preset-env-7.8.0 ([6634691](6634691)), closes [#206](#206)
* Merge pull request #207 from design4pro/dependabot/npm_and_yarn/ng-packagr-14.2.0 ([86c3a09](86c3a09)), closes [#207](#207)
* Merge branch 'main' into dependabot/npm_and_yarn/angular/cli-14.2.1 ([38c2970](38c2970))
* Merge branch 'main' into dependabot/npm_and_yarn/postcss-preset-env-7.8.0 ([9013527](9013527))
* Merge branch 'main' into dependabot/npm_and_yarn/ng-packagr-14.2.0 ([5e9c1e3](5e9c1e3))
* Merge pull request #107 from design4pro/dependabot/npm_and_yarn/nrwl/cypress-14.0.5 ([98b5d77](98b5d77)), closes [#107](#107)
* Merge branch 'main' into dependabot/npm_and_yarn/nrwl/cypress-14.0.5 ([6323397](6323397))
* Merge pull request #201 from design4pro/dependabot/npm_and_yarn/nrwl/cypress-14.6.4 ([3c2cbb4](3c2cbb4)), closes [#201](#201)
* Merge branch 'main' into dependabot/npm_and_yarn/nrwl/cypress-14.6.4 ([99437af](99437af))
* Merge pull request #202 from design4pro/dependabot/npm_and_yarn/nrwl/linter-14.6.4 ([b854fa4](b854fa4)), closes [#202](#202)
* Merge pull request #194 from design4pro/dependabot/npm_and_yarn/eslint-8.23.0 ([5233063](5233063)), closes [#194](#194)
* Merge branch 'main' into dependabot/npm_and_yarn/nrwl/cypress-14.0.5 ([928fb7e](928fb7e))
* Merge pull request #76 from design4pro/dependabot/npm_and_yarn/nrwl/eslint-plugin-nx-13.9.7 ([b1b72ba](b1b72ba)), closes [#76](#76)
* Merge pull request #45 from design4pro/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.15.0 ([a033ed0](a033ed0)), closes [#45](#45)
* Merge pull request #44 from design4pro/dependabot/npm_and_yarn/nrwl/cypress-13.8.8 ([7fc0076](7fc0076)), closes [#44](#44)
* Merge branch 'main' into dependabot/npm_and_yarn/nrwl/cypress-13.8.8 ([d0c3e9d](d0c3e9d))
* Merge pull request #43 from design4pro/dependabot/npm_and_yarn/nrwl/linter-13.8.8 ([56b629d](56b629d)), closes [#43](#43)
* Merge pull request #42 from design4pro/dependabot/npm_and_yarn/nrwl/eslint-plugin-nx-13.8.8 ([b3ee336](b3ee336)), closes [#42](#42)
* Merge pull request #41 from design4pro/dependabot/npm_and_yarn/nrwl/cli-13.8.8 ([c9921e8](c9921e8)), closes [#41](#41)
* Merge pull request #35 from design4pro/develop ([407e86d](407e86d)), closes [#35](#35)
* Merge branch 'main' into develop ([a3a7b36](a3a7b36))
* Merge pull request #34 from design4pro/develop ([3336257](3336257)), closes [#34](#34)
* Merge pull request #33 from design4pro/develop ([a218e8c](a218e8c)), closes [#33](#33)
* Merge pull request #32 from design4pro/develop ([de0746d](de0746d)), closes [#32](#32)
* Merge pull request #31 from design4pro/develop ([5eb8bfe](5eb8bfe)), closes [#31](#31)
* Merge pull request #30 from design4pro/develop ([a954bc4](a954bc4)), closes [#30](#30)
* Merge pull request #29 from design4pro/develop ([d96c2dc](d96c2dc)), closes [#29](#29)
* Merge pull request #24 from design4pro/dependabot/npm_and_yarn/nrwl/workspace-13.8.4 ([3df6b8a](3df6b8a)), closes [#24](#24)
* Merge pull request #28 from design4pro/dependabot/npm_and_yarn/rxjs-7.5.4 ([43cb9ff](43cb9ff)), closes [#28](#28)
* Merge pull request #27 from design4pro/dependabot/npm_and_yarn/nrwl/tao-13.8.4 ([282bffc](282bffc)), closes [#27](#27)
* Merge pull request #25 from design4pro/dependabot/npm_and_yarn/nrwl/cli-13.8.4 ([f477cc7](f477cc7)), closes [#25](#25)
* Merge pull request #26 from design4pro/dependabot/npm_and_yarn/nrwl/jest-13.8.4 ([8ad41fb](8ad41fb)), closes [#26](#26)
* Merge pull request #19 from design4pro/develop ([ad27cbc](ad27cbc)), closes [#19](#19)
* Merge branch 'main' into dependabot/npm_and_yarn/nrwl/cli-13.8.4 ([908a74b](908a74b))
* Merge pull request #15 from design4pro/dependabot/npm_and_yarn/jest-27.5.1 ([7c94040](7c94040)), closes [#15](#15)
* Merge remote-tracking branch 'origin/main' into develop ([5da9b14](5da9b14))
* Merge pull request #20 from design4pro/dependabot/npm_and_yarn/nrwl/cypress-13.8.4 ([3f28994](3f28994)), closes [#20](#20)
* Merge pull request #21 from design4pro/dependabot/npm_and_yarn/nrwl/angular-13.8.4 ([59de0a3](59de0a3)), closes [#21](#21)
* Merge branch 'main' into dependabot/npm_and_yarn/nrwl/cypress-13.8.4 ([948a67a](948a67a))
* Merge branch 'main' into dependabot/npm_and_yarn/nrwl/angular-13.8.4 ([5fb8c61](5fb8c61))
* Merge pull request #14 from design4pro/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.13.0 ([dab8f1d](dab8f1d)), closes [#14](#14)
* Merge pull request #13 from design4pro/dependabot/npm_and_yarn/types/jest-27.4.1 ([0e26cc0](0e26cc0)), closes [#13](#13)
* Merge pull request #16 from design4pro/dependabot/npm_and_yarn/angular-eslint/template-parser-13.1.0 ([b316aa0](b316aa0)), closes [#16](#16)
* Merge branch 'main' into dependabot/npm_and_yarn/angular-eslint/template-parser-13.1.0 ([d194c75](d194c75))
* Merge pull request #17 from design4pro/dependabot/npm_and_yarn/angular-eslint/eslint-plugin-template-13.1.0 ([4e643dd](4e643dd)), closes [#17](#17)
* Merge pull request #18 from design4pro/develop ([6900d82](6900d82)), closes [#18](#18)
* Merge pull request #12 from design4pro/dependabot/npm_and_yarn/ts-jest-27.1.3 ([8600702](8600702)), closes [#12](#12)
* Merge pull request #11 from design4pro/dependabot/npm_and_yarn/angular-eslint/eslint-plugin-13.1.0 ([9d68836](9d68836)), closes [#11](#11)
* Merge pull request #10 from design4pro/dependabot/npm_and_yarn/types/node-17.0.21 ([8cdda9c](8cdda9c)), closes [#10](#10)
* Merge pull request #9 from design4pro/dependabot/npm_and_yarn/eslint-8.10.0 ([d97f886](d97f886)), closes [#9](#9)
* Merge branch 'main' into dependabot/npm_and_yarn/eslint-8.10.0 ([d17e20e](d17e20e))
* Merge pull request #8 from design4pro/dependabot/npm_and_yarn/eslint-config-prettier-8.4.0 ([8e1e915](8e1e915)), closes [#8](#8)
* Merge pull request #7 from design4pro/develop ([9d665dd](9d665dd)), closes [#7](#7)
* Merge pull request #6 from design4pro/develop ([5db5bb5](5db5bb5)), closes [#6](#6)
* Merge pull request #5 from design4pro/develop ([cd140be](cd140be)), closes [#5](#5)
* Merge pull request #4 from design4pro/develop ([dc2b514](dc2b514)), closes [#4](#4)
* Merge pull request #3 from design4pro/develop ([2fd54ff](2fd54ff)), closes [#3](#3)
* Merge remote-tracking branch 'origin/main' into develop ([b159bee](b159bee))
* Merge pull request #2 from design4pro/codeql ([1332dfc](1332dfc)), closes [#2](#2)

***
[skip ci]
@github-actions
Copy link

🎉 This PR is included in version 1.0.0 🎉

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

dependencies Pull requests that update a dependency file released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants