Skip to content

Commit aa1f9e7

Browse files
authoredAug 19, 2024
chore(deps): update dependency @types/node to v20.16.1 (main) (SAP#6220)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.14.15` -> `20.16.1`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.15/20.16.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.14.15/20.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.14.15/20.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9522567 commit aa1f9e7

File tree

8 files changed

+40
-36
lines changed

8 files changed

+40
-36
lines changed
 

‎examples/nextjs-app/package-lock.json

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎examples/nextjs-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@ui5/webcomponents": "1.24.8",
1313
"@ui5/webcomponents-fiori": "1.24.8",
1414
"@ui5/webcomponents-react": "1.29.8",
15-
"@types/node": "20.14.15",
15+
"@types/node": "20.16.1",
1616
"@types/react": "18.3.3",
1717
"@types/react-dom": "18.3.0",
1818
"eslint": "8.57.0",

‎examples/nextjs-pages/package-lock.json

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎examples/nextjs-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@ui5/webcomponents": "1.24.8",
1313
"@ui5/webcomponents-fiori": "1.24.8",
1414
"@ui5/webcomponents-react": "1.29.8",
15-
"@types/node": "20.14.15",
15+
"@types/node": "20.16.1",
1616
"@types/react": "18.3.3",
1717
"@types/react-dom": "18.3.0",
1818
"eslint": "8.57.0",

‎templates/nextjs-app/package-lock.json

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎templates/nextjs-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@ui5/webcomponents": "1.24.8",
1313
"@ui5/webcomponents-fiori": "1.24.8",
1414
"@ui5/webcomponents-react": "1.29.8",
15-
"@types/node": "20.14.15",
15+
"@types/node": "20.16.1",
1616
"@types/react": "18.3.3",
1717
"@types/react-dom": "18.3.0",
1818
"eslint": "8.57.0",

‎templates/nextjs-pages/package-lock.json

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎templates/nextjs-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@ui5/webcomponents": "1.24.8",
1313
"@ui5/webcomponents-fiori": "1.24.8",
1414
"@ui5/webcomponents-react": "1.29.8",
15-
"@types/node": "20.14.15",
15+
"@types/node": "20.16.1",
1616
"@types/react": "18.3.3",
1717
"@types/react-dom": "18.3.0",
1818
"eslint": "8.57.0",

0 commit comments

Comments
 (0)
Please sign in to comment.