Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps-dev): bump eslint from 8.22.0 to 8.41.0#52

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
lindseywild merged 1 commit intomainfromdependabot/npm_and_yarn/eslint-8.41.0
Jun 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJun 1, 2023
edited
Loading

⚠️Dependabot is rebasing this PR⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumpseslint from 8.22.0 to 8.41.0.

Release notes

Sourced fromeslint's releases.

v8.41.0

Features

  • 880a431 feat: change default ignore pattern to**/node_modules/ in flat config (#17184) (Milos Djermanovic)
  • 8bf5505 feat: exposeshouldUseFlatConfig (#17169) (Connor Prussin)

Bug Fixes

  • 4f5440d fix: incorrect warning message for ignored dotfiles (#17196) (Milos Djermanovic)
  • 94da96c fix: unifyLintMessage type (#17076) (Brandon Mills)
  • 0c415cd fix: validateignorePatterns constructor option inFlatESLint class (#17139) (Milos Djermanovic)
  • 9682d66 fix: switchgrapheme-splitter tographemer (#17160) (fisker Cheung)

Documentation

  • 7709b14 docs: Update README (GitHub Actions Bot)
  • 7f183e0 docs: Update triage process description (#17157) (Nicholas C. Zakas)
  • b68346b docs: fix license to reflect relicensing of jshint (#17165) (Stefan Bischof)

Chores

  • f43216a chore: upgrade@​eslint/js@​8.41.0 (#17200) (Milos Djermanovic)
  • 95c3007 chore: package.json update for@​eslint/js release (ESLint Jenkins)
  • ddc5291 chore: don't use deprecatedcontext methods inast-utils tests (#17194) (Milos Djermanovic)
  • b1516db chore: Fix return type offindFlatConfigFile (#17161) (Milos Djermanovic)
  • 918b0fd perf: Store indent descriptors in a plain array (#17148) (Francesco Trotta)
  • 4caa344 refactor: locateConfigFileToUse returns an Error object (#17159) (唯然)

v8.40.0

Features

  • 5db7808 feat: improve flat config errors for invalid rule options and severities (#17140) (Josh Goldberg ✨)
  • f5574dc feat: Add findConfigFile() method to FlatESLint (#17142) (Nicholas C. Zakas)
  • e52b98b feat: addsourceCode property to the rule context (#17107) (Nitin Kumar)
  • 1468f5b feat: addphysicalFilename property to the rule context (#17111) (Nitin Kumar)
  • 0df4d4f feat: addcwd to rule context (#17106) (Nitin Kumar)
  • 52018f2 feat: addfilename property to the rule context (#17108) (Nitin Kumar)
  • 559ff4e feat: add newomitLastInOneLineClassBody option to thesemi rule (#17105) (Nitin Kumar)

Bug Fixes

  • f076e54 fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#17151) (Nicholas C. Zakas)

Documentation

  • e980bf3 docs: Update README (GitHub Actions Bot)
  • e92a6fc docs: Update README (GitHub Actions Bot)
  • af5fe64 docs: Fix custom rule schema docs (#17115) (Adam Jones)
  • 4a352a9 docs: explain how to include predefined globals (#17114) (Marcus Wyatt)
  • 5ea15d9 docs: add mastodon link in readme (#17110) (唯然)

Chores

  • 4053004 chore: upgrade@​eslint/js@​8.40.0 (#17156) (Milos Djermanovic)
  • 50fed1d chore: package.json update for@​eslint/js release (ESLint Jenkins)
  • 4c7a170 chore: upgrade@​eslint/eslintrc@​2.0.3 (#17155) (Milos Djermanovic)
  • e80b7cc chore: upgrade espree@9.5.2 (#17154) (Milos Djermanovic)
  • ce3ac91 chore: upgrade eslint-visitor-keys@3.4.1 (#17153) (Milos Djermanovic)

... (truncated)

Changelog

Sourced fromeslint's changelog.

v8.41.0 - May 19, 2023

  • f43216a chore: upgrade@​eslint/js@​8.41.0 (#17200) (Milos Djermanovic)
  • 95c3007 chore: package.json update for@​eslint/js release (ESLint Jenkins)
  • 4f5440d fix: incorrect warning message for ignored dotfiles (#17196) (Milos Djermanovic)
  • ddc5291 chore: don't use deprecatedcontext methods inast-utils tests (#17194) (Milos Djermanovic)
  • 880a431 feat: change default ignore pattern to**/node_modules/ in flat config (#17184) (Milos Djermanovic)
  • 94da96c fix: unifyLintMessage type (#17076) (Brandon Mills)
  • 7709b14 docs: Update README (GitHub Actions Bot)
  • 8bf5505 feat: exposeshouldUseFlatConfig (#17169) (Connor Prussin)
  • 7f183e0 docs: Update triage process description (#17157) (Nicholas C. Zakas)
  • 0c415cd fix: validateignorePatterns constructor option inFlatESLint class (#17139) (Milos Djermanovic)
  • b1516db chore: Fix return type offindFlatConfigFile (#17161) (Milos Djermanovic)
  • b68346b docs: fix license to reflect relicensing of jshint (#17165) (Stefan Bischof)
  • 9682d66 fix: switchgrapheme-splitter tographemer (#17160) (fisker Cheung)
  • 918b0fd perf: Store indent descriptors in a plain array (#17148) (Francesco Trotta)
  • 4caa344 refactor: locateConfigFileToUse returns an Error object (#17159) (唯然)

v8.40.0 - May 5, 2023

  • 4053004 chore: upgrade@​eslint/js@​8.40.0 (#17156) (Milos Djermanovic)
  • 50fed1d chore: package.json update for@​eslint/js release (ESLint Jenkins)
  • f076e54 fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#17151) (Nicholas C. Zakas)
  • 4c7a170 chore: upgrade@​eslint/eslintrc@​2.0.3 (#17155) (Milos Djermanovic)
  • e80b7cc chore: upgrade espree@9.5.2 (#17154) (Milos Djermanovic)
  • ce3ac91 chore: upgrade eslint-visitor-keys@3.4.1 (#17153) (Milos Djermanovic)
  • 5db7808 feat: improve flat config errors for invalid rule options and severities (#17140) (Josh Goldberg ✨)
  • f5574dc feat: Add findConfigFile() method to FlatESLint (#17142) (Nicholas C. Zakas)
  • e52b98b feat: addsourceCode property to the rule context (#17107) (Nitin Kumar)
  • e980bf3 docs: Update README (GitHub Actions Bot)
  • 9094d79 chore: addlatest/ tometa.docs.url in all core rules (#17136) (Milos Djermanovic)
  • 1468f5b feat: addphysicalFilename property to the rule context (#17111) (Nitin Kumar)
  • 0df4d4f feat: addcwd to rule context (#17106) (Nitin Kumar)
  • 52018f2 feat: addfilename property to the rule context (#17108) (Nitin Kumar)
  • 559ff4e feat: add newomitLastInOneLineClassBody option to thesemi rule (#17105) (Nitin Kumar)
  • e92a6fc docs: Update README (GitHub Actions Bot)
  • d85efad perf: don't usegrapheme-splitter on ASCII strings in key-spacing rule (#17122) (Milos Djermanovic)
  • af5fe64 docs: Fix custom rule schema docs (#17115) (Adam Jones)
  • 4a352a9 docs: explain how to include predefined globals (#17114) (Marcus Wyatt)
  • 5ea15d9 docs: add mastodon link in readme (#17110) (唯然)

v8.39.0 - April 21, 2023

  • 60a6f26 chore: upgrade@​eslint/js@​8.39.0 (#17102) (Milos Djermanovic)
  • d5ba5c0 chore: package.json update for@​eslint/js release (ESLint Jenkins)
  • 6987dc5 docs: Fix formatting in Custom Rules docs (#17097) (Milos Djermanovic)
  • 4ee92e5 docs: Update README (GitHub Actions Bot)
  • 3f7af9f feat: ImplementSourceCode#markVariableAsUsed() (#17086) (Nicholas C. Zakas)
  • d8e9887 docs: Custom Rules cleanup/expansion (#16906) (Ben Perlmutter)
  • f57eff2 ci: run tests on Node.js v20 (#17093) (Nitin Kumar)

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

@dependabotdependabotbot requested a review froma team as acode ownerJune 1, 2023 14:52
@dependabotdependabotbot requested a review fromits-miaJune 1, 2023 14:52
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update Javascript code labelsJun 1, 2023
@accessibility-bot
Copy link
Collaborator

👋 Hello and thanks for pinging us! You've entered ourfirst responder queue. An accessibility first responder will review this soon.

  • 💻 On PRs for our review: please provide a review environment with steps to validate, screenshots (with alt text), or videos (with description following) demonstrating functionality we should be checking. This will help speed up our review and feedback cycle.
  • ⚠️If this is urgent, please visit us in#accessibility on Slack and tag the first responder(s) listed in the channel topic.

Bumps [eslint](https://github.com/eslint/eslint) from 8.22.0 to 8.41.0.- [Release notes](https://github.com/eslint/eslint/releases)- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)- [Commits](eslint/eslint@v8.22.0...v8.41.0)---updated-dependencies:- dependency-name: eslint  dependency-type: direct:development  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/eslint-8.41.0 branch frome96c232 toa806f2cCompareJune 1, 2023 16:23
@lindseywildlindseywild merged commit92e1f01 intomainJun 1, 2023
@lindseywildlindseywild deleted the dependabot/npm_and_yarn/eslint-8.41.0 branchJune 1, 2023 16:24
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@lindseywildlindseywildlindseywild approved these changes

@its-miaits-miaAwaiting requested review from its-miaits-mia is a code owner automatically assigned from github/accessibility

Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@accessibility-bot@lindseywild

[8]ページ先頭

©2009-2025 Movatter.jp