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 @wordpress/eslint-plugin from 3.3.0 to 5.0.1 #11

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @wordpress/eslint-plugin from 3.3.0 to 5.0.1.

Release notes

Sourced from @wordpress/eslint-plugin's releases.

5.0.0

Features

Enhancements

Bug Fixes

Various

... (truncated)
Changelog

Sourced from @wordpress/eslint-plugin's changelog.

5.0.1 (2020-04-15)

Bug Fixes

  • Fixes an error caused by missing utils directory from published package (#21609).
  • Added the recommended Prettier config that enforces WordPress coding style guidelines (#21602).

5.0.0 (2020-04-15)

Breaking Changes

  • There is a new i18n ruleset that includes all i18n-related rules and is included in the recommended ruleset.
  • The @wordpress/valid-sprintf rule has been moved from the custom ruleset to the i18n ruleset.
  • The @wordpress/valid-sprintf rule now recognizes mix of ordered and non-ordered placeholders.
  • The bundled eslint-plugin-jest dependency has been updated from requiring ^22.15.1 to requiring ^23.8.2 (#21424).
  • The bundled eslint-plugin-jsdoc dependency has been updated from requiring ^21.0.0 to requiring ^22.1.0 (#21424).
  • The bundled eslint-plugin-react-hooks dependency has been updated from requiring ^1.6.1 to requiring ^3.0.0 (#21424).

New Features

Bug Fixes

  • The @wordpress/valid-sprintf rule now detects usage of sprintf via i18n.sprintf (e.g. when using import * as i18n from '@wordpress/i18n').
  • @wordpress/no-unused-vars-before-return will correctly consider other unused variables after encountering an instance of an excludePattern option exception.

4.1.0 (2020-04-01)

New Features

  • The prefer-const rule included in the recommended and esnext rulesets has been relaxed to allow a let assignment if any of a destructuring assignment are reassigned.

4.0.0 (2020-02-10)

Breaking Changes

  • The recommended ruleset checks again code formatting (whitespace, indenting, etc.). These rules are now enforced by Prettier itself through a plugin that diffs the code with its formatted output and reports the differences as lint errors. eslint-plugin-prettier was chosen over options like prettier-eslint because we don't run eslint --fix in hooks as we'd rather leave certain linting errors to be resolved or ignored at the author's discretion. We also don't apply any additional formatting with eslint over prettier, so the overhead would be unnecessary. eslint-plugin-prettier was chosen over options like prettier --check because it's nice to see format errors as you type as it leads you to write code with a more optimal auto-formatted output and it avoids issues like comment directives being moved out of place by prettier and the author not realizing it.

3.4.1 (2020-02-04)

Bug Fix

  • Removed plugin:prettier/recommended from recommended ruleset as it introduces breaking changes.
... (truncated)
Commits
  • ce595bd chore(release): publish
  • 9bb1d04 Update changelog files
  • 1010ec3 ESLint Plugin: Add the recommended Prettier config to enforce WP coding style...
  • 5d4e53f eslint-plugin: Add CHANGELOG entry for utils file entry
  • 4d4f4e8 eslint-plugin: fix: Cannot find module '../utils' (#21609)
  • 65dbf3a chore(release): publish
  • de58f24 Update changelog files
  • 72dd8ad Merge changes published in the Gutenberg plugin "release/7.9" branch
  • 6e2ca77 chore(release): publish
  • 35bfe81 Update changelog files
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 27, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #13.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/wordpress/eslint-plugin-5.0.1 branch April 30, 2020 08:22
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.

0 participants