-
Notifications
You must be signed in to change notification settings - Fork 103
Commit fb2078a
authored
chore(deps): update all non-major dependencies (patch) (#5014)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/core](https://babel.dev/docs/en/next/babel-core)
([source](https://github.com/babel/babel)) | [`7.22.10` ->
`7.22.11`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.22.10/7.22.11)
|
[](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.5` ->
`7.22.11`](https://renovatebot.com/diffs/npm/@babel%2fpreset-typescript/7.22.5/7.22.11)
|
[](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.6` ->
`18.17.12`](https://renovatebot.com/diffs/npm/@types%2fnode/18.17.6/18.17.12)
|
[](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/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) |
[`18.2.20` ->
`18.2.21`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.20/18.2.21)
|
[](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://github.com/typescript-eslint/typescript-eslint)
| [`6.4.0` ->
`6.4.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.4.0/6.4.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/)
|
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint)
| [`6.4.0` ->
`6.4.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/6.4.0/6.4.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/)
|
| [lint-staged](https://github.com/okonet/lint-staged) | [`14.0.0` ->
`14.0.1`](https://renovatebot.com/diffs/npm/lint-staged/14.0.0/14.0.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/)
|
| [yarn](https://github.com/yarnpkg/berry) | [`3.6.2` ->
`3.6.3`](https://renovatebot.com/diffs/npm/yarn/3.6.2/3.6.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.22.11`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v72211-2023-08-24)
[Compare
Source](https://github.com/babel/babel/compare/v7.22.10...v7.22.11)
##### 🐛 Bug Fix
- `babel-plugin-transform-typescript`
- [#​15882](https://github.com/babel/babel/pull/15882) Fix:
fully remove TS nested type-only exported namespaces
([@​yangguansen](https://github.com/yangguansen))
- `babel-types`
- [#​15867](https://github.com/babel/babel/pull/15867) fix:
definition of TS function type params
([@​danez](https://github.com/danez))
- `babel-plugin-transform-async-generator-functions`,
`babel-plugin-transform-class-static-block`,
`babel-plugin-transform-dynamic-import`,
`babel-plugin-transform-export-namespace-from`,
`babel-plugin-transform-json-strings`,
`babel-plugin-transform-logical-assignment-operators`,
`babel-plugin-transform-nullish-coalescing-operator`,
`babel-plugin-transform-numeric-separator`,
`babel-plugin-transform-object-rest-spread`,
`babel-plugin-transform-optional-catch-binding`,
`babel-plugin-transform-optional-chaining`,
`babel-plugin-transform-private-property-in-object`
- [#​15858](https://github.com/babel/babel/pull/15858)
fix(standalone): strip archived syntax plugins
([@​JLHwung](https://github.com/JLHwung))
- `babel-core`
- [#​15850](https://github.com/babel/babel/pull/15850) Support
configuring cache in ESM configs
([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo))
##### 🏠 Internal
- `babel-parser`
- [#​10940](https://github.com/babel/babel/pull/10940) Do not
record trailing comma pos when `maybeAsyncArrow: false`
([@​JLHwung](https://github.com/JLHwung))
- `babel-core`, `babel-helper-compilation-targets`, `babel-parser`,
`babel-plugin-proposal-destructuring-private`,
`babel-plugin-syntax-decorators`, `babel-preset-env`,
`babel-preset-react`, `babel-register`, `babel-traverse`, `babel-types`
- [#​15872](https://github.com/babel/babel/pull/15872) enable
jest/no-standalone-expect
([@​JLHwung](https://github.com/JLHwung))
- `babel-core`, `babel-helpers`,
`babel-plugin-transform-async-generator-functions`,
`babel-plugin-transform-modules-commonjs`,
`babel-plugin-transform-regenerator`, `babel-preset-env`,
`babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`
- [#​15833](https://github.com/babel/babel/pull/15833) bump
json5, terser and webpack, further minimize babel helpers
([@​JLHwung](https://github.com/JLHwung))
- Other
- [#​15846](https://github.com/babel/babel/pull/15846) Use Babel
8.0 alpha to build babel
([@​JLHwung](https://github.com/JLHwung))
- [#​15856](https://github.com/babel/babel/pull/15856) Exclude
redundant files from publish process
([@​JLHwung](https://github.com/JLHwung))
##### 🔬 Output optimization
- `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`,
`babel-plugin-transform-class-properties`,
`babel-plugin-transform-classes`,
`babel-plugin-transform-optional-chaining`, `babel-preset-env`
- [#​15871](https://github.com/babel/babel/pull/15871) Simplify
`?.` output when chain result is ignored
([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo))
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/eslint-plugin)</summary>
###
[`v6.4.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#641-2023-08-21)
[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1)
##### Bug Fixes
- **eslint-plugin:** \[no-unnecessary-condition] false positives with
branded types
([#​7466](https://github.com/typescript-eslint/typescript-eslint/issues/7466))
([b52658f](https://github.com/typescript-eslint/typescript-eslint/commit/b52658fbb6f5cf2085c94926872e6d39efaa3b01)),
closes
[#​7293](https://github.com/typescript-eslint/typescript-eslint/issues/7293)
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>
###
[`v6.4.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#641-2023-08-21)
[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1)
**Note:** Version bump only for package
[@​typescript-eslint/parser](https://github.com/typescript-eslint/parser)
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>okonet/lint-staged (lint-staged)</summary>
###
[`v14.0.1`](https://github.com/okonet/lint-staged/releases/tag/v14.0.1)
[Compare
Source](https://github.com/okonet/lint-staged/compare/v14.0.0...v14.0.1)
##### Bug Fixes
- fix reading config from stdin, introduced in v14.0.0
([#​1317](https://github.com/okonet/lint-staged/issues/1317))
([fc3bfea](https://github.com/okonet/lint-staged/commit/fc3bfeabae29b65f99b6911a989b0b41d3d1128e))
</details>
<details>
<summary>yarnpkg/berry (yarn)</summary>
###
[`v3.6.3`](https://github.com/yarnpkg/berry/compare/7b88e9ef75bf73e97df47428c9146322c9c4315f...b6026842dfec4b012571b5982bb74420c7682a73)
[Compare
Source](https://github.com/yarnpkg/berry/compare/7b88e9ef75bf73e97df47428c9146322c9c4315f...b6026842dfec4b012571b5982bb74420c7682a73)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi42NC44IiwidXBkYXRlZEluVmVyIjoiMzYuNjQuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 35c2e38 commit fb2078aCopy full SHA for fb2078a
File tree
Expand file treeCollapse file tree
4 files changed
+183
-98
lines changedFilter options
- .yarn/releases
Expand file treeCollapse file tree
4 files changed
+183
-98
lines changed.yarn/releases/yarn-3.6.2.cjs renamed to .yarn/releases/yarn-3.6.3.cjs
Copy file name to clipboardExpand all lines: .yarn/releases/yarn-3.6.3.cjs+2-2Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + |
+3-3Lines changed: 3 additions & 3 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 |
| |
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
116 |
| - | |
| 116 | + | |
117 | 117 |
|
0 commit comments