eslint-plugin-regexp
eslint-plugin-regexp copied to clipboard
ESLint plugin for finding regex mistakes and style guide violations.
Bumps [rollup](https://github.com/rollup/rollup) from 4.13.0 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.8 to 5.4.6. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. Changelog Sourced from vite's...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
**Motivation** `require-unicode-regexp` in ESLint now supports a `requireFlag` option to require the `v` flag (as your plugin already does). However, if one is stuck in environments that don't support the...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | [`~3.5.0` -> `~3.6.0`](https://renovatebot.com/diffs/npm/prettier/3.5.2/3.6.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://redirect.github.com/vuejs/eslint-plugin-vue)) | [`^9.26.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/9.26.0/10.0.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/eslint-scope](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint-scope) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint-scope)) | [`^3.7.1` -> `^8.0.0`](https://renovatebot.com/diffs/npm/@types%2feslint-scope/3.7.4/8.3.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/eslint__eslintrc](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint__eslintrc) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint__eslintrc)) | [`^2.1.1` -> `^3.0.0`](https://renovatebot.com/diffs/npm/@types%2feslint__eslintrc/2.1.1/3.3.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [markdownlint-cli](https://redirect.github.com/igorshubovych/markdownlint-cli) | [`^0.44.0` -> `^0.45.0`](https://renovatebot.com/diffs/npm/markdownlint-cli/0.44.0/0.45.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Nice plugin! One thing that seems to be missing though is there is no rule that bans `+`, `*`, `{1,}` and `{0,}`, or in other words groups with no upper...