-
Notifications
You must be signed in to change notification settings - Fork 2
Commit 993b87b
authored
Update all non-major dependencies (#281)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core))
| [`7.25.2` ->
`7.25.7`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.25.2/7.25.7)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@babel/eslint-parser](https://babel.dev/)
([source](https://redirect.github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser))
| [`7.25.1` ->
`7.25.7`](https://renovatebot.com/diffs/npm/@babel%2feslint-parser/7.25.1/7.25.7)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| [`8.7.0` ->
`8.8.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.7.0/8.8.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| [`8.7.0` ->
`8.8.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.7.0/8.8.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[eslint-plugin-react](https://redirect.github.com/jsx-eslint/eslint-plugin-react)
| [`7.36.1` ->
`7.37.1`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.36.1/7.37.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[rubocop-powerhome](https://redirect.github.com/powerhome/power_linting)
([changelog](https://redirect.github.com/powerhome/power_linting/CHANGELOG.md))
| `"0.5.2"` -> `"0.5.3"` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>babel/babel (@​babel/core)</summary>
###
[`v7.25.7`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7257-2024-10-02)
[Compare
Source](https://redirect.github.com/babel/babel/compare/v7.25.2...v7.25.7)
##### 🐛 Bug Fix
- `babel-helper-validator-identifier`
- [#​16825](https://redirect.github.com/babel/babel/pull/16825)
fix: update identifier to unicode 16
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-traverse`
- [#​16814](https://redirect.github.com/babel/babel/pull/16814)
fix: issue with node path keys updated on unrelated paths
([@​DylanPiercey](https://redirect.github.com/DylanPiercey))
- `babel-plugin-transform-classes`
- [#​16797](https://redirect.github.com/babel/babel/pull/16797)
Use an inclusion rather than exclusion list for `super()` check
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- `babel-generator`
- [#​16788](https://redirect.github.com/babel/babel/pull/16788)
Fix printing of TS `infer` in compact mode
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- [#​16785](https://redirect.github.com/babel/babel/pull/16785)
Print TS type annotations for destructuring in assignment pattern
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- [#​16778](https://redirect.github.com/babel/babel/pull/16778)
Respect `[no LineTerminator here]` after nodes
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
##### 💅 Polish
- `babel-types`
- [#​16852](https://redirect.github.com/babel/babel/pull/16852)
Add deprecated JSDOC for fields
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
##### 🏠 Internal
- `babel-core`
- [#​16820](https://redirect.github.com/babel/babel/pull/16820)
Allow sync loading of ESM when `--experimental-require-module`
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- `babel-helper-compilation-targets`, `babel-helper-plugin-utils`,
`babel-preset-env`
- [#​16858](https://redirect.github.com/babel/babel/pull/16858)
Add browserslist config to external dependency
([@​JLHwung](https://redirect.github.com/JLHwung))
- `babel-plugin-proposal-destructuring-private`,
`babel-plugin-syntax-decimal`, `babel-plugin-syntax-import-reflection`,
`babel-standalone`
- [#​16809](https://redirect.github.com/babel/babel/pull/16809)
Archive syntax-import-reflection and syntax-decimal
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
- `babel-generator`
- [#​16779](https://redirect.github.com/babel/babel/pull/16779)
Simplify logic for `[no LineTerminator here]` before nodes
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
##### 🏃♀️ Performance
- `babel-plugin-transform-typescript`
- [#​16875](https://redirect.github.com/babel/babel/pull/16875)
perf: Avoid extra cloning of namespaces
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- `babel-types`
- [#​16842](https://redirect.github.com/babel/babel/pull/16842)
perf: Improve
[@​babel/types](https://redirect.github.com/babel/types) builders
([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu))
- [#​16828](https://redirect.github.com/babel/babel/pull/16828)
Only access `BABEL_TYPES_8_BREAKING` at startup
([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/eslint-plugin)</summary>
###
[`v8.8.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#880-2024-09-30)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.7.0...v8.8.0)
##### 🚀 Features
- **eslint-plugin:** \[no-unnecessary-condition] add checkTypePredicates
- **eslint-plugin:** \[return-await] check for-await loop iteree
##### 🩹 Fixes
- remove `export type *` in d.ts to support TS<5.0
- **eslint-plugin:** \[no-unnecessary-template-expression] should
underline template syntax with squiggly lines
- **type-utils:** check for type parameters on
`isBuiltinSymbolLikeRecurser()`
- **eslint-plugin:** \[no-deprecated] max callstack exceeded when class
implements itself
- **eslint-plugin:** \[no-misused-promises] check contextual type
- **eslint-plugin:** \[prefer-literal-enum-member] allow nested bitwise
operations
##### ❤️ Thank You
- auvred
- Josh Goldberg ✨
- Kirk Waiblinger
- Ronen Amiel
- Tarun Chauhan
- YeonJuan
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/parser)</summary>
###
[`v8.8.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#880-2024-09-30)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.7.0...v8.8.0)
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](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
</details>
<details>
<summary>jsx-eslint/eslint-plugin-react (eslint-plugin-react)</summary>
###
[`v7.37.1`](https://redirect.github.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7371---20241001)
[Compare
Source](https://redirect.github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.0...v7.37.1)
##### Fixed
- \[meta] do not npmignore `d.ts` files ([#​3836][]
[@​ljharb](https://redirect.github.com/ljharb))
##### Changed
- \[readme] Fix shared settings link ([#​3834][]
[@​MgenGlder](https://redirect.github.com/MgenGlder))
[#​3836]:
https://redirect.github.com/jsx-eslint/eslint-plugin-react/issues/3836
[#​3834]:
https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3834
###
[`v7.37.0`](https://redirect.github.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7370---20240926)
[Compare
Source](https://redirect.github.com/jsx-eslint/eslint-plugin-react/compare/v7.36.1...v7.37.0)
##### Added
- add type generation ([#​3830][]
[@​voxpelli](https://redirect.github.com/voxpelli))
- \[`no-unescaped-entities`]: add suggestions ([#​3831][]
[@​StyleShit](https://redirect.github.com/StyleShit))
- \[`forbid-component-props`]: add
`allowedForPatterns`/`disallowedForPatterns` options ([#​3805][]
[@​Efimenko](https://redirect.github.com/Efimenko))
- \[`no-unstable-nested-components`]: add `propNamePattern` to support
custom render prop naming conventions ([#​3826][]
[@​danreeves](https://redirect.github.com/danreeves))
##### Changed
- \[readme] flat config example for react 17+ ([#​3824][]
[@​GabenGar](https://redirect.github.com/GabenGar))
[7.36.2]:
https://redirect.github.com/jsx-eslint/eslint-plugin-react/compare/v7.36.1...v7.36.2
[#​3831]:
https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3831
[#​3830]:
https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3830
[#​3826]:
https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3826
[#​3824]:
https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3824
[#​3805]:
https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3805
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/powerhome/power-tools).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 821cc7c commit 993b87bCopy full SHA for 993b87b
File tree
Expand file treeCollapse file tree
4 files changed
+215
-214
lines changedOpen diff view settings
Filter options
- packages
- eslint-config
- ostruct-sanitizer
Expand file treeCollapse file tree
4 files changed
+215
-214
lines changedOpen diff view settings
Collapse file
packages/eslint-config/package.json
Copy file name to clipboardExpand all lines: packages/eslint-config/package.json+8-8Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments