Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

chore(deps-dev): bump eslint from 7.28.0 to 7.29.0 #1070

Merged
merged 1 commit into from
Jul 2, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2021

Bumps eslint from 7.28.0 to 7.29.0.

Release notes

Sourced from eslint's releases.

v7.29.0

  • bfbfe5c New: Add only to RuleTester (refs eslint/rfcs#73) (#14677) (Brandon Mills)
  • c2cd7b4 New: Add ESLint#getRulesMetaForResults() (refs #13654) (#14716) (Nicholas C. Zakas)
  • eea7e0d Chore: remove duplicate code (#14719) (Nitin Kumar)
  • 6a1c7a0 Fix: allow fallthrough comment inside block (fixes #14701) (#14702) (Kevin Gibbons)
  • a47e5e3 Docs: Add Mega-Linter to the list of integrations (#14707) (Nicolas Vuillamy)
  • 353ddf9 Chore: enable reportUnusedDisableDirectives in eslint-config-eslint (#14699) (薛定谔的猫)
  • 757c495 Chore: add some rules to eslint-config-eslint (#14692) (薛定谔的猫)
  • c93a222 Docs: fix a broken link (#14697) (Sam Chen)
  • 655c118 Sponsors: Sync README with website (ESLint Jenkins)
  • e2bed2e Sponsors: Sync README with website (ESLint Jenkins)
  • 8490fb4 Sponsors: Sync README with website (ESLint Jenkins)
  • ddbe877 Sponsors: Sync README with website (ESLint Jenkins)
Changelog

Sourced from eslint's changelog.

v7.29.0 - June 18, 2021

  • bfbfe5c New: Add only to RuleTester (refs eslint/rfcs#73) (#14677) (Brandon Mills)
  • c2cd7b4 New: Add ESLint#getRulesMetaForResults() (refs #13654) (#14716) (Nicholas C. Zakas)
  • eea7e0d Chore: remove duplicate code (#14719) (Nitin Kumar)
  • 6a1c7a0 Fix: allow fallthrough comment inside block (fixes #14701) (#14702) (Kevin Gibbons)
  • a47e5e3 Docs: Add Mega-Linter to the list of integrations (#14707) (Nicolas Vuillamy)
  • 353ddf9 Chore: enable reportUnusedDisableDirectives in eslint-config-eslint (#14699) (薛定谔的猫)
  • 757c495 Chore: add some rules to eslint-config-eslint (#14692) (薛定谔的猫)
  • c93a222 Docs: fix a broken link (#14697) (Sam Chen)
  • 655c118 Sponsors: Sync README with website (ESLint Jenkins)
  • e2bed2e Sponsors: Sync README with website (ESLint Jenkins)
  • 8490fb4 Sponsors: Sync README with website (ESLint Jenkins)
  • ddbe877 Sponsors: Sync README with website (ESLint Jenkins)
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 7.28.0 to 7.29.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v7.28.0...v7.29.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 chore label to mark dependency and documentation updates dependencies Pull requests that update a dependency file minor label to mark PRs for the next minor release labels Jul 1, 2021
@filiptronicek filiptronicek merged commit c5b19ae into main Jul 2, 2021
@filiptronicek filiptronicek deleted the dependabot/npm_and_yarn/eslint-7.29.0 branch July 2, 2021 21:52
bdougie pushed a commit that referenced this pull request Jul 14, 2021
* docs: add gh-pages static generated developer documentation

* build(npm): compartimentalize linting to source folders

* ci(docs): optimise docusaurus build by dropping webpack

* fix: add proper docusaurus config metadata

* chore: fix lint issues

* fix(ci): docusaurus needs build step now

* fix(ci): docusaurus should run only on successful push to main

* docs: add pull request conflict resolution mini tutorial

* Merge remote-tracking branch 'upstream/main' into 1053-storybook-dark-mode

# By filiptronicek (5) and others
# Via filiptronicek
* upstream/main:
  chore(release): 0.21.21
  fix: added proper release management resolution (#1064)
  chore(release): 0.21.20
  chore(deps-dev): bump mini-css-extract-plugin from 1.6.0 to 1.6.2 (#1066)
  chore(release): 0.21.19
  fix: fonts when user is logged out
  chore(release): 0.21.18
  Revert "chore(deps-dev): bump jest-axe from 4.1.0 to 5.0.1 (#1071)"
  chore(release): 0.21.17
  chore(deps-dev): bump @babel/eslint-parser from 7.14.5 to 7.14.7 (#1067)
  chore(deps-dev): bump eslint from 7.28.0 to 7.29.0 (#1070)
  chore(deps-dev): bump jest-axe from 4.1.0 to 5.0.1 (#1071)
  chore(release): 0.21.16
  doc: add a Learn With Jason doc (#1073)

# Conflicts:
#	npm-shrinkwrap.json

* build(npm): update some minor deps
github-actions bot pushed a commit that referenced this pull request Jul 14, 2021
* docs: add gh-pages static generated developer documentation

* build(npm): compartimentalize linting to source folders

* ci(docs): optimise docusaurus build by dropping webpack

* fix: add proper docusaurus config metadata

* chore: fix lint issues

* fix(ci): docusaurus needs build step now

* fix(ci): docusaurus should run only on successful push to main

* docs: add pull request conflict resolution mini tutorial

* Merge remote-tracking branch 'upstream/main' into 1053-storybook-dark-mode

# By filiptronicek (5) and others
# Via filiptronicek
* upstream/main:
  chore(release): 0.21.21
  fix: added proper release management resolution (#1064)
  chore(release): 0.21.20
  chore(deps-dev): bump mini-css-extract-plugin from 1.6.0 to 1.6.2 (#1066)
  chore(release): 0.21.19
  fix: fonts when user is logged out
  chore(release): 0.21.18
  Revert "chore(deps-dev): bump jest-axe from 4.1.0 to 5.0.1 (#1071)"
  chore(release): 0.21.17
  chore(deps-dev): bump @babel/eslint-parser from 7.14.5 to 7.14.7 (#1067)
  chore(deps-dev): bump eslint from 7.28.0 to 7.29.0 (#1070)
  chore(deps-dev): bump jest-axe from 4.1.0 to 5.0.1 (#1071)
  chore(release): 0.21.16
  doc: add a Learn With Jason doc (#1073)

# Conflicts:
#	npm-shrinkwrap.json

* build(npm): update some minor deps b116649
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chore label to mark dependency and documentation updates dependencies Pull requests that update a dependency file minor label to mark PRs for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant