Skip to content

chore(deps): bump editorconfig from 1.0.4 to 2.0.0 #79

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2024

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 unset option 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. An unset() 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 unset option 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. An unset() 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/minimatch in 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/wasm as 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 @​types dependencies to dev dependencies.
  • Upgrade dependencies.

0.15.2

  • Fix publish.

0.15.1

  • Update dependencies.

... (truncated)

Commits
  • 977caeb 2.0.0
  • 360a28d Merge pull request #124 from hildjj/readme
  • a9f4d54 readme
  • 3b7855a Merge pull request #122 from hildjj/bugfixes
  • b28cc90 should.js is now deprecated. Switch to chai.
  • 6ec5744 override semver and wordwrap. Update all dependencies. Audit trail is now clean
  • 30fe8ae Optionally process 'unset' properties. Fixes #123
  • dbd64f9 Enable extended glob patterns. Fixes #84.
  • fcb5b16 Breaking: update minimum node version to 16
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [editorconfig](https://github.com./editorconfig/editorconfig-core-js) from 1.0.4 to 2.0.0.
- [Release notes](https://github.com./editorconfig/editorconfig-core-js/releases)
- [Changelog](https://github.com./editorconfig/editorconfig-core-js/blob/main/CHANGELOG.md)
- [Commits](editorconfig/editorconfig-core-js@v1.0.4...v2.0.0)

---
updated-dependencies:
- dependency-name: editorconfig
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from phanect as a code owner May 30, 2024 14:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 30, 2024
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant