fix: add 'oxc', 'oxc-ts' and 'hermes' parsers to parserBlocklist by kbrilla · Pull Request #755 · prettier/eslint-plugin-prettier (original) (raw)
[](/apps/ellipsis-dev)
renovate Bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request
| datasource | package | from | to |
|---|---|---|---|
| npm | eslint-plugin-prettier | 5.4.0 | 5.5.4 |
v5.5.4
Patch Changes
#755
723f7a8Thanks @kbrilla! - fix: add 'oxc', 'oxc-ts' and 'hermes' parsers toparserBlocklist#751
cf52b30Thanks @andreww2012! - fix: disallow extra properties in rule options
v5.5.3
republish the latest version
Full Changelog: prettier/eslint-plugin-prettier@v5.5.2...v5.5.3
v5.5.2
Changelog
5.5.1
Patch Changes
5.5.0
Minor Changes
- #743
92f2c9cThanks @dotcarmen! - feat: support non-js languages likecssfor@eslint/cssandjsonfor@eslint/json
5.4.1
Patch Changes
- #740
c21521fThanks @JounQin! - fix(deps): bumpsynckitto v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')error
5.4.0
Minor Changes
- #736
59a0caeThanks @yashtech00! - refactor: migrateworker.jstoworker.mjs
5.3.1
Patch Changes
5.3.0
Minor Changes
5.2.6
Patch Changes
5.2.5
Patch Changes
5.2.4
Patch Changes
5.2.3
Patch Changes
5.2.2
Patch Changes
5.2.1
Patch Changes
- #668
ac036ccThanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1
5.2.0
Minor Changes
- #652
f170011Thanks @Logicer16! - feat: support parsinghtmlvia@html-eslint/parsernatively
5.1.3
Patch Changes
5.1.2
Patch Changes
#623
8210e44Thanks @BPScott! - Add exports mapping to package.json, to allowimport eslintPluginRecommended from 'eslint-plugin-prettier/recommended'to work as expected.Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.
#621
2b09e7fThanks @JounQin! - feat: support parsingmarkdownviaeslint-mdxnativelyWhat means the following is unnecessary anymore when using with
eslint-mdx/eslint-plugin-mdx![ { files: ["**/*.md"], rules: { "prettier/prettier": ["error", { parser: "markdown" }] }, }, { files: ["**/*.mdx"], rules: { "prettier/prettier": ["error", { parser: "mdx" }] }, }, ]
5.1.1
Patch Changes
5.1.0
Minor Changes
#616
3856413Thanks @BPScott! - Add recommended config for the flat config format.If you are using flat config, import the recommended config from
eslint-plugin-prettier/recommended. Like the legacy format recommended config, this automatically includes the contents ofeslint-config-prettier.// eslint.config.js const eslintPluginPrettierRecommended = require("eslint-plugin-prettier/recommended"); module.exports = [ // Any other config imports go at the top eslintPluginPrettierRecommended, ];
Patch Changes
#614
5270877Thanks @BPScott! - Add meta block to plugin. This improves debugging and cachebusting when using the new flat config#603
a63a570Thanks @filiptammergard! - fix: specifyeslint-config-prettieras peer dependencyIt's already added to
peerDependenciesMetaas optional, which means it should also be specified inpeerDependencies.
5.0.1
Patch Changes
- #588
21a7146Thanks @krist7599555! - fix:parserPathtype might beundefinedon Eslint Falt Config
5.0.0
Major Changes
#508
910aeb6Thanks @JounQin! - feat!: bump peer eslint to ">=8.0.0" and node to "^14.18.0 || >=16.0.0"#508
910aeb6Thanks @JounQin! - feat!: upgrade to prettier v3
Minor Changes
Patch Changes
#548
82a3db8Thanks @fisker! - fix: add missing dependencysynckit#564
ae7a73cThanks @auvred! - fix: compatibility with prettier@3 without plugins
4.2.2
Patch Changes
4.2.1
Patch Changes
4.2.0
Minor Changes
#483
7bd70b6Thanks @JounQin! - feat: support svelte out of boxWe recommend to use
eslint-plugin-svelteinstead ofeslint-plugin-svelte3.
v4.1.0 (2022-06-27)
- feat: skip processing code blocks on specific languages like
stylelint-prettier(#415) (52eec48) - build(deps): Bump minimist from 1.2.5 to 1.2.6 (#464) (42bfe88)
- build(deps-dev): Bump graphql from 15.5.1 to 15.7.2 (#442) (0158640)
- build(deps-dev): Bump @graphql-eslint/eslint-plugin from 2.3.0 to 2.4.0 (#444) (4bcaca2)
- chore(CI): add tests for ESLint 8 (#428) (f3713be)
- README.md: HTTP => HTTPS (#443) (44e1478)
v4.0.0 (2021-08-30)
This breaking change drops support for old versions of ESLint, Prettier and Node. You must use at least ESLint v7.28.0, Prettier v2.0.0 and Node v12.0.0. Aside from that, usage of this plugin remains identical.
v3.4.1 (2021-08-20)
- build(deps): Bump glob-parent from 5.0.0 to 5.1.2 (#420) (b6d075c)
- build(deps): Bump path-parse from 1.0.6 to 1.0.7 (#425) (24f957e)
- feat: support
@graphql-eslint/eslint-pluginout of box (#413) (ec6fbb1) - chore: add tests for Node 16 (#410) (76bd45e)
v3.4.0 (2021-04-15)
- feat: support processor virtual filename (#401) (ee0ccc6)
- Simplify report logic (#380) (d993f24)
- Update: README.md (#375) (3ea4242)
v3.3.1 (2021-01-04)
- fix: add eslint-config-prettier as an optional peer dependency (#374) (d59df27)
- build(deps-dev): bump eslint from 7.16.0 to 7.17.0 (b87985d)
- build(deps-dev): bump eslint from 7.15.0 to 7.16.0 (11e427e)
v3.3.0 (2020-12-13)
- Minor: Perf improvement: Do not clear the config cache on each run (#368) (1b90ea7)
- Add peerDependenciesMeta block (#367) (86608d5)
- build(deps-dev): bump eslint from 7.14.0 to 7.15.0 (885f484)
- build(deps-dev): bump eslint from 7.3.1 to 7.14.0 (cebc80b)
v3.2.0 (2020-12-03)
- Skip CI for eslint 6 + node 8 (#364) (f8f08e4)
- Turn off problematic rules in recommended config (prepare for next eslint-config-prettier version) (#360) (a1e5591)
- Create dependabot.yml (f58b6c7)
- docs(README): fix prettier getFileInfo link (#335) (5a690f1)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.2 to 2.3.0 (8614c45)
- build(deps-dev): bump eslint from 7.3.0 to 7.3.1 (12d9ed8)
- build(deps-dev): bump eslint from 7.2.0 to 7.3.0 (5a6f42e)
- chore: update CI badge in readme (5012b66)
- Use Github Actions for CI (#305) (41eb64f)
v3.1.4 (2020-06-14)
- Avoid clearing Prettier cache when not using prettierrc (#303) (3c8e2d9)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.1 to 2.2.2 (93f7c8b)
- build(deps-dev): bump eslint from 7.1.0 to 7.2.0 (650ac7a)
- build(deps-dev): bump eslint-plugin-self from 1.2.0 to 1.2.1 (6449ec1)
- build(deps-dev): bump eslint from 7.0.0 to 7.1.0 (fd30022)
- Chore: Add CI tests for ESLint 7 (#291) (cc2979b)
- build(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0 (35a7ee6)
v3.1.3 (2020-04-13)
- Fix: Set
meta.typeto "layout" (#283) (97152e2) - build(deps-dev): bump eslint-config-prettier from 6.10.0 to 6.10.1 (185b106)
- build(deps): [security] bump acorn from 6.1.0 to 6.4.1 (bba5881)
- build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 (9a47a6f)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.0 to 2.2.1 (aad671d)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 2.1.0 to 2.2.0 (e2458c2)
- build(deps-dev): bump eslint-config-prettier from 6.8.0 to 6.9.0 (05ef06f)
- build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.8.0 (ab80b3c)
- build(deps-dev): bump eslint from 6.7.2 to 6.8.0 (dea1b30)
v3.1.2 (2019-12-15)
- Resolve config when getting list of inferred parsers (1ad45be)
- Fix tests now they to stop them inheriting from base prettierrc file (14840fa)
- Move prettier config into dedicated file, so vscode plugins pick it up (c49334a)
- build(deps-dev): bump eslint from 6.7.1 to 6.7.2 (15e6cf9)
- build(deps-dev): bump eslint from 6.6.0 to 6.7.1 (e8ad019)
- build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 (44f4bfe)
- build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 (46580c5)
- build(deps-dev): bump prettier from 1.18.2 to 1.19.1 (10b4676)
- build(deps-dev): bump eslint from 6.5.1 to 6.6.0 (53eaeae)
- build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 (ad3321c)
- build(deps-dev): bump mocha from 6.2.1 to 6.2.2 (b7280b6)
- build(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 (4c1d69a)
- build(deps-dev): bump eslint from 6.5.0 to 6.5.1 (c109a7a)
- build(deps-dev): bump mocha from 6.2.0 to 6.2.1 (3134bea)
- build(deps-dev): bump eslint from 6.4.0 to 6.5.0 (7c290d7)
v3.1.1 (2019-09-18)
- build(deps-dev): bump eslint from 6.3.0 to 6.4.0 (8a793eb)
- build(deps-dev): bump eslint-config-prettier from 6.2.0 to 6.3.0 (88c3f6c)
- build(deps-dev): bump eslint-config-prettier from 6.0.0 to 6.2.0 (5f9fbc1)
- build(deps-dev): bump eslint from 6.2.2 to 6.3.0 (746b66d)
- build(deps-dev): bump eslint from 6.1.0 to 6.2.2 (97eedb4)
- build(deps-dev): bump eslint from 6.0.1 to 6.1.0 (afef9d1)
- build(deps-dev): bump mocha from 6.1.4 to 6.2.0 (0360a84)
- build(deps): [security] bump lodash from 4.17.11 to 4.17.14 (9eceb68)
- Fix: When forcing the JS parser, use the modern name (#212) (1385310)
- Add eslint 6 to test matrix (#210) (bca77e6)
- build(deps-dev): bump eslint-config-prettier from 5.0.0 to 6.0.0 (4c069bd)
- build(deps-dev): bump eslint-config-prettier from 4.3.0 to 5.0.0 (60bb22f)
- build(deps-dev): bump prettier from 1.18.0 to 1.18.2 (a183560)
- build(deps-dev): bump prettier from 1.17.1 to 1.18.0 (0cad479)
- build(deps-dev): bump eslint-config-prettier from 4.2.0 to 4.3.0 (6f3c76f)
- build(deps-dev): bump prettier from 1.17.0 to 1.17.1 (03aecfd)
v3.1.0 (2019-05-11)
- New: Allow options to be passed to prettier.getFileInfo (#187) (21fa69a)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 2.0.1 to 2.1.0 (bb597e1)
- build(deps-dev): bump eslint-config-prettier from 4.1.0 to 4.2.0 (0bb7c1d)
- build(deps-dev): bump vue-eslint-parser from 6.0.3 to 6.0.4 (2f77df4)
- build(deps-dev): bump mocha from 6.1.3 to 6.1.4 (222b87a)
- build(deps-dev): bump prettier from 1.16.4 to 1.17.0 (58d8ff8)
- build(deps-dev): bump mocha from 6.1.2 to 6.1.3 (e94e56c)
- build(deps-dev): bump mocha from 6.1.1 to 6.1.2 (c02244b)
- build(deps-dev): bump mocha from 6.0.2 to 6.1.1 (a9a2e4e)
- build(deps-dev): bump eslint from 5.15.3 to 5.16.0 (073c14c)
- build(deps-dev): bump eslint from 5.15.2 to 5.15.3 (bda931f)
- build(deps-dev): bump eslint from 5.15.1 to 5.15.2 (19f53d6)
- build(deps-dev): bump eslint from 5.15.0 to 5.15.1 (34b39de)
- build(deps-dev): bump eslint from 5.14.1 to 5.15.0 (13bcc66)
- build(deps-dev): bump eslint-plugin-self from 1.1.0 to 1.2.0 (5b4adb8)
- build(deps-dev): bump vue-eslint-parser from 6.0.2 to 6.0.3 (e676cd1)
- build(deps-dev): bump eslint-config-prettier from 4.0.0 to 4.1.0 (b8a9215)
- build(deps-dev): bump mocha from 6.0.1 to 6.0.2 (cde36e4)
- build(deps-dev): bump mocha from 6.0.0 to 6.0.1 (eb39699)
- build(deps-dev): bump mocha from 5.2.0 to 6.0.0 (5d75421)
- build(deps-dev): bump eslint from 5.14.0 to 5.14.1 (829156e)
- build(deps-dev): bump eslint from 5.13.0 to 5.14.0 (b76d0b4)
- build(deps-dev): bump vue-eslint-parser from 6.0.0 to 6.0.2 (15439e8)
- build(deps-dev): bump vue-eslint-parser from 5.0.0 to 6.0.0 (0ea70e5)
- build(deps-dev): bump eslint from 5.12.1 to 5.13.0 (5f18729)
- build(deps-dev): bump prettier from 1.16.3 to 1.16.4 (ef637fe)
- build(deps-dev): bump prettier from 1.16.1 to 1.16.3 (58ab20c)
- build(deps-dev): bump eslint-config-prettier from 3.6.0 to 4.0.0 (14393bd)
- build(deps-dev): bump prettier from 1.16.0 to 1.16.1 (00198b9)
- build(deps-dev): bump prettier from 1.15.3 to 1.16.0 (7890a87)
- build(deps-dev): bump eslint from 5.12.0 to 5.12.1 (92a8984)
- build(deps-dev): bump eslint-config-prettier from 3.5.0 to 3.6.0 (5292d12)
- build(deps-dev): bump eslint-config-prettier from 3.4.0 to 3.5.0 (44a2558)
- build(deps-dev): bump eslint-config-prettier from 3.3.0 to 3.4.0 (425cfce)
- build(deps-dev): bump eslint from 5.11.1 to 5.12.0 (3e9aa39)
- build(deps-dev): bump eslint-plugin-node from 8.0.0 to 8.0.1 (e913afd)
- build(deps-dev): bump vue-eslint-parser from 4.0.3 to 5.0.0 (ecfd5ba)
v3.0.1 (2018-12-28)
- Catch and format SyntaxErrors as eslint violations (#141) (4a0e57d)
- build(deps-dev): bump eslint from 5.11.0 to 5.11.1 (d34daed)
- build(deps-dev): bump eslint from 5.10.0 to 5.11.0 (7f4f45d)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 2.0.0 to 2.0.1 (5be3bcf)
- build(deps-dev): bump eslint from 5.9.0 to 5.10.0 (11e7c44)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 1.4.1 to 2.0.0 (9e5bf14)
- build(deps-dev): bump vue-eslint-parser from 4.0.2 to 4.0.3 (234583a)
- build(deps-dev): bump vue-eslint-parser from 3.3.0 to 4.0.2 (8675d57)
- Upgrade: Bump vue-eslint-parser from 3.2.2 to 3.3.0 (2379e93)
- Upgrade: Bump eslint-config-prettier from 3.1.0 to 3.3.0 (3ea0021)
- Upgrade: Bump eslint from 5.8.0 to 5.9.0 (c774fb8)
- build(deps-dev): bump eslint-plugin-node from 7.0.1 to 8.0.0 (#121) (2a4fba0)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 1.4.0 to 1.4.1 (#120) (29caa29)
- build(deps-dev): bump eslint from 5.6.0 to 5.8.0 (#119) (2836350)
v3.0.0 (2018-10-01)
- Chore: Add eslint peer-dependency (d55d79c)
- Breaking: Extract showInvisibles and generateDifferences (bf7c40c)
- Breaking: Defining prettier options must use an object (478c7e5)
- Breaking: Drop support for ESLint v3 and v4 (2326231)
- Chore: Update dependencies (1ec94c8)
- Chore: remove two unused dependencies (bfe459c)
- Chore: Rename test files to keep them sequential (d38ea52)
- Breaking: Remove pragma support (3af422c)
- Breaking: Update minimum required pretter version to 1.13.0 (29c0506)
- Breaking: Drop support for node v4, v7 and v9 (be460bd)
- Chore: Add vscode config to autoformat on save (9fac6b4)
- Chore: Improve travis matrix (46d2444)
- Chore: Add format script to run prettier (d46aa6d)
v2.7.0 (2018-09-26)
- Update: Support prettierignore and custom processors (#111) (38537ba)
- Build: switch to release script package (047dc8f)
v2.6.2 (2018-07-06)
- Fix: Add representation for \r to showInvisibles (#100) (731bbb5)
- Docs: Add clarification about Flow/React support to readme (#96) (977aa77)
v2.6.1 (2018-06-23)
v2.6.0 (2018-02-02)
- Update: Add option to skip loading prettierrc (#83) (9e0fb48)
- Build: add Node 8 and 9 to Travis (e5b5fa7)
- Chore: add test for vue parsing (1ab43fd)
v2.5.0 (2018-01-16)
- Fix: pass filepath to prettier (#76) (0b6ab55)
- Update: Add URL to rule documentation to the metadata (#75) (804ead7)
v2.4.0 (2017-12-17)
v2.3.1 (2017-09-18)
v2.3.0 (2017-09-18)
- Update: Support .prettierrc config files (fixes #46) (#55) (bc89153)
- Docs: .eslintrc.json > .eslintrc (#52) (95f0808)
- Upgrade: jest-docblock to ^21.0.0 (#50) (c777111)
- Chore: upgrade prettier to ^1.6.1 (#49) (56deffa)
- Chore: use eslint-plugin-self for linting (#47) (5ea0526)
v2.2.0 (2017-08-16)
v2.1.2 (2017-06-14)
v2.1.1 (2017-05-19)
- Fix: Support ESLint <3.11.0 (#24) (fde7fdf)
- Chore: add yarn.lock (#23) (8b55518)
- Docs: fix links in changelog (#22) (7e70e11)
v2.1.0 (2017-05-16)
- Merge with eslint-plugin-prettify (#21) (6de494f)
- Docs: update repo links to new URL (#18) (6b69492)
- Chore: Upgrade development dependencies (#16) (12984ea)
- Docs: fix outdated info about prettier's semicolon support (da6aad1)
- Docs: update prettier options in example (#14) (0ae173f)
- Docs: Change the order of dependencies install (#13) (cbf803c)
- Docs: Add CONTRIBUTING.md (fixes #9) (40fe55b)
v2.0.1 (2017-02-26)
- Docs: add travis badge to README.md (1daa495)
- Upgrade: prettier to 0.18.0 (1700e41)
- Chore: use eslint-config-prettier (c979b84)
- Fix: avoid relying on an internal eslint function (5296930)
- Docs: mention eslint-config-prettier in README.md (3fd855d)
- Chore: pin the version of prettier used to lint this module (refs #1) (db85633)
v2.0.0 (2017-01-28)
- Docs: create changelog (d388095)
- Docs: add 2.0.0 migration guide (db508d7)
- Breaking: Make prettier a peerDependency (#1) (d8a8992)
- Docs: add repo url to package.json (2474bc9)
- Docs: suggest prettier-eslint if eslint rules disagree with prettier (3414437)
v5.5.1
Patch Changes
v5.5.0
Minor Changes
- #743
92f2c9cThanks @dotcarmen! - feat: support non-js languages likecssfor@eslint/cssandjsonfor@eslint/json
v5.4.1
Patch Changes
- #740
c21521fThanks @JounQin! - fix(deps): bumpsynckitto v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')error
renovate Bot added a commit to andrei-picus-tink/auto-renovate that referenced this pull request
| datasource | package | from | to |
|---|---|---|---|
| npm | eslint-plugin-prettier | 5.4.0 | 5.5.4 |
v5.5.4
Patch Changes
#755
723f7a8Thanks @kbrilla! - fix: add 'oxc', 'oxc-ts' and 'hermes' parsers toparserBlocklist#751
cf52b30Thanks @andreww2012! - fix: disallow extra properties in rule options
v5.5.3
republish the latest version
Full Changelog: prettier/eslint-plugin-prettier@v5.5.2...v5.5.3
v5.5.2
Changelog
5.5.1
Patch Changes
5.5.0
Minor Changes
- #743
92f2c9cThanks @dotcarmen! - feat: support non-js languages likecssfor@eslint/cssandjsonfor@eslint/json
5.4.1
Patch Changes
- #740
c21521fThanks @JounQin! - fix(deps): bumpsynckitto v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')error
5.4.0
Minor Changes
- #736
59a0caeThanks @yashtech00! - refactor: migrateworker.jstoworker.mjs
5.3.1
Patch Changes
5.3.0
Minor Changes
5.2.6
Patch Changes
5.2.5
Patch Changes
5.2.4
Patch Changes
5.2.3
Patch Changes
5.2.2
Patch Changes
5.2.1
Patch Changes
- #668
ac036ccThanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1
5.2.0
Minor Changes
- #652
f170011Thanks @Logicer16! - feat: support parsinghtmlvia@html-eslint/parsernatively
5.1.3
Patch Changes
5.1.2
Patch Changes
#623
8210e44Thanks @BPScott! - Add exports mapping to package.json, to allowimport eslintPluginRecommended from 'eslint-plugin-prettier/recommended'to work as expected.Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.
#621
2b09e7fThanks @JounQin! - feat: support parsingmarkdownviaeslint-mdxnativelyWhat means the following is unnecessary anymore when using with
eslint-mdx/eslint-plugin-mdx![ { files: ["**/*.md"], rules: { "prettier/prettier": ["error", { parser: "markdown" }] }, }, { files: ["**/*.mdx"], rules: { "prettier/prettier": ["error", { parser: "mdx" }] }, }, ]
5.1.1
Patch Changes
5.1.0
Minor Changes
#616
3856413Thanks @BPScott! - Add recommended config for the flat config format.If you are using flat config, import the recommended config from
eslint-plugin-prettier/recommended. Like the legacy format recommended config, this automatically includes the contents ofeslint-config-prettier.// eslint.config.js const eslintPluginPrettierRecommended = require("eslint-plugin-prettier/recommended"); module.exports = [ // Any other config imports go at the top eslintPluginPrettierRecommended, ];
Patch Changes
#614
5270877Thanks @BPScott! - Add meta block to plugin. This improves debugging and cachebusting when using the new flat config#603
a63a570Thanks @filiptammergard! - fix: specifyeslint-config-prettieras peer dependencyIt's already added to
peerDependenciesMetaas optional, which means it should also be specified inpeerDependencies.
5.0.1
Patch Changes
- #588
21a7146Thanks @krist7599555! - fix:parserPathtype might beundefinedon Eslint Falt Config
5.0.0
Major Changes
#508
910aeb6Thanks @JounQin! - feat!: bump peer eslint to ">=8.0.0" and node to "^14.18.0 || >=16.0.0"#508
910aeb6Thanks @JounQin! - feat!: upgrade to prettier v3
Minor Changes
Patch Changes
#548
82a3db8Thanks @fisker! - fix: add missing dependencysynckit#564
ae7a73cThanks @auvred! - fix: compatibility with prettier@3 without plugins
4.2.2
Patch Changes
4.2.1
Patch Changes
4.2.0
Minor Changes
#483
7bd70b6Thanks @JounQin! - feat: support svelte out of boxWe recommend to use
eslint-plugin-svelteinstead ofeslint-plugin-svelte3.
v4.1.0 (2022-06-27)
- feat: skip processing code blocks on specific languages like
stylelint-prettier(#415) (52eec48) - build(deps): Bump minimist from 1.2.5 to 1.2.6 (#464) (42bfe88)
- build(deps-dev): Bump graphql from 15.5.1 to 15.7.2 (#442) (0158640)
- build(deps-dev): Bump @graphql-eslint/eslint-plugin from 2.3.0 to 2.4.0 (#444) (4bcaca2)
- chore(CI): add tests for ESLint 8 (#428) (f3713be)
- README.md: HTTP => HTTPS (#443) (44e1478)
v4.0.0 (2021-08-30)
This breaking change drops support for old versions of ESLint, Prettier and Node. You must use at least ESLint v7.28.0, Prettier v2.0.0 and Node v12.0.0. Aside from that, usage of this plugin remains identical.
v3.4.1 (2021-08-20)
- build(deps): Bump glob-parent from 5.0.0 to 5.1.2 (#420) (b6d075c)
- build(deps): Bump path-parse from 1.0.6 to 1.0.7 (#425) (24f957e)
- feat: support
@graphql-eslint/eslint-pluginout of box (#413) (ec6fbb1) - chore: add tests for Node 16 (#410) (76bd45e)
v3.4.0 (2021-04-15)
- feat: support processor virtual filename (#401) (ee0ccc6)
- Simplify report logic (#380) (d993f24)
- Update: README.md (#375) (3ea4242)
v3.3.1 (2021-01-04)
- fix: add eslint-config-prettier as an optional peer dependency (#374) (d59df27)
- build(deps-dev): bump eslint from 7.16.0 to 7.17.0 (b87985d)
- build(deps-dev): bump eslint from 7.15.0 to 7.16.0 (11e427e)
v3.3.0 (2020-12-13)
- Minor: Perf improvement: Do not clear the config cache on each run (#368) (1b90ea7)
- Add peerDependenciesMeta block (#367) (86608d5)
- build(deps-dev): bump eslint from 7.14.0 to 7.15.0 (885f484)
- build(deps-dev): bump eslint from 7.3.1 to 7.14.0 (cebc80b)
v3.2.0 (2020-12-03)
- Skip CI for eslint 6 + node 8 (#364) (f8f08e4)
- Turn off problematic rules in recommended config (prepare for next eslint-config-prettier version) (#360) (a1e5591)
- Create dependabot.yml (f58b6c7)
- docs(README): fix prettier getFileInfo link (#335) (5a690f1)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.2 to 2.3.0 (8614c45)
- build(deps-dev): bump eslint from 7.3.0 to 7.3.1 (12d9ed8)
- build(deps-dev): bump eslint from 7.2.0 to 7.3.0 (5a6f42e)
- chore: update CI badge in readme (5012b66)
- Use Github Actions for CI (#305) (41eb64f)
v3.1.4 (2020-06-14)
- Avoid clearing Prettier cache when not using prettierrc (#303) (3c8e2d9)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.1 to 2.2.2 (93f7c8b)
- build(deps-dev): bump eslint from 7.1.0 to 7.2.0 (650ac7a)
- build(deps-dev): bump eslint-plugin-self from 1.2.0 to 1.2.1 (6449ec1)
- build(deps-dev): bump eslint from 7.0.0 to 7.1.0 (fd30022)
- Chore: Add CI tests for ESLint 7 (#291) (cc2979b)
- build(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0 (35a7ee6)
v3.1.3 (2020-04-13)
- Fix: Set
meta.typeto "layout" (#283) (97152e2) - build(deps-dev): bump eslint-config-prettier from 6.10.0 to 6.10.1 (185b106)
- build(deps): [security] bump acorn from 6.1.0 to 6.4.1 (bba5881)
- build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 (9a47a6f)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.0 to 2.2.1 (aad671d)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 2.1.0 to 2.2.0 (e2458c2)
- build(deps-dev): bump eslint-config-prettier from 6.8.0 to 6.9.0 (05ef06f)
- build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.8.0 (ab80b3c)
- build(deps-dev): bump eslint from 6.7.2 to 6.8.0 (dea1b30)
v3.1.2 (2019-12-15)
- Resolve config when getting list of inferred parsers (1ad45be)
- Fix tests now they to stop them inheriting from base prettierrc file (14840fa)
- Move prettier config into dedicated file, so vscode plugins pick it up (c49334a)
- build(deps-dev): bump eslint from 6.7.1 to 6.7.2 (15e6cf9)
- build(deps-dev): bump eslint from 6.6.0 to 6.7.1 (e8ad019)
- build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 (44f4bfe)
- build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 (46580c5)
- build(deps-dev): bump prettier from 1.18.2 to 1.19.1 (10b4676)
- build(deps-dev): bump eslint from 6.5.1 to 6.6.0 (53eaeae)
- build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 (ad3321c)
- build(deps-dev): bump mocha from 6.2.1 to 6.2.2 (b7280b6)
- build(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 (4c1d69a)
- build(deps-dev): bump eslint from 6.5.0 to 6.5.1 (c109a7a)
- build(deps-dev): bump mocha from 6.2.0 to 6.2.1 (3134bea)
- build(deps-dev): bump eslint from 6.4.0 to 6.5.0 (7c290d7)
v3.1.1 (2019-09-18)
- build(deps-dev): bump eslint from 6.3.0 to 6.4.0 (8a793eb)
- build(deps-dev): bump eslint-config-prettier from 6.2.0 to 6.3.0 (88c3f6c)
- build(deps-dev): bump eslint-config-prettier from 6.0.0 to 6.2.0 (5f9fbc1)
- build(deps-dev): bump eslint from 6.2.2 to 6.3.0 (746b66d)
- build(deps-dev): bump eslint from 6.1.0 to 6.2.2 (97eedb4)
- build(deps-dev): bump eslint from 6.0.1 to 6.1.0 (afef9d1)
- build(deps-dev): bump mocha from 6.1.4 to 6.2.0 (0360a84)
- build(deps): [security] bump lodash from 4.17.11 to 4.17.14 (9eceb68)
- Fix: When forcing the JS parser, use the modern name (#212) (1385310)
- Add eslint 6 to test matrix (#210) (bca77e6)
- build(deps-dev): bump eslint-config-prettier from 5.0.0 to 6.0.0 (4c069bd)
- build(deps-dev): bump eslint-config-prettier from 4.3.0 to 5.0.0 (60bb22f)
- build(deps-dev): bump prettier from 1.18.0 to 1.18.2 (a183560)
- build(deps-dev): bump prettier from 1.17.1 to 1.18.0 (0cad479)
- build(deps-dev): bump eslint-config-prettier from 4.2.0 to 4.3.0 (6f3c76f)
- build(deps-dev): bump prettier from 1.17.0 to 1.17.1 (03aecfd)
v3.1.0 (2019-05-11)
- New: Allow options to be passed to prettier.getFileInfo (#187) (21fa69a)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 2.0.1 to 2.1.0 (bb597e1)
- build(deps-dev): bump eslint-config-prettier from 4.1.0 to 4.2.0 (0bb7c1d)
- build(deps-dev): bump vue-eslint-parser from 6.0.3 to 6.0.4 (2f77df4)
- build(deps-dev): bump mocha from 6.1.3 to 6.1.4 (222b87a)
- build(deps-dev): bump prettier from 1.16.4 to 1.17.0 (58d8ff8)
- build(deps-dev): bump mocha from 6.1.2 to 6.1.3 (e94e56c)
- build(deps-dev): bump mocha from 6.1.1 to 6.1.2 (c02244b)
- build(deps-dev): bump mocha from 6.0.2 to 6.1.1 (a9a2e4e)
- build(deps-dev): bump eslint from 5.15.3 to 5.16.0 (073c14c)
- build(deps-dev): bump eslint from 5.15.2 to 5.15.3 (bda931f)
- build(deps-dev): bump eslint from 5.15.1 to 5.15.2 (19f53d6)
- build(deps-dev): bump eslint from 5.15.0 to 5.15.1 (34b39de)
- build(deps-dev): bump eslint from 5.14.1 to 5.15.0 (13bcc66)
- build(deps-dev): bump eslint-plugin-self from 1.1.0 to 1.2.0 (5b4adb8)
- build(deps-dev): bump vue-eslint-parser from 6.0.2 to 6.0.3 (e676cd1)
- build(deps-dev): bump eslint-config-prettier from 4.0.0 to 4.1.0 (b8a9215)
- build(deps-dev): bump mocha from 6.0.1 to 6.0.2 (cde36e4)
- build(deps-dev): bump mocha from 6.0.0 to 6.0.1 (eb39699)
- build(deps-dev): bump mocha from 5.2.0 to 6.0.0 (5d75421)
- build(deps-dev): bump eslint from 5.14.0 to 5.14.1 (829156e)
- build(deps-dev): bump eslint from 5.13.0 to 5.14.0 (b76d0b4)
- build(deps-dev): bump vue-eslint-parser from 6.0.0 to 6.0.2 (15439e8)
- build(deps-dev): bump vue-eslint-parser from 5.0.0 to 6.0.0 (0ea70e5)
- build(deps-dev): bump eslint from 5.12.1 to 5.13.0 (5f18729)
- build(deps-dev): bump prettier from 1.16.3 to 1.16.4 (ef637fe)
- build(deps-dev): bump prettier from 1.16.1 to 1.16.3 (58ab20c)
- build(deps-dev): bump eslint-config-prettier from 3.6.0 to 4.0.0 (14393bd)
- build(deps-dev): bump prettier from 1.16.0 to 1.16.1 (00198b9)
- build(deps-dev): bump prettier from 1.15.3 to 1.16.0 (7890a87)
- build(deps-dev): bump eslint from 5.12.0 to 5.12.1 (92a8984)
- build(deps-dev): bump eslint-config-prettier from 3.5.0 to 3.6.0 (5292d12)
- build(deps-dev): bump eslint-config-prettier from 3.4.0 to 3.5.0 (44a2558)
- build(deps-dev): bump eslint-config-prettier from 3.3.0 to 3.4.0 (425cfce)
- build(deps-dev): bump eslint from 5.11.1 to 5.12.0 (3e9aa39)
- build(deps-dev): bump eslint-plugin-node from 8.0.0 to 8.0.1 (e913afd)
- build(deps-dev): bump vue-eslint-parser from 4.0.3 to 5.0.0 (ecfd5ba)
v3.0.1 (2018-12-28)
- Catch and format SyntaxErrors as eslint violations (#141) (4a0e57d)
- build(deps-dev): bump eslint from 5.11.0 to 5.11.1 (d34daed)
- build(deps-dev): bump eslint from 5.10.0 to 5.11.0 (7f4f45d)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 2.0.0 to 2.0.1 (5be3bcf)
- build(deps-dev): bump eslint from 5.9.0 to 5.10.0 (11e7c44)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 1.4.1 to 2.0.0 (9e5bf14)
- build(deps-dev): bump vue-eslint-parser from 4.0.2 to 4.0.3 (234583a)
- build(deps-dev): bump vue-eslint-parser from 3.3.0 to 4.0.2 (8675d57)
- Upgrade: Bump vue-eslint-parser from 3.2.2 to 3.3.0 (2379e93)
- Upgrade: Bump eslint-config-prettier from 3.1.0 to 3.3.0 (3ea0021)
- Upgrade: Bump eslint from 5.8.0 to 5.9.0 (c774fb8)
- build(deps-dev): bump eslint-plugin-node from 7.0.1 to 8.0.0 (#121) (2a4fba0)
- build(deps-dev): bump eslint-plugin-eslint-plugin from 1.4.0 to 1.4.1 (#120) (29caa29)
- build(deps-dev): bump eslint from 5.6.0 to 5.8.0 (#119) (2836350)
v3.0.0 (2018-10-01)
- Chore: Add eslint peer-dependency (d55d79c)
- Breaking: Extract showInvisibles and generateDifferences (bf7c40c)
- Breaking: Defining prettier options must use an object (478c7e5)
- Breaking: Drop support for ESLint v3 and v4 (2326231)
- Chore: Update dependencies (1ec94c8)
- Chore: remove two unused dependencies (bfe459c)
- Chore: Rename test files to keep them sequential (d38ea52)
- Breaking: Remove pragma support (3af422c)
- Breaking: Update minimum required pretter version to 1.13.0 (29c0506)
- Breaking: Drop support for node v4, v7 and v9 (be460bd)
- Chore: Add vscode config to autoformat on save (9fac6b4)
- Chore: Improve travis matrix (46d2444)
- Chore: Add format script to run prettier (d46aa6d)
v2.7.0 (2018-09-26)
- Update: Support prettierignore and custom processors (#111) (38537ba)
- Build: switch to release script package (047dc8f)
v2.6.2 (2018-07-06)
- Fix: Add representation for \r to showInvisibles (#100) (731bbb5)
- Docs: Add clarification about Flow/React support to readme (#96) (977aa77)
v2.6.1 (2018-06-23)
v2.6.0 (2018-02-02)
- Update: Add option to skip loading prettierrc (#83) (9e0fb48)
- Build: add Node 8 and 9 to Travis (e5b5fa7)
- Chore: add test for vue parsing (1ab43fd)
v2.5.0 (2018-01-16)
- Fix: pass filepath to prettier (#76) (0b6ab55)
- Update: Add URL to rule documentation to the metadata (#75) (804ead7)
v2.4.0 (2017-12-17)
v2.3.1 (2017-09-18)
v2.3.0 (2017-09-18)
- Update: Support .prettierrc config files (fixes #46) (#55) (bc89153)
- Docs: .eslintrc.json > .eslintrc (#52) (95f0808)
- Upgrade: jest-docblock to ^21.0.0 (#50) (c777111)
- Chore: upgrade prettier to ^1.6.1 (#49) (56deffa)
- Chore: use eslint-plugin-self for linting (#47) (5ea0526)
v2.2.0 (2017-08-16)
v2.1.2 (2017-06-14)
v2.1.1 (2017-05-19)
- Fix: Support ESLint <3.11.0 (#24) (fde7fdf)
- Chore: add yarn.lock (#23) (8b55518)
- Docs: fix links in changelog (#22) (7e70e11)
v2.1.0 (2017-05-16)
- Merge with eslint-plugin-prettify (#21) (6de494f)
- Docs: update repo links to new URL (#18) (6b69492)
- Chore: Upgrade development dependencies (#16) (12984ea)
- Docs: fix outdated info about prettier's semicolon support (da6aad1)
- Docs: update prettier options in example (#14) (0ae173f)
- Docs: Change the order of dependencies install (#13) (cbf803c)
- Docs: Add CONTRIBUTING.md (fixes #9) (40fe55b)
v2.0.1 (2017-02-26)
- Docs: add travis badge to README.md (1daa495)
- Upgrade: prettier to 0.18.0 (1700e41)
- Chore: use eslint-config-prettier (c979b84)
- Fix: avoid relying on an internal eslint function (5296930)
- Docs: mention eslint-config-prettier in README.md (3fd855d)
- Chore: pin the version of prettier used to lint this module (refs #1) (db85633)
v2.0.0 (2017-01-28)
- Docs: create changelog (d388095)
- Docs: add 2.0.0 migration guide (db508d7)
- Breaking: Make prettier a peerDependency (#1) (d8a8992)
- Docs: add repo url to package.json (2474bc9)
- Docs: suggest prettier-eslint if eslint rules disagree with prettier (3414437)
v5.5.1
Patch Changes
v5.5.0
Minor Changes
- #743
92f2c9cThanks @dotcarmen! - feat: support non-js languages likecssfor@eslint/cssandjsonfor@eslint/json
v5.4.1
Patch Changes
- #740
c21521fThanks @JounQin! - fix(deps): bumpsynckitto v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')error
736-c41-2c1-e464fc974 pushed a commit to Swiss-Armed-Forces/Loom that referenced this pull request
This MR contains the following updates:
Release Notes
emotion-js/emotion (@emotion/styled)
v11.14.1
Patch Changes
- #3334
0facbe4Thanks @ZachRiegel! - Renamed default-exported variable in@emotion/styledto aid inferred import names in auto-import completions in IDEs
eslint/rewrite (@eslint/compat)
v1.3.2
Dependencies
- The following workspace dependencies were updated
- devDependencies
- @eslint/core bumped from ^0.15.1 to ^0.15.2
- devDependencies
mui/material-ui (@mui/icons-material)
v7.1.2
Jun 18, 2025
A big thanks to the 2 contributors who made this release possible.
@mui/material@7.1.2
Docs
- Fix fade modal demo (#46271) @brijeshb42
All contributors of this release in alphabetical order: @brijeshb42, @sai6855
mui/mui-x (@mui/x-charts)
v8.5.3
Jun 19, 2025
We'd like to extend a big thank you to the 10 contributors who made this release possible. Here are some highlights ✨:
- 📚 Documentation improvements
- 🐞 Bugfixes
Special thanks go out to the community members for their valuable contributions: @alisasanib, @arminmeh, @sai6855
The following are all team members who have contributed to this release: @alexfauquette, @bernardobelchior, @flaviendelangle, @JCQuintas, @LukasTy, @MBilalShafi, @oliviertassinari
Data Grid
@mui/x-data-grid@8.5.3
- [DataGrid] Fix export menu button tooltip being interactive when menu is open (#18327) @bernardobelchior
- [DataGrid] Fix column menu scroll close (#18065) @alisasanib
- [DataGrid] Fix page size issue with data source (#18419) @MBilalShafi
@mui/x-data-grid-pro@8.5.3
](https://mui.com/r/x-pro-svg-link "Pro plan")
Same changes as in @mui/x-data-grid@8.5.3, plus:
- [DataGridPro] Ignore missing
rowCountresponse when new children are fetched with the data source (#17711) @arminmeh
@mui/x-data-grid-premium@8.5.3
](https://mui.com/r/x-premium-svg-link "Premium plan")
Same changes as in @mui/x-data-grid-pro@8.5.3.
Date and Time Pickers
@mui/x-date-pickers@8.5.3
@mui/x-date-pickers-pro@8.5.3
](https://mui.com/r/x-pro-svg-link "Pro plan")
Same changes as in @mui/x-date-pickers@8.5.3.
Charts
@mui/x-charts@8.5.3
- [charts] Add item class to list item around each series in legend (#18411) @bernardobelchior
- [charts] Allow
tabIndexin surface and legend (#18344) @JCQuintas - [charts] Explore selector typing (#18362) @alexfauquette
- [charts] Fix highlight with number ids (#18423) @alexfauquette
- [charts] Make scatter chart use data attributes (#18048) @alexfauquette
@mui/x-charts-pro@8.5.3
](https://mui.com/r/x-pro-svg-link "Pro plan")
Same changes as in @mui/x-charts@8.5.3, plus:
- [charts-pro] Add data-series to elements of funnel chart (#18067) @JCQuintas
- [charts-pro] Hide values outside minStart and maxEnd in zoom slider (#18336) @bernardobelchior
- [charts-pro] Fix
FunnelChartlabel positioning with different curves (#18354) @JCQuintas
Tree View
@mui/x-tree-view@8.5.3
Internal changes.
@mui/x-tree-view-pro@8.5.3
](https://mui.com/r/x-pro-svg-link "Pro plan")
Same changes as in @mui/x-tree-view@8.5.3.
Codemod
@mui/x-codemod@8.5.3
Internal changes.
Docs
- [docs] Fix 404 in charts docs (#18440) @alexfauquette
- [docs][pickers] Fix adapter version resolving when opening demo to edit (#18363) @LukasTy
Core
- [core] Fix pnpm valelint error (#18420) @oliviertassinari
Miscellaneous
- [code-infra] Add back a
Playwrightrenovate group (#18397) @LukasTy - [code-infra] Setup
CODEOWNERSfor charts repositories (#18418) @JCQuintas - [code-infra] Strengthen
URLusage for test config (#18444) @LukasTy - [code-infra] Use
vitestbundled types (#17758) @JCQuintas - [infra] Stabilise tests by removing babel and plugins from vitest (#18341) @JCQuintas
- [infra] Add automated release MR creation script (#18345) @michelengelen
testing-library/jest-dom (@testing-library/jest-dom)
v6.6.4
Performance Improvements
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.39.1
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.39.1
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
prettier/eslint-config-prettier (eslint-config-prettier)
v10.1.8
republish latest version
Full Changelog: <prettier/eslint-config-prettier@v10.1.5...v10.1.8>
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.5.4
Patch Changes
#755
723f7a8Thanks @kbrilla! - fix: add 'oxc', 'oxc-ts' and 'hermes' parsers toparserBlocklist#751
cf52b30Thanks @andreww2012! - fix: disallow extra properties in rule options
v5.5.3
republish the latest version
Full Changelog: <prettier/eslint-plugin-prettier@v5.5.2...v5.5.3>
v5.5.2
republish the latest version
Full Changelog: <prettier/eslint-plugin-prettier@v5.5.1...v5.5.2>
v5.5.1
Patch Changes
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.4.24
- Add
"generateImageMetadata","generateSitemaps"&"generateStaticParams"toallowExportNamesin Next config
v0.4.23
- Add
"metadata","generateMetadata"&"generateViewport"toallowExportNamesin Next config
v0.4.22
- Add
"viewport"toallowExportNamesin Next config (#89)
v0.4.21
- Add Next config (fixes #85)
This allows exports like fetchCache and revalidate which are used in Page or Layout components and don't trigger a full page reload.
import reactRefresh from "eslint-plugin-react-refresh";
export default [
/* Main config */
reactRefresh.configs.next,
];kessler/license-report (license-report)
v6.8.1
Bug Fixes
- update packages to fix security warnings (de28bd7)
facebook/react (react)
v19.1.1
React
remix-run/react-router (react-router-dom)
v7.6.3
Patch Changes
- Updated dependencies:
react-router@7.6.3
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
See merge request swiss-armed-forces/cyber-command/cea/loom!227
Co-authored-by: MR Pipeline Trigger project_68343701_bot_de78978064b739a70429c86b33fe4a76@noreply.gitlab.com
736-c41-2c1-e464fc974 added a commit to Swiss-Armed-Forces/Loom that referenced this pull request
chore(deps): update frontend dependencies (patch) (patch)
This MR contains the following updates:
Release Notes
emotion-js/emotion (@emotion/styled)
v11.14.1
Patch Changes
- #3334
0facbe4Thanks @ZachRiegel! - Renamed default-exported variable in@emotion/styledto aid inferred import names in auto-import completions in IDEs
eslint/rewrite (@eslint/compat)
v1.3.2
Dependencies
- The following workspace dependencies were updated
- devDependencies
- @eslint/core bumped from ^0.15.1 to ^0.15.2
- devDependencies
mui/material-ui (@mui/icons-material)
v7.1.2
Jun 18, 2025
A big thanks to the 2 contributors who made this release possible.
@mui/material@7.1.2
Docs
- Fix fade modal demo (#46271) @brijeshb42
All contributors of this release in alphabetical order: @brijeshb42, @sai6855
mui/mui-x (@mui/x-charts)
v8.5.3
Jun 19, 2025
We'd like to extend a big thank you to the 10 contributors who made this release possible. Here are some highlights ✨:
- 📚 Documentation improvements
- 🐞 Bugfixes
Special thanks go out to the community members for their valuable contributions: @alisasanib, @arminmeh, @sai6855
The following are all team members who have contributed to this release: @alexfauquette, @bernardobelchior, @flaviendelangle, @JCQuintas, @LukasTy, @MBilalShafi, @oliviertassinari
Data Grid
@mui/x-data-grid@8.5.3
- [DataGrid] Fix export menu button tooltip being interactive when menu is open (#18327) @bernardobelchior
- [DataGrid] Fix column menu scroll close (#18065) @alisasanib
- [DataGrid] Fix page size issue with data source (#18419) @MBilalShafi
@mui/x-data-grid-pro@8.5.3
](https://mui.com/r/x-pro-svg-link "Pro plan")
Same changes as in @mui/x-data-grid@8.5.3, plus:
- [DataGridPro] Ignore missing
rowCountresponse when new children are fetched with the data source (#17711) @arminmeh
@mui/x-data-grid-premium@8.5.3
](https://mui.com/r/x-premium-svg-link "Premium plan")
Same changes as in @mui/x-data-grid-pro@8.5.3.
Date and Time Pickers
@mui/x-date-pickers@8.5.3
@mui/x-date-pickers-pro@8.5.3
](https://mui.com/r/x-pro-svg-link "Pro plan")
Same changes as in @mui/x-date-pickers@8.5.3.
Charts
@mui/x-charts@8.5.3
- [charts] Add item class to list item around each series in legend (#18411) @bernardobelchior
- [charts] Allow
tabIndexin surface and legend (#18344) @JCQuintas - [charts] Explore selector typing (#18362) @alexfauquette
- [charts] Fix highlight with number ids (#18423) @alexfauquette
- [charts] Make scatter chart use data attributes (#18048) @alexfauquette
@mui/x-charts-pro@8.5.3
](https://mui.com/r/x-pro-svg-link "Pro plan")
Same changes as in @mui/x-charts@8.5.3, plus:
- [charts-pro] Add data-series to elements of funnel chart (#18067) @JCQuintas
- [charts-pro] Hide values outside minStart and maxEnd in zoom slider (#18336) @bernardobelchior
- [charts-pro] Fix
FunnelChartlabel positioning with different curves (#18354) @JCQuintas
Tree View
@mui/x-tree-view@8.5.3
Internal changes.
@mui/x-tree-view-pro@8.5.3
](https://mui.com/r/x-pro-svg-link "Pro plan")
Same changes as in @mui/x-tree-view@8.5.3.
Codemod
@mui/x-codemod@8.5.3
Internal changes.
Docs
- [docs] Fix 404 in charts docs (#18440) @alexfauquette
- [docs][pickers] Fix adapter version resolving when opening demo to edit (#18363) @LukasTy
Core
- [core] Fix pnpm valelint error (#18420) @oliviertassinari
Miscellaneous
- [code-infra] Add back a
Playwrightrenovate group (#18397) @LukasTy - [code-infra] Setup
CODEOWNERSfor charts repositories (#18418) @JCQuintas - [code-infra] Strengthen
URLusage for test config (#18444) @LukasTy - [code-infra] Use
vitestbundled types (#17758) @JCQuintas - [infra] Stabilise tests by removing babel and plugins from vitest (#18341) @JCQuintas
- [infra] Add automated release MR creation script (#18345) @michelengelen
testing-library/jest-dom (@testing-library/jest-dom)
v6.6.4
Performance Improvements
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.39.1
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.39.1
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
prettier/eslint-config-prettier (eslint-config-prettier)
v10.1.8
republish latest version
Full Changelog: <prettier/eslint-config-prettier@v10.1.5...v10.1.8>
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.5.4
Patch Changes
#755
723f7a8Thanks @kbrilla! - fix: add 'oxc', 'oxc-ts' and 'hermes' parsers toparserBlocklist#751
cf52b30Thanks @andreww2012! - fix: disallow extra properties in rule options
v5.5.3
republish the latest version
Full Changelog: <prettier/eslint-plugin-prettier@v5.5.2...v5.5.3>
v5.5.2
republish the latest version
Full Changelog: <prettier/eslint-plugin-prettier@v5.5.1...v5.5.2>
v5.5.1
Patch Changes
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.4.24
- Add
"generateImageMetadata","generateSitemaps"&"generateStaticParams"toallowExportNamesin Next config
v0.4.23
- Add
"metadata","generateMetadata"&"generateViewport"toallowExportNamesin Next config
v0.4.22
- Add
"viewport"toallowExportNamesin Next config (#89)
v0.4.21
- Add Next config (fixes #85)
This allows exports like fetchCache and revalidate which are used in Page or Layout components and don't trigger a full page reload.
import reactRefresh from "eslint-plugin-react-refresh";
export default [
/* Main config */
reactRefresh.configs.next,
];kessler/license-report (license-report)
v6.8.1
Bug Fixes
- update packages to fix security warnings (de28bd7)
facebook/react (react)
v19.1.1
React
remix-run/react-router (react-router-dom)
v7.6.3
Patch Changes
- Updated dependencies:
react-router@7.6.3
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
See merge request swiss-armed-forces/cyber-command/cea/loom!227
Co-authored-by: MR Pipeline Trigger project_68343701_bot_de78978064b739a70429c86b33fe4a76@noreply.gitlab.com Co-authored-by: open-source Pipeline group_90701827_bot_ed04ae348bc5f40af9966fb8b6867e99@noreply.gitlab.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})