-
Notifications
You must be signed in to change notification settings - Fork 103
Commit 003a383
authored
chore(deps): update all non-major dependencies (minor) (#5089)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/cli](https://babel.dev/docs/en/next/babel-cli)
([source](https://github.com/babel/babel)) | [`7.22.15` ->
`7.23.0`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.22.15/7.23.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/)
|
| [@babel/core](https://babel.dev/docs/en/next/babel-core)
([source](https://github.com/babel/babel)) | [`7.22.20` ->
`7.23.0`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.22.20/7.23.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/)
|
|
[@babel/preset-typescript](https://babel.dev/docs/en/next/babel-preset-typescript)
([source](https://github.com/babel/babel)) | [`7.22.15` ->
`7.23.0`](https://renovatebot.com/diffs/npm/@babel%2fpreset-typescript/7.22.15/7.23.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/)
|
|
[@semantic-release/github](https://github.com/semantic-release/github)
| [`9.0.6` ->
`9.2.0`](https://renovatebot.com/diffs/npm/@semantic-release%2fgithub/9.0.6/9.2.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/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) |
[`18.17.17` ->
`18.18.0`](https://renovatebot.com/diffs/npm/@types%2fnode/18.17.17/18.18.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/)
|
|
[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme)
([source](https://github.com/vitejs/vite-plugin-react)) | [`4.0.4` ->
`4.1.0`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/4.0.4/4.1.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://github.com/chromaui/chromatic-cli)) | [`7.1.0` ->
`7.2.0`](https://renovatebot.com/diffs/npm/chromatic/7.1.0/7.2.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://github.com/eslint/eslint)) | [`8.49.0` ->
`8.50.0`](https://renovatebot.com/diffs/npm/eslint/8.49.0/8.50.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/cli)</summary>
###
[`v7.23.0`](https://github.com/babel/babel/compare/v7.22.15...v7.23.0)
[Compare
Source](https://github.com/babel/babel/compare/v7.22.15...v7.23.0)
</details>
<details>
<summary>babel/babel (@​babel/core)</summary>
###
[`v7.23.0`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7230-2023-09-25)
[Compare
Source](https://github.com/babel/babel/compare/v7.22.20...v7.23.0)
##### 🚀 New Feature
- `babel-plugin-proposal-import-wasm-source`,
`babel-plugin-syntax-import-source`,
`babel-plugin-transform-dynamic-import`
- [#​15870](https://github.com/babel/babel/pull/15870) Support
transforming `import source` for wasm
([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo))
- `babel-helper-module-transforms`, `babel-helpers`,
`babel-plugin-proposal-import-defer`,
`babel-plugin-syntax-import-defer`,
`babel-plugin-transform-modules-commonjs`, `babel-runtime-corejs2`,
`babel-runtime-corejs3`, `babel-runtime`, `babel-standalone`
- [#​15878](https://github.com/babel/babel/pull/15878) Implement
`import defer` proposal transform support
([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo))
- `babel-generator`, `babel-parser`, `babel-types`
- [#​15845](https://github.com/babel/babel/pull/15845) Implement
`import defer` parsing support
([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo))
- [#​15829](https://github.com/babel/babel/pull/15829) Add
parsing support for the "source phase imports" proposal
([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo))
- `babel-generator`, `babel-helper-module-transforms`, `babel-parser`,
`babel-plugin-transform-dynamic-import`,
`babel-plugin-transform-modules-amd`,
`babel-plugin-transform-modules-commonjs`,
`babel-plugin-transform-modules-systemjs`, `babel-traverse`,
`babel-types`
- [#​15682](https://github.com/babel/babel/pull/15682) Add
`createImportExpressions` parser option
([@​JLHwung](https://github.com/JLHwung))
- `babel-standalone`
- [#​15671](https://github.com/babel/babel/pull/15671) Pass
through nonce to the transformed script element
([@​JLHwung](https://github.com/JLHwung))
- `babel-helper-function-name`,
`babel-helper-member-expression-to-functions`, `babel-helpers`,
`babel-parser`, `babel-plugin-proposal-destructuring-private`,
`babel-plugin-proposal-optional-chaining-assign`,
`babel-plugin-syntax-optional-chaining-assign`,
`babel-plugin-transform-destructuring`,
`babel-plugin-transform-optional-chaining`, `babel-runtime-corejs2`,
`babel-runtime-corejs3`, `babel-runtime`, `babel-standalone`,
`babel-types`
- [#​15751](https://github.com/babel/babel/pull/15751) Add
support for optional chain in assignments
([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo))
- `babel-helpers`, `babel-plugin-proposal-decorators`
- [#​15895](https://github.com/babel/babel/pull/15895) Implement
the "decorator metadata" proposal
([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo))
- `babel-traverse`, `babel-types`
- [#​15893](https://github.com/babel/babel/pull/15893) Add
`t.buildUndefinedNode`
([@​liuxingbaoyu](https://github.com/liuxingbaoyu))
- `babel-preset-typescript`
- [#​15913](https://github.com/babel/babel/pull/15913) Add
`rewriteImportExtensions` option to TS preset
([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo))
- `babel-parser`
- [#​15896](https://github.com/babel/babel/pull/15896) Allow TS
tuples to have both labeled and unlabeled elements
([@​yukukotani](https://github.com/yukukotani))
##### 🐛 Bug Fix
- `babel-plugin-transform-block-scoping`
- [#​15962](https://github.com/babel/babel/pull/15962) fix:
`transform-block-scoping` captures the variables of the method in the
loop ([@​liuxingbaoyu](https://github.com/liuxingbaoyu))
##### 💅 Polish
- `babel-traverse`
- [#​15797](https://github.com/babel/babel/pull/15797) Expand
evaluation of global built-ins in `@babel/traverse`
([@​lorenzoferre](https://github.com/lorenzoferre))
- `babel-plugin-proposal-explicit-resource-management`
- [#​15985](https://github.com/babel/babel/pull/15985) Improve
source maps for blocks with `using` declarations
([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo))
##### 🔬 Output optimization
- `babel-core`, `babel-helper-module-transforms`,
`babel-plugin-transform-async-to-generator`,
`babel-plugin-transform-classes`,
`babel-plugin-transform-dynamic-import`,
`babel-plugin-transform-function-name`,
`babel-plugin-transform-modules-amd`,
`babel-plugin-transform-modules-commonjs`,
`babel-plugin-transform-modules-umd`,
`babel-plugin-transform-parameters`,
`babel-plugin-transform-react-constant-elements`,
`babel-plugin-transform-react-inline-elements`,
`babel-plugin-transform-runtime`, `babel-plugin-transform-typescript`,
`babel-preset-env`
- [#​15984](https://github.com/babel/babel/pull/15984) Inline
`exports.XXX =` update in simple variable declarations
([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo))
</details>
<details>
<summary>semantic-release/github
(@​semantic-release/github)</summary>
###
[`v9.2.0`](https://github.com/semantic-release/github/releases/tag/v9.2.0)
[Compare
Source](https://github.com/semantic-release/github/compare/v9.1.0...v9.2.0)
##### Features
- add discussionCategoryName option
([#​702](https://github.com/semantic-release/github/issues/702))
([34c0afd](https://github.com/semantic-release/github/commit/34c0afded9391608ad334fa8379f4f1e83cc35fa))
###
[`v9.1.0`](https://github.com/semantic-release/github/releases/tag/v9.1.0)
[Compare
Source](https://github.com/semantic-release/github/compare/v9.0.7...v9.1.0)
##### Features
- `releaseNameTemplate` and `releaseBodyTemplate` options for
customizing release body and name
([#​704](https://github.com/semantic-release/github/issues/704))
([9e2678c](https://github.com/semantic-release/github/commit/9e2678cd69e67ce0b79c5bd1731a376f269d958c))
###
[`v9.0.7`](https://github.com/semantic-release/github/releases/tag/v9.0.7)
[Compare
Source](https://github.com/semantic-release/github/compare/v9.0.6...v9.0.7)
##### Bug Fixes
- **deps:** update octokit monorepo (major)
([#​708](https://github.com/semantic-release/github/issues/708))
([47f2b2e](https://github.com/semantic-release/github/commit/47f2b2e39ae75549988023e534e068fde365d836))
</details>
<details>
<summary>vitejs/vite-plugin-react
(@​vitejs/plugin-react)</summary>
###
[`v4.1.0`](https://github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#410-2023-09-24)
[Compare
Source](https://github.com/vitejs/vite-plugin-react/compare/v4.0.4...v4.1.0)
- Add `@types/babel__cores` to dependencies (fix
[#​211](https://github.com/vitejs/vite-plugin-react/issues/211))
- Improve build perf when not using Babel plugins by lazy loading
`@babel/core`
[#​212](https://github.com/vitejs/vite-plugin-react/pull/212)
- Better invalidation message when an export is added & fix HMR for
export of nullish values
[#​215](https://github.com/vitejs/vite-plugin-react/pull/215)
- Include non-dev jsx runtime in optimizeDeps & support HMR for JS files
using the non dev runtime
[#​224](https://github.com/vitejs/vite-plugin-react/pull/224)
- The build output now contains a `index.d.cts` file so you don't get
types errors when setting `moduleResolution` to `node16` or `nodenext`
in your tsconfig (we recommend using `bundler` which is more close to
how Vite works)
</details>
<details>
<summary>chromaui/chromatic-cli (chromatic)</summary>
###
[`v7.2.0`](https://github.com/chromaui/chromatic-cli/compare/v7.1.0...v7.2.0)
[Compare
Source](https://github.com/chromaui/chromatic-cli/compare/v7.1.0...v7.2.0)
</details>
<details>
<summary>eslint/eslint (eslint)</summary>
### [`v8.50.0`](https://github.com/eslint/eslint/releases/tag/v8.50.0)
[Compare
Source](https://github.com/eslint/eslint/compare/v8.49.0...v8.50.0)
#### Features
-
[`27d5a9e`](https://github.com/eslint/eslint/commit/27d5a9e57ad347982a68fcd0e75eafee42d344f0)
feat: add suggestions to array-callback-return
([#​17590](https://github.com/eslint/eslint/issues/17590))
(Tanuj Kanti)
-
[`f9082ff`](https://github.com/eslint/eslint/commit/f9082ff3f3956a0a5a7d7659de63640a21c4de0f)
feat: flat-rule-tester make sure default config always matches
([#​17585](https://github.com/eslint/eslint/issues/17585)) (fnx)
-
[`83914ad`](https://github.com/eslint/eslint/commit/83914adbfd5fce7d11b33d095ba6d6a39be0dbbc)
feat: Implement SourceCode#applyInlineConfig()
([#​17351](https://github.com/eslint/eslint/issues/17351))
(Nicholas C. Zakas)
-
[`22a5582`](https://github.com/eslint/eslint/commit/22a558228ff98f478fa308c9ecde361acc4caf20)
feat: add rule `no-object-constructor`, deprecate `no-new-object`
([#​17576](https://github.com/eslint/eslint/issues/17576))
(Francesco Trotta)
-
[`85a3d9e`](https://github.com/eslint/eslint/commit/85a3d9e967b19cb4a0189746499d81ef2f93e14e)
feat: allowVoid option in array-callback-return
([#​17564](https://github.com/eslint/eslint/issues/17564))
(Tanuj Kanti)
#### Bug Fixes
-
[`cc4d26b`](https://github.com/eslint/eslint/commit/cc4d26b5a59d510f2c878e973fd245e8eff27c2a)
fix: Ensure deprecated context.parserServices warns
([#​17593](https://github.com/eslint/eslint/issues/17593))
(Nicholas C. Zakas)
-
[`1ea4cfb`](https://github.com/eslint/eslint/commit/1ea4cfb585dcb52ac3cb1522a32f25cfe507121b)
fix: Ensure all RuleTester tests all deprecated context methods
([#​17587](https://github.com/eslint/eslint/issues/17587))
(Nicholas C. Zakas)
-
[`aa1b657`](https://github.com/eslint/eslint/commit/aa1b657a9febcd03e9298c03ae2888762795e322)
fix: wrong suggestion and message in `no-misleading-character-class`
([#​17571](https://github.com/eslint/eslint/issues/17571))
(Yosuke Ota)
#### Documentation
-
[`1800537`](https://github.com/eslint/eslint/commit/180053759c6cf05a326c710353b4717fbf289ee0)
docs: Fix and standardize JSX code examples
([#​17591](https://github.com/eslint/eslint/issues/17591))
(Francesco Trotta)
-
[`48a44a7`](https://github.com/eslint/eslint/commit/48a44a73ac456739bdee348bbaf1840d2b1e4830)
docs: Add correct/incorrect tags to `prefer-arrow-callback`
([#​17589](https://github.com/eslint/eslint/issues/17589))
(Francesco Trotta)
-
[`20893d4`](https://github.com/eslint/eslint/commit/20893d48b9012f2b61bbbfeac8bee70d68d90e5e)
docs: fix incorrect tag's place
([#​17575](https://github.com/eslint/eslint/issues/17575))
(Tanuj Kanti)
-
[`bd7a71f`](https://github.com/eslint/eslint/commit/bd7a71fd6b7efb0445393304e2d48c5c06d46a45)
docs: Update README (GitHub Actions Bot)
#### Chores
-
[`f8a8a2d`](https://github.com/eslint/eslint/commit/f8a8a2d6b45c82f94a574623759b6e3d2af193f3)
chore: upgrade
[@​eslint/js](https://github.com/eslint/js)[@​8](https://github.com/8).50.0
([#​17599](https://github.com/eslint/eslint/issues/17599))
(Milos Djermanovic)
-
[`38ada6d`](https://github.com/eslint/eslint/commit/38ada6df8f4a0313b7d0739b28f0af6b4897b8ce)
chore: package.json update for
[@​eslint/js](https://github.com/eslint/js) release (ESLint
Jenkins)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
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](https://github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/SAP/ui5-webcomponents-react).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuMTA3LjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 944729b commit 003a383Copy full SHA for 003a383
File tree
Expand file treeCollapse file tree
2 files changed
+193
-138
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+193
-138
lines changed+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
|
0 commit comments