chore(deps): update devdependencies by renovate[bot] · Pull Request #9885 · patternfly/patternfly-react
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @babel/core (source) | 7.23.6 -> 7.23.7 |
||||
| @babel/plugin-proposal-decorators (source) | 7.23.6 -> 7.23.7 |
||||
| @babel/preset-env (source) | 7.23.6 -> 7.23.7 |
||||
| @patternfly/documentation-framework | 5.3.9 -> 5.3.15 |
||||
| @testing-library/user-event | 14.5.1 -> 14.5.2 |
||||
| @types/react (source) | 18.2.43 -> 18.2.46 |
||||
| @types/react-dom (source) | 18.2.17 -> 18.2.18 |
||||
| eslint (source) | 8.55.0 -> 8.56.0 |
||||
| eslint-plugin-import | 2.29.0 -> 2.29.1 |
||||
| eslint-plugin-jest | 27.6.0 -> 27.6.1 |
||||
| eslint-plugin-prettier | 5.0.1 -> 5.1.2 |
Release Notes
babel/babel (@babel/core)
v7.23.7
🐛 Bug Fix
babel-traverse- #16191 fix: Crash when removing without
Program(@liuxingbaoyu)
- #16191 fix: Crash when removing without
babel-helpers,babel-plugin-proposal-decorators- #16180 fix: Class decorator
ctx.kindis wrong (@liuxingbaoyu)
- #16180 fix: Class decorator
babel-plugin-proposal-decoratorsbabel-core- #16167 Avoid unpreventable
unhandledRejectionevents (@nicolo-ribaudo)
- #16167 Avoid unpreventable
🏠 Internal
babel-helper-create-class-features-plugin- #16186 chore: Update deps (@liuxingbaoyu)
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators
testing-library/user-event (@testing-library/user-event)
v14.5.2
Bug Fixes
- remove interop and deep DTL imports (6a3c896)
eslint/eslint (eslint)
v8.56.0
Features
0dd9704feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin)31a7e3ffeat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)
Bug Fixes
7d5e5f6fix:TypeError: fs.exists is not a functionon read-only file system (#17846) (Francesco Trotta)74739c8fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)
Documentation
9007719docs: update link in ways-to-extend.md (#17839) (Amel SELMANE)3a22236docs: Update README (GitHub Actions Bot)54c3ca6docs: fix migration-guide example (#17829) (Tanuj Kanti)4391b71docs: check config comments in rule examples (#17815) (Francesco Trotta)fd28363docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx)48ed5a6docs: Update README (GitHub Actions Bot)
Chores
ba6af85chore: upgrade @eslint/js@8.56.0 (#17864) (Milos Djermanovic)60a531achore: package.json update for @eslint/js release (Jenkins)ba87a06chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot])9271d10chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨)70a686bchore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas)f3a599dchore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然)905d4b7chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然)4d7c3cechore: update eslint-plugin-n v16.4.0 (#17836) (唯然)fd0c60cci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
import-js/eslint-plugin-import (eslint-plugin-import)
v2.29.1
Fixed
- [
no-extraneous-dependencies]: ignoreexport type { ... } from '...'whenincludeTypesisfalse([#2919], thanks [@Pandemic1617]) - [
no-unused-modules]: support export patterns with array destructuring ([#2930], thanks [@ljharb]) - [Deps] update
tsconfig-paths([#2447], thanks [@domdomegg])
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.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-mdxnatively
v5.1.1
Patch Changes
v5.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.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.