react-grid-system
react-grid-system copied to clipboard
Update eslint-config-prettier 9.1.0 → 10.1.5 (major)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint-config-prettier (9.1.0 → 10.1.5) · Repo · Changelog
Release Notes
10.1.5
Patch Changes
Full Changelog: v10.1.4...v10.1.5
10.1.4
Patch Changes
Full Changelog: v10.1.3...v10.1.4
10.1.3
Patch Changes
New Contributors
Full Changelog: v10.1.2...v10.1.3
10.1.2
Patch Changes
10.1.1
Patch Changes
#309
eb56a5eThanks @JounQin! - fix: separate the/flatentry for compatibilityFor 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 #308
// before import eslintConfigPrettier from "eslint-config-prettier";// after import eslintConfigPrettier from "eslint-config-prettier/flat";
10.1.0
Minor Changes
10.0.3
Patch Changes
#294
8dbbd6dThanks @FloEdelmann! - feat: add name to config#280
cba5737Thanks @zanminkian! - feat: add declaration fileNew Contributors
- @zanminkian made their first contribution in #280
- @FloEdelmann made their first contribution in #294
Full Changelog: v10.0.2...v10.0.3
10.0.2
Patch Changes
10.0.1
eslint-config-prettier
10.0.1
What's Changed
- chore: migrate to changeset for automatically releasing by @JounQin in #278
- add support for
@stylistic/eslint-pluginby @abrahamguo in #272New Contributors
- @JounQin made their first contribution in #278
- @abrahamguo made their first contribution in #272
Full Changelog: v9.1.0...v10.0.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 34 commits:
chore: release eslint-config-prettier (#333)chore: add `funding` field into `package.json` (#332)chore: release eslint-config-prettier (#329)chore(deps): update all dependencies (#330)fix(cli): do not crash on no rules configured (#328)chore: release eslint-config-prettier (#326)fix: this package is `commonjs`, align its types correctly (#325)chore: release eslint-config-prettier (#322)chore(package): add homepage url (#321)chore(deps): update yarn to v4.8.1 (#320)chore: ignore `eslint-find-rules` for ESLint 8 compatibilitychore: housekeeping, upgrade all (dev) dependencies (#319)chore: add renovate presetchore: release eslint-config-prettier (#310)chore: use flat entry for flat config verificationfix: separate the `/flat` entry for compatibility (#309)chore: release eslint-config-prettier (#307)feat: migrate to exports field (#306)chore: release eslint-config-prettier (#304)chore: add missing @stylistic/eslint-plugin-plusci: testing, migrate to yarn v4 (#305)feat: add name to config (#294)feat: add declaration file (#280)docs: add more installation commands, with shell code blocks (#303)chore: release eslint-config-prettier (#301)chore(package): explicitly declare js module type (#299)ci: bump github actions (#300)chore: add FUNDING.ymlfix: add main fieldchore: change release folderschore: release eslint-config-prettier (#296)feat: add support for `@stylistic/eslint-plugin` (#272)chore: migrate to changeset for automatically releasing (#278)Remove unused eslint-disable-next-line comment
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu cancel merge
- Cancels automatic merging of this PR
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)