Bump eslint-config-prettier from 9.1.0 to 10.1.5 by dependabot[bot] · Pull Request #639 · actions/setup-dotnet (original) (raw)
Bumps eslint-config-prettier from 9.1.0 to 10.1.5.
Release notes
Sourced from eslint-config-prettier's releases.
v10.1.5
Patch Changes
Full Changelog: prettier/eslint-config-prettier@v10.1.4...v10.1.5
v10.1.4
Patch Changes
- #328 94b4799 Thanks @silvenon! - fix(cli): do not crash on no rules configured
Full Changelog: prettier/eslint-config-prettier@v10.1.3...v10.1.4
v10.1.3
Patch Changes
New Contributors
- @pilikan made their first contribution in prettier/eslint-config-prettier#325
Full Changelog: prettier/eslint-config-prettier@v10.1.2...v10.1.3
v10.1.2
Patch Changes
- #321 a8768bf Thanks @Fdawgs! - chore(package): add homepage for some 3rd-party registry - see #321 for more details
v10.1.1
Patch Changes
- #309 eb56a5e Thanks @JounQin! - fix: separate the
/flatentry for compatibility
For flat config users, the previous"eslint-config-prettier"entry still works, but"eslint-config-prettier/flat"adds a newnameproperty for config-inspector, we just can't add it for the default entry for compatibility.
See also prettier/eslint-config-prettier#308
// before
import eslintConfigPrettier from "eslint-config-prettier";
// after
import eslintConfigPrettier from "eslint-config-prettier/flat";v10.1.0
Minor Changes
... (truncated)
Changelog
Sourced from eslint-config-prettier's changelog.
10.1.5
Patch Changes
10.1.4
Patch Changes
- #328 94b4799 Thanks @silvenon! - fix(cli): do not crash on no rules configured
10.1.3
Patch Changes
10.1.2
Patch Changes
- #321 a8768bf Thanks @Fdawgs! - chore(package): add homepage for some 3rd-party registry - see #321 for more details
10.1.1
Patch Changes
- #309 eb56a5e Thanks @JounQin! - fix: separate the
/flatentry for compatibility
For flat config users, the previous"eslint-config-prettier"entry still works, but"eslint-config-prettier/flat"adds a newnameproperty for config-inspector, we just can't add it for the default entry for compatibility.
See also prettier/eslint-config-prettier#308
// before
import eslintConfigPrettier from "eslint-config-prettier";
// after
import eslintConfigPrettier from "eslint-config-prettier/flat";10.1.0
Minor Changes
10.0.3
... (truncated)
Commits
- 4c94893 chore: release eslint-config-prettier (#333)
- 60fef02 chore: add
fundingfield intopackage.json(#332) - f55501f chore: release eslint-config-prettier (#329)
- 50a8a22 chore(deps): update all dependencies (#330)
- 94b4799 fix(cli): do not crash on no rules configured (#328)
- cdc4a5c chore: release eslint-config-prettier (#326)
- 4e95a1d fix: this package is
commonjs, align its types correctly (#325) - 8911369 chore: release eslint-config-prettier (#322)
- a8768bf chore(package): add homepage url (#321)
- 4ae04c0 chore(deps): update yarn to v4.8.1 (#320)
- Additional commits viewable in compare view Maintainer changes
This version was pushed to npm by jounqin, a new releaser for eslint-config-prettier since your current version.
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 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)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.