eslint-plugin-editorconfig
eslint-plugin-editorconfig copied to clipboard
chore(deps): bump editorconfig from 1.0.4 to 2.0.0
Bumps editorconfig from 1.0.4 to 2.0.0.
Release notes
Sourced from editorconfig's releases.
Bug fixes. Requires node >=16
- Breaking: Now requires Node v16+
- Enable extended globbing from minimatch. This means that some patterns will work in this version might not work in other editorconfig implementations. Fixes #84.
- Add
unsetoption to API and CLI. When enabled, properties with the value "unset" will be removed from the returned object. Defaults to false in all cases, since according to the core team, this is something that the editor plugin is supposed to do, and the tests reinforce this. Anunset()function is now exported if you'd like to call it explicitly. Fixes #123.
Changelog
Sourced from editorconfig's changelog.
2.0.0
- Breaking: Now requires Node v16+
- Enable extended globbing from minimatch. This means that some patterns will work in this version might not work in other editorconfig implementations. Fixes #84.
- Add
unsetoption to API and CLI. When enabled, properties with the value "unset" will be removed from the returned object. Defaults to false in all cases, since according to the core team, this is something that the editor plugin is supposed to do, and the tests reinforce this. Anunset()function is now exported if you'd like to call it explicitly. Fixes #123.1.0.3
- Updated all dependencies, including security fixes for semver 7.3.8
1.0.2
- Updated all dependencies, including breaking changes from minimatch and rimraf.
- Removed
@types/minimatchin favor of minimatch's built-in type definitions.1.0.1
- Fixed #111 by updating to latest version of one-ini. Config files that contained empty comment lines would cause parse failures.
1.0.0
- Upgrade dependencies, including moving to modern TS linting with eslint, using minimap directly, and removing now-unneeded dependencies.
- Moved to
@one-ini/wasmas the parser- Moved to GitHub Actions for CI
- Added automated API testing, with coverage statistics
- Ensured that all tests pass on Windows
- Added an option to receive information about which config files were used to produce the combined parameters
- Added an option for caching (including negative caching)
- Breaking: Now requires Node v14+
0.15.3
- Move
@typesdependencies to dev dependencies.- Upgrade dependencies.
0.15.2
- Fix publish.
0.15.1
- Update dependencies.
... (truncated)
Commits
977caeb2.0.0360a28dMerge pull request #124 from hildjj/readmea9f4d54readme3b7855aMerge pull request #122 from hildjj/bugfixesb28cc90should.js is now deprecated. Switch to chai.6ec5744override semver and wordwrap. Update all dependencies. Audit trail is now clean30fe8aeOptionally process 'unset' properties. Fixes #123dbd64f9Enable extended glob patterns. Fixes #84.fcb5b16Breaking: update minimum node version to 16- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)