forked from SAP/ui5-webcomponents-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit e740d22
authored
chore(deps): update all non-major dependencies (patch) (SAP#6450)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@babel/cli](https://babel.dev/docs/en/next/babel-cli)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-cli))
| [`7.25.6` ->
`7.25.7`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.25.6/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/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/preset-env](https://babel.dev/docs/en/next/babel-preset-env)
([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-preset-env))
| [`7.25.4` ->
`7.25.7`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.25.4/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/)
|
|
[@cypress/code-coverage](https://redirect.github.com/cypress-io/code-coverage)
| [`3.13.2` ->
`3.13.4`](https://renovatebot.com/diffs/npm/@cypress%2fcode-coverage/3.13.2/3.13.4)
|
[](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://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))
| [`18.3.10` ->
`18.3.11`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.10/18.3.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/)
|
| [typedoc](https://typedoc.org)
([source](https://redirect.github.com/TypeStrong/TypeDoc)) | [`0.26.7`
-> `0.26.8`](https://renovatebot.com/diffs/npm/typedoc/0.26.7/0.26.8) |
[](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.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.6...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>cypress-io/code-coverage
(@​cypress/code-coverage)</summary>
###
[`v3.13.4`](https://redirect.github.com/cypress-io/code-coverage/releases/tag/v3.13.4)
[Compare
Source](https://redirect.github.com/cypress-io/code-coverage/compare/v3.13.3...v3.13.4)
##### Bug Fixes
- improve performance combining coverage on large codebases
([#​753](https://redirect.github.com/cypress-io/code-coverage/issues/753))
([bf696bb](https://redirect.github.com/cypress-io/code-coverage/commit/bf696bb716d10f1fcfc4953f94fc683fe7078c85))
###
[`v3.13.3`](https://redirect.github.com/cypress-io/code-coverage/releases/tag/v3.13.3)
[Compare
Source](https://redirect.github.com/cypress-io/code-coverage/compare/v3.13.2...v3.13.3)
##### Bug Fixes
- **deps:** update dependency
[@​types/node](https://redirect.github.com/types/node) to
v20.16.10
([#​886](https://redirect.github.com/cypress-io/code-coverage/issues/886))
([e18f4ec](https://redirect.github.com/cypress-io/code-coverage/commit/e18f4ecf9114b74156a71eb467b20612aee25089))
- **deps:** update dependency
[@​types/react](https://redirect.github.com/types/react) to
v18.3.10
([#​887](https://redirect.github.com/cypress-io/code-coverage/issues/887))
([3cf0cfd](https://redirect.github.com/cypress-io/code-coverage/commit/3cf0cfde8a670e6f6d0a7726ad28e9d43738bf58))
</details>
<details>
<summary>TypeStrong/TypeDoc (typedoc)</summary>
###
[`v0.26.8`](https://redirect.github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0268-2024-10-04)
[Compare
Source](https://redirect.github.com/TypeStrong/TypeDoc/compare/v0.26.7...v0.26.8)
##### Features
- Updated Chinese translations,
[#​2706](https://redirect.github.com/TypeStrong/TypeDoc/issues/2706).
- Exported constants no longer render the type and default value if they
are the same,
[#​2717](https://redirect.github.com/TypeStrong/TypeDoc/issues/2717).
- The HTML output now wraps tag blocks with `<div>` tags and includes
the tag name in a class name,
[#​2723](https://redirect.github.com/TypeStrong/TypeDoc/issues/2723).
##### Bug Fixes
- Correctly handle external link resolver link text when referencing an
external symbol,
[#​2700](https://redirect.github.com/TypeStrong/TypeDoc/issues/2700).
- Big integer literals are now supported as default values,
[#​2721](https://redirect.github.com/TypeStrong/TypeDoc/issues/2721).
- Corrected handling of `@link` tags present in comments at the start of
source files.
- The index will now display when a module only contains documents,
[#​2722](https://redirect.github.com/TypeStrong/TypeDoc/issues/2722).
- `ReflectionSymbolId.pos` no longer references the position *before*
any doc comments for a symbol.
This could cause typedoc-plugin-dt-links to produce links which didn't
go to the expected location in a file.
##### Thanks!
- [@​Corso02](https://redirect.github.com/Corso02)
- [@​lriggle-strib](https://redirect.github.com/lriggle-strib)
- [@​XeroAlpha](https://redirect.github.com/XeroAlpha)
</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 638adee commit e740d22Copy full SHA for e740d22
File tree
Expand file treeCollapse file tree
2 files changed
+553
-874
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+553
-874
lines changed+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
54 |
| - | |
| 53 | + | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
0 commit comments