changelog
changelog copied to clipboard
build(deps): bump glob-parent and xo
Bumps glob-parent to 5.1.2 and updates ancestor dependency xo. These dependencies need to be updated together.
Updates glob-parent from 3.1.0 to 5.1.2
Release notes
Sourced from glob-parent's releases.
v5.1.2
Bug Fixes
v5.1.1
Bug Fixes
v5.1.0
Features
v5.0.0
⚠ BREAKING CHANGES
- Drop support for node <6 & bump dependencies
Miscellaneous Chores
- Drop support for node <6 & bump dependencies (896c0c0)
v4.0.0
⚠ BREAKING CHANGES
- question marks are valid path characters on Windows so avoid flagging as a glob when alone
- Update is-glob dependency
Features
Changelog
Sourced from glob-parent's changelog.
5.1.2 (2021-03-06)
Bug Fixes
6.0.2 (2021-09-29)
Bug Fixes
6.0.1 (2021-07-20)
Bug Fixes
6.0.0 (2021-05-03)
⚠ BREAKING CHANGES
- Correct mishandled escaped path separators (#34)
- upgrade scaffold, dropping node <10 support
Bug Fixes
Miscellaneous Chores
- upgrade scaffold, dropping node <10 support (e83d0c5)
5.1.1 (2021-01-27)
Bug Fixes
5.1.0 (2021-01-27)
Features
5.0.0 (2021-01-27)
⚠ BREAKING CHANGES
- Drop support for node <6 & bump dependencies
... (truncated)
Commits
eb2c439chore: update changelog12bcb6cchore: release 5.1.2f923116fix: eliminate ReDoS (#36)0b014a7chore: add JSDoc returns information (#33)2b24ebdchore: generate initial changelog9b6e874chore: release 5.1.1749c35eci: try wrapping the JOB_ID in a string5d39defci: attempt to switch to published coveralls0b5b37fci: put the npm step back in for only Windows473f5d8ci: update azure build images- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by phated, a new releaser for glob-parent since your current version.
Updates xo from 0.39.1 to 0.52.3
Release notes
Sourced from xo's releases.
v0.52.3
- Fix compatibility problem with Windows (#687) a608bf1
https://github.com/xojs/xo/compare/v0.52.2...v0.52.3
v0.52.2
- Fix tsconfig resolution quirks (#683) 4cf8b05
https://github.com/xojs/xo/compare/v0.52.1...v0.52.2
v0.52.1
- Ensure tsconfig lookups work as expected (#680) de5f878
https://github.com/xojs/xo/compare/v0.52.0...v0.52.1
v0.52.0
New rules
@typescript-eslint/consistent-type-exports@typescript-eslint/consistent-type-imports@typescript-eslint/consistent-generic-constructors@typescript-eslint/consistent-type-definitions
typeandinterfaceare almost interchangeable. The main difference is thatinterfacecan be extended from anywhere, which can be useful in a few cases, but can most often cause surprising hard to track down behavior. XO prefers being strict by default and have chosentype. Just use aneslint-disablecomment in the few cases where you need the declaration to be extendable.- More info
Improvements
- Implement full tsconfig resolution (#677) b661eb8
https://github.com/xojs/xo/compare/v0.51.0...v0.52.0
v0.51.0
- Internal: Include
rulesMetain linting results (#674) cd86133
- This is meant for editor plugins and formatters.
https://github.com/xojs/xo/compare/v0.50.0...v0.51.0
v0.50.0
https://github.com/xojs/xo/compare/v0.49.0...v0.50.0
v0.49.0
New rules
... (truncated)
Commits
35645f60.52.3a608bf1Fix compatibility problem with Windows (#687)bbf323b0.52.24cf8b05Fix tsconfig resolution quirks (#683)c8ec5220.52.1de5f878Ensure tsconfig lookups work as expected (#680)a152e1b0.52.0b6fea12Update dependenciesb661eb8Implement full tsconfig resolution (#677)7fe3b480.51.0- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.