type and interface are almost interchangeable. The main difference is that interface can 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 chosen type. Just use an eslint-disable comment in the few cases where you need the declaration to be extendable.
yeoman-environmentand yeoman-generator moved to peerDependencies and bumped to latest major versions.
Action: install the versions you are targeting manually.
When targeting yo 3.x use yeoman-environment ^2.10.3 and yeoman-generator <5.0.0.
When targeting yo 4.x use yeoman-environment ^3.0.0.
Bump yeoman-generator and yeoman-environment and move to peer. ff0c7be
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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will 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](https://github.com/dar5hak/generator-awesome-list/network/alerts).
Bumps glob-parent to 5.1.2 and updates ancestor dependencies glob-parent, xo and yeoman-test. These dependencies need to be updated together.
Updates
glob-parent
from 5.1.1 to 5.1.2Release notes
Sourced from glob-parent's releases.
Changelog
Sourced from glob-parent's changelog.
Commits
eb2c439
chore: update changelog12bcb6c
chore: release 5.1.2f923116
fix: eliminate ReDoS (#36)0b014a7
chore: add JSDoc returns information (#33)2b24ebd
chore: generate initial changelogUpdates
xo
from 0.33.0 to 0.52.4Release notes
Sourced from xo's releases.
... (truncated)
Commits
db6e207
0.52.4e69a192
Fix a bug with relativeextends
(#686)f9c7db9
Update XO badge (#692)92b3a3d
Replace link tonode
ESLint plugin withn
in readme (#690)35645f6
0.52.3a608bf1
Fix compatibility problem with Windows (#687)bbf323b
0.52.24cf8b05
Fix tsconfig resolution quirks (#683)c8ec522
0.52.1de5f878
Ensure tsconfig lookups work as expected (#680)Updates
yeoman-test
from 3.0.0 to 6.3.0Release notes
Sourced from yeoman-test's releases.
... (truncated)
Commits
50d2d55
6.3.0d5a8ac8
Reduce npm audit warnings.b2f380c
Deconstruct fs import.b56b012
Fix Node 16 deprecation (#157)e241de3
6.2.09dd4c2a
Forward generator to the RunResult.0483609
6.1.046d71c2
Fix test using promised generator. (#152)735a86c
Implement getStateSnapshot (#153)42f5d56
Fix RunResult doc. (#150)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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will 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](https://github.com/dar5hak/generator-awesome-list/network/alerts).