Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2023

Bumps eslint-plugin-check-file from 1.2.2 to 2.3.0.

Release notes

Sourced from eslint-plugin-check-file's releases.

v2.3.0

Fixed

  • the rule folder-naming-convention can use a pattern with multiple matchers to select target folders #21

Added

  • the rule filename-blocklist should report an error when blocklist pattern object isn't an object type
  • the rule filename-naming-convention should report an error when naming pattern object isn't an object type
  • the rule folder-match-with-fex should report an error when naming pattern object isn't an object type
  • the rule folder-naming-convention should report an error when naming pattern object isn't an object type

Changed

  • unify the style of error messages for the existing rules
  • upgrade dependencies to the latest version

v2.2.0

Thanks to @​ratierd #17

Added

  • the rule filename-naming-convention can use prefined match syntax

v2.1.0

Thanks to @​jbkey23 #18

Fixed

  • the rule filename-blacklist can specify the target file by its file path

Deprecated

  • the rule filename-blacklist can specify the target file by its filename

v2.0.0

Thanks to @​jbkey23 #16

Changed

  • the rule filename-blacklist renamed to filename-blocklist
  • the rule filename-naming-convention show filename without path in error message

Removed

  • the rule filename-naming-convention can specify the target file by its extension

In this version, there have been some incompatible changes. Here is what you need to know:

  • the rule filename-blacklist need to renamed to filename-blocklist
  • the rule filename-naming-convention cann't specify the target file by its extension any more. Please select your target files by their file path. For example, using **/*.js instead of *.js to select all js files.

v1.3.1

Fixed

  • fix builtin CAMEL_CASE glob expression #14

v1.3.0

Thanks to @​florianehmke #11

... (truncated)

Changelog

Sourced from eslint-plugin-check-file's changelog.

2.3.0 - 2023-05-13

Fixed

  • the rule folder-naming-convention can use a pattern with multiple matchers to select target folders

Added

  • the rule filename-blocklist should report an error when blocklist pattern object isn't an object type
  • the rule filename-naming-convention should report an error when naming pattern object isn't an object type
  • the rule folder-match-with-fex should report an error when naming pattern object isn't an object type
  • the rule folder-naming-convention should report an error when naming pattern object isn't an object type

Changed

  • unify the style of error messages for the existing rules
  • upgrade dependencies to the latest version

2.2.0 - 2023-04-01

Added

  • the rule filename-naming-convention can use prefined match syntax

2.1.0 - 2023-03-25

Fixed

  • the rule filename-blacklist can specify the target file by its file path

Deprecated

  • the rule filename-blacklist can specify the target file by its filename

2.0.0 - 2023-03-05

Changed

  • the rule filename-blacklist renamed to filename-blocklist
  • the rule filename-naming-convention show filename without path in error message

Removed

  • the rule filename-naming-convention can specify the target file by its extension

1.3.1 - 2023-01-15

Fixed

  • fix builtin CAMEL_CASE glob expression

1.3.0 - 2022-11-05

Added

... (truncated)

Commits
  • 5f0c650 chore: bumped version number to 2.3.0
  • ad98e15 fix: update comment
  • 7fc04fd chore: publish to npm and gpr
  • 6cbe629 refactor: rename
  • ad5bbb1 docs: update docs
  • d386be0 refactor: use folderPattern directly
  • c518493 chore: fix eslint namespace warnning
  • 08026c2 chore: fix eslint tuples warnning
  • f1b3c0e refactor: move matchRule method and rename file
  • 0fae3f3 feat: optimize error message
  • 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.


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-plugin-check-file](https://github.com/DukeLuo/eslint-plugin-check-file) from 1.2.2 to 2.3.0.
- [Release notes](https://github.com/DukeLuo/eslint-plugin-check-file/releases)
- [Changelog](https://github.com/DukeLuo/eslint-plugin-check-file/blob/main/CHANGELOG.md)
- [Commits](dukeluo/eslint-plugin-check-file@v1.2.2...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 15, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 13, 2023

Superseded by #256.

@dependabot dependabot bot closed this Jun 13, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-plugin-check-file-2.3.0 branch June 13, 2023 06:04
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.

1 participant