Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

chore(deps-dev): bump eslint from 8.13.0 to 8.15.0 #369

Merged
merged 1 commit into from
May 18, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2022

Bumps eslint from 8.13.0 to 8.15.0.

Release notes

Sourced from eslint's releases.

v8.15.0

Features

  • ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#15818) (Roberto Cestari)

Bug Fixes

  • 8bf9440 fix: "use strict" should not trigger strict mode in ES3 (#15846) (Milos Djermanovic)

Documentation

  • 28116cc docs: update AST node names link in no-restricted-syntax (#15843) (Milos Djermanovic)
  • 272965f docs: fix h1 heading on formatters page (#15834) (Milos Djermanovic)
  • a798166 docs: update example for running individual rule tests (#15833) (Milos Djermanovic)
  • 57e732b docs: mark SourceCode#getJSDocComment deprecated in working-with-rules (#15829) (Milos Djermanovic)
  • 9a90abf docs: update docs directory in working-with-rules (#15830) (Milos Djermanovic)
  • 810adda docs: add more examples for prefer-object-spread (#15831) (coderaiser)
  • 06b1edb docs: clarify no-control-regex rule (#15808) (Milos Djermanovic)
  • 9ecd42f docs: Fixed typo in code comment (#15812) (Addison G)
  • de992b7 docs: remove links to 2fa document (#15804) (Milos Djermanovic)
  • 5222659 docs: fix 'Related Rules' heading in no-constant-binary-expression (#15799) (Milos Djermanovic)
  • e70ae81 docs: Update README team and sponsors (ESLint Jenkins)

Chores

  • 1ba6a92 chore: upgrade @​eslint/eslintrc@​1.2.3 (#15847) (Milos Djermanovic)
  • 8167aa7 chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#15774) (Jan Opravil)
  • b8995a4 chore: Implement docs site (#15815) (Nicholas C. Zakas)
  • 6494e3e chore: update link in codeql-analysis.yml (#15817) (Milos Djermanovic)
  • 36503ec chore: enable no-constant-binary-expression in eslint-config-eslint (#15807) (唯然)

v8.14.0

Features

  • ab6363d feat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge)

Bug Fixes

  • 35fa1dd fix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic)
  • 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#15775) (Milos Djermanovic)

Build Related

Chores

  • 735458c chore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic)
  • db28f2c chore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas)
  • 3bca59e chore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v8.15.0 - May 6, 2022

  • 1ba6a92 chore: upgrade @​eslint/eslintrc@​1.2.3 (#15847) (Milos Djermanovic)
  • 8bf9440 fix: "use strict" should not trigger strict mode in ES3 (#15846) (Milos Djermanovic)
  • 28116cc docs: update AST node names link in no-restricted-syntax (#15843) (Milos Djermanovic)
  • 8167aa7 chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#15774) (Jan Opravil)
  • 272965f docs: fix h1 heading on formatters page (#15834) (Milos Djermanovic)
  • a798166 docs: update example for running individual rule tests (#15833) (Milos Djermanovic)
  • b8995a4 chore: Implement docs site (#15815) (Nicholas C. Zakas)
  • ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#15818) (Roberto Cestari)
  • 57e732b docs: mark SourceCode#getJSDocComment deprecated in working-with-rules (#15829) (Milos Djermanovic)
  • 9a90abf docs: update docs directory in working-with-rules (#15830) (Milos Djermanovic)
  • 810adda docs: add more examples for prefer-object-spread (#15831) (coderaiser)
  • 06b1edb docs: clarify no-control-regex rule (#15808) (Milos Djermanovic)
  • 6494e3e chore: update link in codeql-analysis.yml (#15817) (Milos Djermanovic)
  • 9ecd42f docs: Fixed typo in code comment (#15812) (Addison G)
  • 36503ec chore: enable no-constant-binary-expression in eslint-config-eslint (#15807) (唯然)
  • de992b7 docs: remove links to 2fa document (#15804) (Milos Djermanovic)
  • 5222659 docs: fix 'Related Rules' heading in no-constant-binary-expression (#15799) (Milos Djermanovic)
  • e70ae81 docs: Update README team and sponsors (ESLint Jenkins)

v8.14.0 - April 22, 2022

  • 35fa1dd fix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic)
  • 735458c chore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic)
  • ab6363d feat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge)
  • db28f2c chore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas)
  • c2407e8 build: add node v18 (#15791) (唯然)
  • 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#15775) (Milos Djermanovic)
  • 3bca59e chore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas)
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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 9, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-8.15.0 branch from da486c1 to b760a54 Compare May 17, 2022 06:00
Bumps [eslint](https://github.com/eslint/eslint) from 8.13.0 to 8.15.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.13.0...v8.15.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 force-pushed the dependabot/npm_and_yarn/eslint-8.15.0 branch from b760a54 to a4cc9c6 Compare May 17, 2022 06:00
@wallies wallies merged commit 42f1e68 into master May 18, 2022
@wallies wallies deleted the dependabot/npm_and_yarn/eslint-8.15.0 branch May 18, 2022 21:57
kapiche-bot pushed a commit that referenced this pull request Jun 19, 2022
## [0.5.4](0.5.3...0.5.4) (2022-06-19)

### Bug Fixes

* bump eslint from 8.17.0 to 8.18.0 ([#406](#406)) ([c0fb488](c0fb488))

### Other

* add github upload to allow list ([#405](#405)) ([048a103](048a103))
* **deps-dev:** bump @babel/core from 7.16.12 to 7.17.2 ([#309](#309)) ([2d7748f](2d7748f))
* **deps-dev:** bump @babel/core from 7.17.12 to 7.18.0 ([#382](#382)) ([12f6881](12f6881))
* **deps-dev:** bump @babel/core from 7.17.2 to 7.17.4 ([#314](#314)) ([0d292b4](0d292b4))
* **deps-dev:** bump @babel/core from 7.17.4 to 7.17.5 ([#317](#317)) ([3539628](3539628))
* **deps-dev:** bump @babel/core from 7.17.5 to 7.17.9 ([#348](#348)) ([bbec5df](bbec5df))
* **deps-dev:** bump @babel/core from 7.17.9 to 7.17.12 ([#376](#376)) ([8b1305e](8b1305e))
* **deps-dev:** bump @babel/core from 7.18.0 to 7.18.2 ([#387](#387)) ([fe24aba](fe24aba))
* **deps-dev:** bump @babel/core from 7.18.2 to 7.18.5 ([#402](#402)) ([ca1e249](ca1e249))
* **deps-dev:** bump @babel/eslint-parser from 7.16.5 to 7.17.0 ([#303](#303)) ([e9718a1](e9718a1))
* **deps-dev:** bump @babel/eslint-parser from 7.17.0 to 7.18.2 ([#388](#388)) ([91d56e4](91d56e4))
* **deps-dev:** bump @microsoft/eslint-formatter-sarif ([#332](#332)) ([58e15ea](58e15ea))
* **deps-dev:** bump @microsoft/eslint-formatter-sarif ([#366](#366)) ([7873a36](7873a36))
* **deps-dev:** bump babel-loader from 8.2.3 to 8.2.4 ([#340](#340)) ([f27373a](f27373a))
* **deps-dev:** bump babel-loader from 8.2.4 to 8.2.5 ([#358](#358)) ([8e2fda7](8e2fda7))
* **deps-dev:** bump eslint from 8.10.0 to 8.11.0 ([#334](#334)) ([e673e6d](e673e6d))
* **deps-dev:** bump eslint from 8.11.0 to 8.12.0 ([#342](#342)) ([d1ffd30](d1ffd30))
* **deps-dev:** bump eslint from 8.12.0 to 8.13.0 ([#350](#350)) ([4d0c0c2](4d0c0c2))
* **deps-dev:** bump eslint from 8.13.0 to 8.15.0 ([#369](#369)) ([42f1e68](42f1e68))
* **deps-dev:** bump eslint from 8.15.0 to 8.16.0 ([#383](#383)) ([4941617](4941617))
* **deps-dev:** bump eslint from 8.16.0 to 8.17.0 ([#397](#397)) ([31c6a3f](31c6a3f))
* **deps-dev:** bump eslint from 8.8.0 to 8.9.0 ([#313](#313)) ([f336c59](f336c59))
* **deps-dev:** bump eslint from 8.9.0 to 8.10.0 ([#325](#325)) ([95b1a88](95b1a88))
* **deps:** bump @rollup/plugin-babel from 5.3.0 to 5.3.1 ([#321](#321)) ([e9e9ce7](e9e9ce7))
* **deps:** bump actions/setup-node from 2.5.1 to 3 ([#324](#324)) ([badfb55](badfb55))
* **deps:** bump actions/setup-node from 3.0.0 to 3.1.0 ([#345](#345)) ([aeb73fc](aeb73fc))
* **deps:** bump actions/setup-node from 3.1.0 to 3.1.1 ([#351](#351)) ([c968d20](c968d20))
* **deps:** bump actions/setup-node from 3.1.1 to 3.2.0 ([#375](#375)) ([0e0365f](0e0365f))
* **deps:** bump actions/setup-node from 3.2.0 to 3.3.0 ([#398](#398)) ([bebf19c](bebf19c))
* **deps:** bump actions/upload-artifact from 2.3.1 to 3 ([#330](#330)) ([c691291](c691291))
* **deps:** bump actions/upload-artifact from 3.0.0 to 3.1.0 ([#384](#384)) ([83e7a2e](83e7a2e))
* **deps:** bump aquasecurity/trivy-action from 0.2.1 to 0.2.2 ([#305](#305)) ([553a15e](553a15e))
* **deps:** bump aquasecurity/trivy-action from 0.2.2 to 0.2.3 ([#352](#352)) ([b50c1f6](b50c1f6))
* **deps:** bump aquasecurity/trivy-action from 0.2.3 to 0.2.5 ([#357](#357)) ([d45f49b](d45f49b))
* **deps:** bump aquasecurity/trivy-action from 0.2.5 to 0.3.0 ([#371](#371)) ([35d5a27](35d5a27))
* **deps:** bump aquasecurity/trivy-action from 0.3.0 to 0.4.0 ([#403](#403)) ([c221a79](c221a79))
* **deps:** bump aquasecurity/trivy-action from 0.4.0 to 0.4.1 ([#408](#408)) ([aa46b27](aa46b27))
* **deps:** bump cycjimmy/semantic-release-action from 2.7.0 to 3.0.0 ([#328](#328)) ([70d4fc1](70d4fc1))
* **deps:** bump github/codeql-action ([#373](#373)) ([427789a](427789a))
* **deps:** bump github/codeql-action from 1.0.30 to 1.0.31 ([#300](#300)) ([20d3197](20d3197))
* **deps:** bump github/codeql-action from 1.0.31 to 1.0.32 ([#308](#308)) ([e24c093](e24c093))
* **deps:** bump github/codeql-action from 1.0.32 to 1.1.0 ([#311](#311)) ([41d499d](41d499d))
* **deps:** bump github/codeql-action from 1.1.0 to 1.1.2 ([#318](#318)) ([24a8dee](24a8dee))
* **deps:** bump github/codeql-action from 1.1.2 to 1.1.3 ([#323](#323)) ([41d6bfa](41d6bfa))
* **deps:** bump github/codeql-action from 1.1.3 to 1.1.4 ([#333](#333)) ([0b3ba1c](0b3ba1c))
* **deps:** bump github/codeql-action from 1.1.4 to 1.1.5 ([#337](#337)) ([dc865a2](dc865a2))
* **deps:** bump github/codeql-action from 1.1.5 to 2.1.6 ([#343](#343)) ([5483e39](5483e39))
* **deps:** bump github/codeql-action from 2.1.10 to 2.1.11 ([#377](#377)) ([91d44e8](91d44e8))
* **deps:** bump github/codeql-action from 2.1.11 to 2.1.12 ([#396](#396)) ([374ece0](374ece0))
* **deps:** bump github/codeql-action from 2.1.6 to 2.1.7 ([#346](#346)) ([5060872](5060872))
* **deps:** bump github/codeql-action from 2.1.7 to 2.1.8 ([#349](#349)) ([fad5d81](fad5d81))
* **deps:** bump github/codeql-action from 2.1.8 to 2.1.10 ([#372](#372)) ([ea43c73](ea43c73))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([#341](#341)) ([1403070](1403070))
* **deps:** bump ossf/scorecard-action from 1.0.2 to 1.0.3 ([#301](#301)) ([0c655aa](0c655aa))
* **deps:** bump ossf/scorecard-action from 1.0.3 to 1.0.4 ([#319](#319)) ([b365a49](b365a49))
* **deps:** bump ossf/scorecard-action from 1.0.4 to 1.1.0 ([#389](#389)) ([17dc9f5](17dc9f5))
* **deps:** bump ossf/scorecard-action from 1.1.0 to 1.1.1 ([#395](#395)) ([0126739](0126739))
* **deps:** bump returntocorp/semgrep-action ([#306](#306)) ([4836662](4836662))
* **deps:** bump returntocorp/semgrep-action ([#344](#344)) ([b0553c1](b0553c1))
* **deps:** bump returntocorp/semgrep-action ([#347](#347)) ([17eb0d9](17eb0d9))
* **deps:** bump returntocorp/semgrep-action ([#353](#353)) ([b333179](b333179))
* **deps:** bump returntocorp/semgrep-action ([#359](#359)) ([b601ab1](b601ab1))
* **deps:** bump returntocorp/semgrep-action ([#362](#362)) ([0ee83a6](0ee83a6))
* **deps:** bump returntocorp/semgrep-action ([#378](#378)) ([e5edc82](e5edc82))
* **deps:** bump returntocorp/semgrep-action ([#380](#380)) ([62652ce](62652ce))
* **deps:** bump returntocorp/semgrep-action ([#390](#390)) ([597fecd](597fecd))
* **deps:** bump returntocorp/semgrep-action ([#399](#399)) ([3f9d332](3f9d332))
* **deps:** bump returntocorp/semgrep-action ([#401](#401)) ([14abfb2](14abfb2))
* **deps:** bump returntocorp/semgrep-action ([#407](#407)) ([9f9ca9b](9f9ca9b))
* **deps:** bump rollup from 2.66.1 to 2.67.2 ([#310](#310)) ([10e1cd8](10e1cd8))
* **deps:** bump rollup from 2.67.2 to 2.68.0 ([#320](#320)) ([6e8cd40](6e8cd40))
* **deps:** bump rollup from 2.68.0 to 2.75.3 ([#392](#392)) ([192b731](192b731))
* **deps:** bump rollup from 2.75.3 to 2.75.5 ([#394](#394)) ([66d143f](66d143f))
* **deps:** bump rollup from 2.75.5 to 2.75.6 ([#400](#400)) ([3a9fbe7](3a9fbe7))
* **deps:** bump step-security/harden-runner from 1.3.0 to 1.4.0 ([#312](#312)) ([c068018](c068018))
* **deps:** bump step-security/harden-runner from 1.4.0 to 1.4.1 ([#339](#339)) ([63f412f](63f412f))
* **deps:** bump step-security/harden-runner from 1.4.1 to 1.4.3 ([#367](#367)) ([5f9dd6b](5f9dd6b))
* fix step harden runner ([fabd5b8](fabd5b8))
* Move Rollup dependencies to devDependencies ([#404](#404)) ([2f2a4b1](2f2a4b1))
@kapiche-bot
Copy link

🎉 This PR is included in version 0.5.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants