-
Notifications
You must be signed in to change notification settings - Fork 103
Commit 5c0e467
authored
chore(deps): update all non-major dependencies (minor) (#6452)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@babel/preset-react](https://babel.dev/docs/en/next/babel-preset-react)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-react))
| [`7.24.7` ->
`7.25.7`](https://renovatebot.com/diffs/npm/@babel%2fpreset-react/7.24.7/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/preset-typescript](https://babel.dev/docs/en/next/babel-preset-typescript)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript))
| [`7.24.7` ->
`7.25.7`](https://renovatebot.com/diffs/npm/@babel%2fpreset-typescript/7.24.7/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/)
|
| [@eslint/js](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js))
| [`9.11.1` ->
`9.12.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.11.1/9.12.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/)
|
|
[@types/jscodeshift](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jscodeshift)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jscodeshift))
| [`^0.11.11` ->
`^0.12.0`](https://renovatebot.com/diffs/npm/@types%2fjscodeshift/0.11.11/0.12.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/)
|
| [chromatic](https://www.chromatic.com)
([source](https://redirect.github.com/chromaui/chromatic-cli)) |
[`11.10.4` ->
`11.11.0`](https://renovatebot.com/diffs/npm/chromatic/11.10.4/11.11.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](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`9.11.1` ->
`9.12.0`](https://renovatebot.com/diffs/npm/eslint/9.11.1/9.12.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/)
|
---
### Release Notes
<details>
<summary>babel/babel (@​babel/preset-react)</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.24.7...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>eslint/eslint (@​eslint/js)</summary>
###
[`v9.12.0`](https://redirect.github.com/eslint/eslint/releases/tag/v9.12.0)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.11.1...v9.12.0)
#### Features
-
[`5a6a053`](https://redirect.github.com/eslint/eslint/commit/5a6a05321ca34480c780be8c2cb7946e4c299001)
feat: update to `jiti` v2
([#​18954](https://redirect.github.com/eslint/eslint/issues/18954))
(Arya Emami)
-
[`17a07fb`](https://redirect.github.com/eslint/eslint/commit/17a07fb548ecce24b88e8b2b07491c24ed1111a9)
feat: Hooks for test cases (RuleTester)
([#​18771](https://redirect.github.com/eslint/eslint/issues/18771))
(Anna Bocharova)
-
[`2ff0e51`](https://redirect.github.com/eslint/eslint/commit/2ff0e51cedaab967b7ce383437f64b4a6df8608d)
feat: Implement alternate config lookup
([#​18742](https://redirect.github.com/eslint/eslint/issues/18742))
(Nicholas C. Zakas)
-
[`2d17453`](https://redirect.github.com/eslint/eslint/commit/2d174532ae96bcaecf6fd7de78755164378b3a2d)
feat: Implement modified cyclomatic complexity
([#​18896](https://redirect.github.com/eslint/eslint/issues/18896))
(Dmitry Pashkevich)
#### Bug Fixes
-
[`ea380ca`](https://redirect.github.com/eslint/eslint/commit/ea380cac6f598c86b25a2726c2783636c4169957)
fix: Upgrade retry to avoid EMFILE errors
([#​18986](https://redirect.github.com/eslint/eslint/issues/18986))
(Nicholas C. Zakas)
-
[`fdd6319`](https://redirect.github.com/eslint/eslint/commit/fdd631964aee250bc5520770bc1fc3f2f2872813)
fix: Issues with type definitions
([#​18940](https://redirect.github.com/eslint/eslint/issues/18940))
(Arya Emami)
#### Documentation
-
[`ecbd522`](https://redirect.github.com/eslint/eslint/commit/ecbd52291d7c118b77016c6bf1c60b7d263c44f0)
docs: Mention code explorer
([#​18978](https://redirect.github.com/eslint/eslint/issues/18978))
(Nicholas C. Zakas)
-
[`7ea4ecc`](https://redirect.github.com/eslint/eslint/commit/7ea4ecc6e3320a74c960cb78acc94c0140d15f55)
docs: Clarifying the Use of Meta Objects
([#​18697](https://redirect.github.com/eslint/eslint/issues/18697))
(Amaresh S M)
-
[`d3e4b2e`](https://redirect.github.com/eslint/eslint/commit/d3e4b2ea4a8f76d4d49345c242f013f49635274f)
docs: Clarify how to exclude `.js` files
([#​18976](https://redirect.github.com/eslint/eslint/issues/18976))
(Milos Djermanovic)
-
[`57232ff`](https://redirect.github.com/eslint/eslint/commit/57232ff3d50412586df094f052b47adb38f8d9ae)
docs: Mention plugin-kit in language docs
([#​18973](https://redirect.github.com/eslint/eslint/issues/18973))
(Nicholas C. Zakas)
-
[`b80ed00`](https://redirect.github.com/eslint/eslint/commit/b80ed007cefee086db1ff17cde9f7dd6690459f0)
docs: Update README (GitHub Actions Bot)
-
[`cb69ab3`](https://redirect.github.com/eslint/eslint/commit/cb69ab374c149eb725b2fc5a8f0ff33fd7268a46)
docs: Update README (GitHub Actions Bot)
-
[`7fb0d95`](https://redirect.github.com/eslint/eslint/commit/7fb0d957c102be499d5358a74928e0ea93913371)
docs: Update README (GitHub Actions Bot)
-
[`493348a`](https://redirect.github.com/eslint/eslint/commit/493348a9a5dcca29d7fbbe13c67ce13a7a38413b)
docs: Update README (GitHub Actions Bot)
-
[`87a582c`](https://redirect.github.com/eslint/eslint/commit/87a582c8b537d133c140781aa9e3ff0201a3c10f)
docs: fix typo in `id-match` rule
([#​18944](https://redirect.github.com/eslint/eslint/issues/18944))
(Jay)
#### Chores
-
[`555aafd`](https://redirect.github.com/eslint/eslint/commit/555aafd06f6dddc743acff06111dc72dd8ea4c4e)
chore: upgrade to `@eslint/[email protected]`
([#​18987](https://redirect.github.com/eslint/eslint/issues/18987))
(Francesco Trotta)
-
[`873ae60`](https://redirect.github.com/eslint/eslint/commit/873ae608c15a0a386f022076b5aab6112b56b59b)
chore: package.json update for
[@​eslint/js](https://redirect.github.com/eslint/js) release
(Jenkins)
-
[`d0a5414`](https://redirect.github.com/eslint/eslint/commit/d0a5414c30421e5dbe313790502dbf13b9330fef)
refactor: replace strip-ansi with native module
([#​18982](https://redirect.github.com/eslint/eslint/issues/18982))
(Cristopher)
-
[`b827029`](https://redirect.github.com/eslint/eslint/commit/b8270299abe777bb80a065d537aa1d4be74be705)
chore: Enable JSON5 linting
([#​18979](https://redirect.github.com/eslint/eslint/issues/18979))
(Milos Djermanovic)
-
[`8f55ca2`](https://redirect.github.com/eslint/eslint/commit/8f55ca22d94c1b0ff3be323b97949edef8d880b0)
chore: Upgrade espree, eslint-visitor-keys, eslint-scope
([#​18962](https://redirect.github.com/eslint/eslint/issues/18962))
(Nicholas C. Zakas)
-
[`c1a2725`](https://redirect.github.com/eslint/eslint/commit/c1a2725e9c776d6845d94c866c7f7b1fe0315090)
chore: update dependency mocha to ^10.7.3
([#​18945](https://redirect.github.com/eslint/eslint/issues/18945))
(Milos Djermanovic)
</details>
<details>
<summary>chromaui/chromatic-cli (chromatic)</summary>
###
[`v11.11.0`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v11110-Mon-Sep-30-2024)
[Compare
Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v11.10.4...v11.11.0)
##### 🚀 Enhancement
- Include `storybookUrl` and `webUrl` on skipped rebuild
[#​1060](https://redirect.github.com/chromaui/chromatic-cli/pull/1060)
([@​codykaup](https://redirect.github.com/codykaup))
- Enable `@typescript-eslint/no-floating-promises` ESLint rule
[#​1065](https://redirect.github.com/chromaui/chromatic-cli/pull/1065)
([@​codykaup](https://redirect.github.com/codykaup))
##### 🐛 Bug Fix
- Enable `unicorn/no-null` ESLint rule
[#​1057](https://redirect.github.com/chromaui/chromatic-cli/pull/1057)
([@​codykaup](https://redirect.github.com/codykaup))
- Enable `unicorn/no-array-reduce` ESLint rule
[#​1056](https://redirect.github.com/chromaui/chromatic-cli/pull/1056)
([@​codykaup](https://redirect.github.com/codykaup))
- Track package size over time.
[#​1059](https://redirect.github.com/chromaui/chromatic-cli/pull/1059)
([@​jmhobbs](https://redirect.github.com/jmhobbs))
##### Authors: 2
- Cody Kaup ([@​codykaup](https://redirect.github.com/codykaup))
- John Hobbs ([@​jmhobbs](https://redirect.github.com/jmhobbs))
***
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
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/SAP/ui5-webcomponents-react).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 814ff71 commit 5c0e467Copy full SHA for 5c0e467
File tree
Expand file treeCollapse file tree
2 files changed
+351
-107
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+351
-107
lines changed+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
56 |
| - | |
| 55 | + | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
0 commit comments