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

Bump eslint from 7.32.0 to 8.30.0 #346

Merged
merged 6 commits into from
Dec 27, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2022

Bumps eslint from 7.32.0 to 8.30.0.

Release notes

Sourced from eslint's releases.

v8.30.0

Features

  • 075ef2c feat: add suggestion for no-return-await (#16637) (Daniel Bartholomae)
  • 7190d98 feat: update globals (#16654) (Sébastien Règne)

Bug Fixes

  • 1a327aa fix: Ensure flat config unignores work consistently like eslintrc (#16579) (Nicholas C. Zakas)
  • 9b8bb72 fix: autofix recursive functions in no-var (#16611) (Milos Djermanovic)

Documentation

  • 6a8cd94 docs: Clarify Discord info in issue template config (#16663) (Nicholas C. Zakas)
  • ad44344 docs: CLI documentation standardization (#16563) (Ben Perlmutter)
  • 293573e docs: fix broken line numbers (#16606) (Sam Chen)
  • fa2c64b docs: use relative links for internal links (#16631) (Percy Ma)
  • 75276c9 docs: reorder options in no-unused-vars (#16625) (Milos Djermanovic)
  • 7276fe5 docs: Fix anchor in URL (#16628) (Karl Horky)
  • 6bef135 docs: don't apply layouts to html formatter example (#16591) (Tanuj Kanti)
  • dfc7ec1 docs: Formatters page updates (#16566) (Ben Perlmutter)
  • 8ba124c docs: update the prefer-const example (#16607) (Pavel)
  • e6cb05a docs: fix css leaking (#16603) (Sam Chen)

Chores

  • f2c4737 chore: upgrade @​eslint/eslintrc@​1.4.0 (#16675) (Milos Djermanovic)
  • ba74253 chore: standardize npm script names per #14827 (#16315) (Patrick McElhaney)
  • 0d9af4c ci: fix npm v9 problem with file: (#16664) (Milos Djermanovic)
  • 90c9219 refactor: migrate off deprecated function-style rules in all tests (#16618) (Bryan Mishkin)

v8.29.0

Features

  • 49a07c5 feat: add allowParensAfterCommentPattern option to no-extra-parens (#16561) (Nitin Kumar)
  • e6a865d feat: prefer-named-capture-group add suggestions (#16544) (Josh Goldberg)
  • a91332b feat: In no-invalid-regexp validate flags also for non-literal patterns (#16583) (trosos)

Documentation

  • 0311d81 docs: Configuring Plugins page intro, page tweaks, and rename (#16534) (Ben Perlmutter)
  • 57089b1 docs: add a property assignment example for camelcase rule (#16605) (Milos Djermanovic)
  • b6ab030 docs: add docs codeowners (#16601) (Strek)
  • 6380c87 docs: fix sitemap and feed (#16592) (Milos Djermanovic)
  • ade621d docs: perf debounce the search query (#16586) (Shanmughapriyan S)
  • fbcf3ab docs: fix searchbar clear button (#16585) (Shanmughapriyan S)
  • f894035 docs: HTTPS link to yeoman.io (#16582) (Christian Oliff)
  • de12b26 docs: Update configuration file pages (#16509) (Ben Perlmutter)
  • 1ae9f20 docs: update correct code examples for no-extra-parens rule (#16560) (Nitin Kumar)

Chores

  • 7628403 chore: add discord channel link (#16590) (Amaresh S M)
  • f5808cb chore: fix rule doc headers check (#16564) (Milos Djermanovic)

v8.28.0

Features

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.30.0 - December 16, 2022

  • f2c4737 chore: upgrade @​eslint/eslintrc@​1.4.0 (#16675) (Milos Djermanovic)
  • 1a327aa fix: Ensure flat config unignores work consistently like eslintrc (#16579) (Nicholas C. Zakas)
  • 075ef2c feat: add suggestion for no-return-await (#16637) (Daniel Bartholomae)
  • ba74253 chore: standardize npm script names per #14827 (#16315) (Patrick McElhaney)
  • 6a8cd94 docs: Clarify Discord info in issue template config (#16663) (Nicholas C. Zakas)
  • 0d9af4c ci: fix npm v9 problem with file: (#16664) (Milos Djermanovic)
  • 7190d98 feat: update globals (#16654) (Sébastien Règne)
  • ad44344 docs: CLI documentation standardization (#16563) (Ben Perlmutter)
  • 90c9219 refactor: migrate off deprecated function-style rules in all tests (#16618) (Bryan Mishkin)
  • 9b8bb72 fix: autofix recursive functions in no-var (#16611) (Milos Djermanovic)
  • 293573e docs: fix broken line numbers (#16606) (Sam Chen)
  • fa2c64b docs: use relative links for internal links (#16631) (Percy Ma)
  • 75276c9 docs: reorder options in no-unused-vars (#16625) (Milos Djermanovic)
  • 7276fe5 docs: Fix anchor in URL (#16628) (Karl Horky)
  • 6bef135 docs: don't apply layouts to html formatter example (#16591) (Tanuj Kanti)
  • dfc7ec1 docs: Formatters page updates (#16566) (Ben Perlmutter)
  • 8ba124c docs: update the prefer-const example (#16607) (Pavel)
  • e6cb05a docs: fix css leaking (#16603) (Sam Chen)

v8.29.0 - December 2, 2022

  • 0311d81 docs: Configuring Plugins page intro, page tweaks, and rename (#16534) (Ben Perlmutter)
  • 57089b1 docs: add a property assignment example for camelcase rule (#16605) (Milos Djermanovic)
  • b6ab030 docs: add docs codeowners (#16601) (Strek)
  • 7628403 chore: add discord channel link (#16590) (Amaresh S M)
  • 49a07c5 feat: add allowParensAfterCommentPattern option to no-extra-parens (#16561) (Nitin Kumar)
  • 6380c87 docs: fix sitemap and feed (#16592) (Milos Djermanovic)
  • e6a865d feat: prefer-named-capture-group add suggestions (#16544) (Josh Goldberg)
  • ade621d docs: perf debounce the search query (#16586) (Shanmughapriyan S)
  • a91332b feat: In no-invalid-regexp validate flags also for non-literal patterns (#16583) (trosos)
  • fbcf3ab docs: fix searchbar clear button (#16585) (Shanmughapriyan S)
  • f894035 docs: HTTPS link to yeoman.io (#16582) (Christian Oliff)
  • de12b26 docs: Update configuration file pages (#16509) (Ben Perlmutter)
  • f5808cb chore: fix rule doc headers check (#16564) (Milos Djermanovic)
  • 1ae9f20 docs: update correct code examples for no-extra-parens rule (#16560) (Nitin Kumar)

v8.28.0 - November 18, 2022

  • 34c05a7 docs: Language Options page intro and tweaks (#16511) (Ben Perlmutter)
  • 3e66387 docs: add intro and edit ignoring files page (#16510) (Ben Perlmutter)
  • 436f712 docs: fix Header UI inconsistency (#16464) (Tanuj Kanti)
  • f743816 docs: switch to wrench emoji for auto-fixable rules (#16545) (Bryan Mishkin)
  • bc0547e docs: improve styles for versions and languages page (#16553) (Nitin Kumar)
  • 6070f58 docs: clarify esquery issue workaround (#16556) (Milos Djermanovic)
  • b48e4f8 docs: Command Line Interface intro and tweaks (#16535) (Ben Perlmutter)
  • b92b30f docs: Add Rules page intro and content tweaks (#16523) (Ben Perlmutter)
  • 1769b42 docs: Integrations page introduction (#16548) (Ben Perlmutter)
  • 63bce44 feat: add ignoreClassFieldInitialValues option to no-magic-numbers (#16539) (Milos Djermanovic)

... (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)

@dependabot dependabot bot added dependabot dependencies Pull requests that update a dependency file labels Dec 19, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-8.30.0 branch 2 times, most recently from c186313 to 9e8642a Compare December 19, 2022 21:47
@dblock
Copy link
Member

dblock commented Dec 20, 2022

Looks like this will break lint....

@nhtruong
Copy link
Collaborator

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-8.30.0 branch from 7c3aa63 to 57517d0 Compare December 21, 2022 18:49
@nhtruong
Copy link
Collaborator

Got linter to pass but now acceptance tests are failing. Cant reproduce the failed tests locally. Investigating.

dependabot bot and others added 6 commits December 27, 2022 11:04
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.30.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v7.32.0...v8.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Theo Truong <theotr@amazon.com>
Signed-off-by: Theo Truong <theotr@amazon.com>
Signed-off-by: Theo Truong <theotr@amazon.com>
Signed-off-by: Theo Truong <theotr@amazon.com>
@nhtruong nhtruong force-pushed the dependabot/npm_and_yarn/eslint-8.30.0 branch from 5f1d311 to 65b4ee0 Compare December 27, 2022 18:26
@nhtruong nhtruong merged commit 6fc821f into main Dec 27, 2022
@nhtruong nhtruong deleted the dependabot/npm_and_yarn/eslint-8.30.0 branch December 27, 2022 18:47
nhtruong added a commit to nhtruong/opensearch-js that referenced this pull request Feb 27, 2023
* Bump eslint from 7.32.0 to 8.30.0
* Replaced `babel-eslint` with `@babel/eslint-parser`
* Limit linting step to Nodejs 16

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Theo Truong <theotr@amazon.com>
AMoo-Miki pushed a commit to AMoo-Miki/opensearch-js that referenced this pull request Jul 12, 2023
* Bump eslint from 7.32.0 to 8.30.0
* Replaced `babel-eslint` with `@babel/eslint-parser`
* Limit linting step to Nodejs 16


Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Theo Truong <theotr@amazon.com>
AMoo-Miki added a commit to AMoo-Miki/opensearch-js that referenced this pull request Jul 12, 2023
* Manually sync CHANGELOG.md, release-drafter.yml, RELEASING.md, and USER_GUIDE.md
* Version Bump: 2.3.0 (opensearch-project#546)
* Upgrade and secure the backport workflow (opensearch-project#547)
* Add serialization and deserialization of numerals larger than `Number.MAX_SAFE_INTEGER` (opensearch-project#544)
* Add upgrading NPM to all workflows running older Node.js versions (opensearch-project#545)
* Bump @types/node from 20.1.4 to 20.2.5 (opensearch-project#528)
* Bump @aws-sdk/types from 3.329.0 to 3.341.0 (opensearch-project#527)
* Bump ora from 6.3.0 to 6.3.1 (opensearch-project#524)
* Bump node-fetch from 3.2.10 to 3.3.1 (opensearch-project#526)
* Bump eslint from 8.39.0 to 8.41.0 (opensearch-project#525)
* Bump @types/node from 18.16.0 to 20.1.4 (opensearch-project#518)
* Bump xmlbuilder2 from 3.1.0 to 3.1.1 (opensearch-project#519)
* Bump semver from 7.3.8 to 7.5.1 (opensearch-project#520)
* Added timursaurus to MAINTAINERS.md (opensearch-project#517)
* Bump @aws-sdk/types from 3.257.0 to 3.329.0 (opensearch-project#516)
* Bump @babel/eslint-parser from 7.21.3 to 7.21.8 (opensearch-project#513)
* Bump simple-git from 3.17.0 to 3.18.0 (opensearch-project#512)
* Bump xmlbuilder2 from 3.0.2 to 3.1.0 (opensearch-project#503)
* Bump eslint from 8.38.0 to 8.39.0 (opensearch-project#504)
* Bump @types/node from 18.15.11 to 18.16.0 (opensearch-project#499)
* Bump ora from 6.1.2 to 6.3.0 (opensearch-project#500)
* Bump prettier from 2.8.7 to 2.8.8 (opensearch-project#501)
* Implemented Docker Image caching for `integration-unreleased` workflow (opensearch-project#498)
* [Bug] Fixed bundler.yml (opensearch-project#497)
* Bumped Version 2.2.1 In preparation for release (opensearch-project#495)
* Bump @types/node from 18.15.10 to 18.15.11 (opensearch-project#493)
* Bump eslint from 8.33.0 to 8.38.0 (opensearch-project#494)
* Bump rimraf from 4.4.0 to 5.0.0 (opensearch-project#492)
* [CCI] feat: add missing createConnection type (opensearch-project#490)
* Add Search guide (opensearch-project#489)
* Create search guide (opensearch-project#488)
* [CCI] Create advanced index actions guide (opensearch-project#483)
* [CCI] Connection `request` method callback (opensearch-project#478)
* feat: NotCompatibleError (opensearch-project#484)
* Bump @babel/eslint-parser from 7.19.1 to 7.21.3 (opensearch-project#486)
* Bump jsdoc from 4.0.0 to 4.0.2 (opensearch-project#485)
* Bump prettier from 2.8.4 to 2.8.7 (opensearch-project#487)
* Create document lifecycle guide (opensearch-project#481)
* Create index lifecycle guide (opensearch-project#482)
* Create bulk guide (opensearch-project#480)
* [CCI] Create index_template guide (opensearch-project#479)
* Bump split2 from 4.1.0 to 4.2.0 (opensearch-project#467)
* Bump deepmerge from 4.3.0 to 4.3.1 (opensearch-project#468)
* Bump @types/node from 18.15.3 to 18.15.10 (opensearch-project#462)
* Bump eslint-config-prettier from 8.6.0 to 8.8.0 (opensearch-project#463)
* [CCI] Update developerGuide regarding yarn troubleshoot steps (opensearch-project#456)
* [CCI] Bump caniuse-lite from 1.0.30001249 to 1.0.30001469  (opensearch-project#459)
* added the solution for the possible error during yarn installation on Windows OS (opensearch-project#453)
* Fixed deprecation warnings (opensearch-project#446)
* [CCI] Don't run tests on PRs with doc changes only  (opensearch-project#441)
* [CCI] Add pull request template (opensearch-project#440)
* Bump @types/node from 17.0.45 to 18.15.3 (opensearch-project#448)
* Bump simple-git from 3.16.0 to 3.17.0 (opensearch-project#447)
* [CCI] Update Developer Guide (opensearch-project#436)
* [CCI] Remove waitCluster in Integration Tests (opensearch-project#423)
* Bump tsd from 0.25.0 to 0.27.0 (opensearch-project#431)
* Bump rimraf from 4.1.1 to 4.4.0 (opensearch-project#432)
* [CCI] doc: fix grammar (opensearch-project#427)
* Fix deprecated folder mapping "./" in the "exports" field (opensearch-project#416)
* [CCI] fix: pass required `data` argument to SerializationError class (opensearch-project#419)
* Bump tap from 16.3.0 to 16.3.4 (opensearch-project#413)
* [CCI] Refactor: Remove unnecessary `data` argument when invoking `OpenSearchClientError` (opensearch-project#421)
* Bump deepmerge from 4.2.2 to 4.3.0 (opensearch-project#414)
* Updated Maintainers list and changelogs (opensearch-project#409)
* Downgraded @types/node to 17 from 18 due to breaking changes. (opensearch-project#405)
* Bump aws4 from 1.11.0 to 1.12.0 (opensearch-project#406)
* Bump prettier from 2.8.3 to 2.8.4 (opensearch-project#407)
* Bump minimist from 1.2.7 to 1.2.8 (opensearch-project#388)
* Bump tsd from 0.24.1 to 0.25.0 (opensearch-project#389)
* Add missing types for AwsSigv4SignerOptions.service (opensearch-project#377)
* Created untriaged issue workflow. (opensearch-project#386) Daniel (dB.) Doubrovkine* 2/14/23, 12:14 PM
* Bump dezalgo from 1.0.3 to 1.0.4 (opensearch-project#383)
* Bump simple-statistics from 7.7.0 to 7.8.3 (opensearch-project#384)
* Bump eslint from 8.32.0 to 8.33.0 (opensearch-project#379)
*  Allow fields in BulkOperation to be optional (opensearch-project#378)
* Bump @types/node from 18.11.18 to 18.11.19 (opensearch-project#380)
* Bump ora from 5.4.1 to 6.1.2 (opensearch-project#376)
* Bump @aws-sdk/types from 3.226.0 to 3.257.0 (opensearch-project#375)
* Bump secure-json-parse from 2.4.0 to 2.7.0 (opensearch-project#369)
* Bump simple-git from 3.15.1 to 3.16.0 (opensearch-project#373)
* Updated user guide to include Amazon OpenSearch Serverless (opensearch-project#372)
* Added Support for AOSS (opensearch-project#366)
* Bump rimraf from 3.0.2 to 4.1.1 (opensearch-project#370)
* Bump eslint-config-prettier from 8.5.0 to 8.6.0 (opensearch-project#368)
* Bump hpagent from 0.1.2 to 1.2.0 (opensearch-project#361)
* Bump eslint from 8.30.0 to 8.32.0 (opensearch-project#362)
* Fixed missing namespace for API-PIT endpoints (opensearch-project#364)
* Bump prettier from 2.7.1 to 2.8.3 (opensearch-project#363)
* Ensure Dependabot PR workflow retriggers on label change (opensearch-project#360)
* Added point in time APIs (opensearch-project#348)
* Bump @types/node from 15.14.7 to 18.11.18 (opensearch-project#353)
* Bump split2 from 3.2.2 to 4.1.0 (opensearch-project#354)
* Bump json5 from 2.2.0 to 2.2.3 (opensearch-project#359)
* Bump @aws-sdk/types from 3.190.0 to 3.226.0 (opensearch-project#355)
* Updated MAINTAINERS.md to match recommended opensearch-project format. (opensearch-project#358) Daniel (dB.) Doubrovkine* 1/6/23, 8:36 AM
* Bump minimist from 1.2.6 to 1.2.7 (opensearch-project#350)
* Bump eslint from 7.32.0 to 8.30.0 (opensearch-project#346)
* Bump eslint-plugin-prettier from 4.0.0 to 4.2.1 (opensearch-project#351)
* Removed test artifacts from gh_pages workflow (opensearch-project#347)
* Bump minimatch from 3.0.4 to 3.1.2 (opensearch-project#345)
* Bump xmlbuilder2 from 2.4.1 to 3.0.2 (opensearch-project#321)
* Implement JSDOC (opensearch-project#337)
* Added skip-changelog label (opensearch-project#339)
* Bumps simple-git from 3.4.0 to 3.15.0 (opensearch-project#341)
* [FEATURE] Allow overriding the aws service identifier in AwsSigv4Signer (opensearch-project#333)
* Add release details and bump the jenkins lib version (opensearch-project#319)
* Bump Version from 2.1.0 to 2.1.1 (opensearch-project#318)
* Bump semver from 7.3.7 to 7.3.8 (opensearch-project#313)
* Add release workflows (opensearch-project#317)
* issue opensearch-project#291 mutability of headers (opensearch-project#311)
* Bump tsd from 0.22.0 to 0.24.1 (opensearch-project#312)
* Add changelog and changelog verifier (opensearch-project#306)
* Bump prettier from 2.6.2 to 2.7.1 (opensearch-project#310)
* Bump @aws-sdk/types from 3.160.0 to 3.190.0 (opensearch-project#309)
* Bump node-fetch from 2.6.7 to 3.2.10 (opensearch-project#281)
* Update Maintainers List (opensearch-project#308)
* Implemented Retry for OpenSearch Container (opensearch-project#304)
* Feature/add default credentials provider (opensearch-project#295)
* Fix new line problem between diffs (opensearch-project#302)
* Removed Unused Variables (opensearch-project#301)
* fix awssigv4signer.test.js tests not running (opensearch-project#294)
* fix: support TS resolution for .mjs (opensearch-project#296)
* Add AwsSigV4 signing functionality (opensearch-project#279)
* Fix opensearch-project#253 Cannot read property 'then' of null in Transport.js issue. (opensearch-project#283)
* Bump simple-git from 3.5.0 to 3.13.0 (opensearch-project#286)
* Bump semver from 7.3.5 to 7.3.7 (opensearch-project#280)
* Adds bulk example to README (opensearch-project#277)
* Adding Dependabot configuration (opensearch-project#278)
* Removing OpenDistro integration tests (opensearch-project#271)
* Upgrade dependencies (opensearch-project#272)
* fix: add missing memory circuit breaker options (opensearch-project#266)
* feat: allow `doc` overwrite in `onDocument` (opensearch-project#263)
* Adding link checker workflow (opensearch-project#262)
* Using standardized templates from .github (opensearch-project#249)
* Adding new OpenSearch versions and updating compatibility matrix (opensearch-project#257)

Signed-off-by: Miki <miki@amazon.com>
@AMoo-Miki AMoo-Miki mentioned this pull request Jul 12, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants