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

build(deps-dev): bump eslint from 8.33.0 to 8.35.0 #624

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps eslint from 8.33.0 to 8.35.0.

Release notes

Sourced from eslint's releases.

v8.35.0

Features

  • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#16920) (SUZUKI Sosuke)
  • c8c0c71 feat: Move all and recommended configs into package. (#16844) (Nicholas C. Zakas)
  • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#16826) (Daiki Nishikawa)

Bug Fixes

Documentation

  • f9f195e docs: Plugin docs cleanup & expansion (#16862) (Ben Perlmutter)
  • df809fd docs: Custom Formatters page cleanup/expansion (#16886) (Ben Perlmutter)
  • 0700d1b docs: Add PostCSS/Autoprefixer/CSSNano (#16502) (Nick Schonning)
  • 7b9e9bf docs: support unicode anchors (#16782) (Percy Ma)
  • 5fbc0bf docs: Update README (GitHub Actions Bot)
  • 67865a0 docs: Remove mention of mailing list (#16869) (Amaresh S M)
  • 43af24a docs: Add explanation of when to use 'warn' severity (#16882) (Nicholas C. Zakas)
  • ed2999b docs: Shareable configs page edits and expansion (#16824) (Ben Perlmutter)
  • 2780635 docs: fix typos (#16884) (Lioness100)
  • 5bdaae2 docs: Ways to Extend ESLint page (#16861) (Ben Perlmutter)

Chores

  • cdcbe12 chore: upgrade @​eslint/js@​8.35.0 (#16935) (Brandon Mills)
  • c954c34 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 5a517da chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 9f10926 chore: upgrade @​eslint/eslintrc@​2.0.0 (#16928) (Milos Djermanovic)
  • da728fa ci: use LTS node version in workflows (#16907) (Nitin Kumar)
  • c57b4f3 perf: upgrade to esquery@1.4.2 (#16901) (Milos Djermanovic)
  • 9122f07 chore: Update stale bot settings (#16870) (Nicholas C. Zakas)

v8.34.0

Features

  • 9b2fcf7 feat: array-callback-return supports Array.prototype.toSorted (#16845) (SUZUKI Sosuke)

Bug Fixes

  • 923f61d fix: false positive with assignment in no-extra-parens (#16872) (Francesco Trotta)

Documentation

  • f0a9883 docs: split rules documentation (#16797) (Ben Perlmutter)
  • 67aa37b docs: fix typo in command-line-interface.md (#16871) (Kevin Rouchut)
  • 337f7ed docs: fix width of language input (#16849) (Tanuj Kanti)
  • 71349a1 docs: Configure a Parser page (#16803) (Ben Perlmutter)
  • de7e925 docs: remove extra line numbers in example (#16848) (jonz94)
  • ad38d77 docs: Update README (GitHub Actions Bot)

Chores

  • 9dbe06d chore: add type property to array-element-newline schema (#16877) (MHO)
  • a061527 chore: Remove unused functions (#16868) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v8.35.0 - February 26, 2023

  • cdcbe12 chore: upgrade @​eslint/js@​8.35.0 (#16935) (Brandon Mills)
  • c954c34 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 5a517da chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 9f10926 chore: upgrade @​eslint/eslintrc@​2.0.0 (#16928) (Milos Djermanovic)
  • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#16920) (SUZUKI Sosuke)
  • c8c0c71 feat: Move all and recommended configs into package. (#16844) (Nicholas C. Zakas)
  • f9f195e docs: Plugin docs cleanup & expansion (#16862) (Ben Perlmutter)
  • df809fd docs: Custom Formatters page cleanup/expansion (#16886) (Ben Perlmutter)
  • 0700d1b docs: Add PostCSS/Autoprefixer/CSSNano (#16502) (Nick Schonning)
  • da728fa ci: use LTS node version in workflows (#16907) (Nitin Kumar)
  • 7b9e9bf docs: support unicode anchors (#16782) (Percy Ma)
  • 5fbc0bf docs: Update README (GitHub Actions Bot)
  • c57b4f3 perf: upgrade to esquery@1.4.2 (#16901) (Milos Djermanovic)
  • 9698bc5 fix: pin esquery v1.4.0 (fixes #16896) (#16897) (唯然)
  • 67865a0 docs: Remove mention of mailing list (#16869) (Amaresh S M)
  • 43af24a docs: Add explanation of when to use 'warn' severity (#16882) (Nicholas C. Zakas)
  • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#16826) (Daiki Nishikawa)
  • ed2999b docs: Shareable configs page edits and expansion (#16824) (Ben Perlmutter)
  • 2780635 docs: fix typos (#16884) (Lioness100)
  • 5bdaae2 docs: Ways to Extend ESLint page (#16861) (Ben Perlmutter)
  • 9122f07 chore: Update stale bot settings (#16870) (Nicholas C. Zakas)

v8.34.0 - February 10, 2023

  • f0a9883 docs: split rules documentation (#16797) (Ben Perlmutter)
  • 923f61d fix: false positive with assignment in no-extra-parens (#16872) (Francesco Trotta)
  • 9dbe06d chore: add type property to array-element-newline schema (#16877) (MHO)
  • a061527 chore: Remove unused functions (#16868) (Nicholas C. Zakas)
  • 67aa37b docs: fix typo in command-line-interface.md (#16871) (Kevin Rouchut)
  • 337f7ed docs: fix width of language input (#16849) (Tanuj Kanti)
  • 9b2fcf7 feat: array-callback-return supports Array.prototype.toSorted (#16845) (SUZUKI Sosuke)
  • 71349a1 docs: Configure a Parser page (#16803) (Ben Perlmutter)
  • de7e925 docs: remove extra line numbers in example (#16848) (jonz94)
  • ad38d77 docs: Update README (GitHub Actions Bot)
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.33.0 to 8.35.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.33.0...v8.35.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 Mar 1, 2023
@netlify
Copy link

netlify bot commented Mar 1, 2023

Deploy Preview for chord-symbol canceled.

Name Link
🔨 Latest commit 5156752
🔍 Latest deploy log https://app.netlify.com/sites/chord-symbol/deploys/63feb12c555b7e00089742b3

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2023

Superseded by #634.

@dependabot dependabot bot closed this Apr 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-8.35.0 branch April 1, 2023 02:00
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant