Skip to content

Commit a0f234d

Browse files
chore(deps): update dependency @types/jscodeshift to v17 (main) (#7164)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | 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.12.0` -> `^17.0.0`](https://renovatebot.com/diffs/npm/@types%2fjscodeshift/0.12.0/17.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjscodeshift/17.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fjscodeshift/17.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fjscodeshift/0.12.0/17.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjscodeshift/0.12.0/17.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 707c926 commit a0f234d

File tree

2 files changed

+14
-22
lines changed

2 files changed

+14
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@semantic-release/github": "^11.0.0",
6666
"@testing-library/cypress": "^10.0.0",
6767
"@types/eslint__js": "^8.42.3",
68-
"@types/jscodeshift": "^0.12.0",
68+
"@types/jscodeshift": "^17.0.0",
6969
"@types/node": "^22.0.0",
7070
"@types/react": "^19.0.1",
7171
"@types/react-dom": "^19.0.1",

yarn.lock

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5463,13 +5463,13 @@ __metadata:
54635463
languageName: node
54645464
linkType: hard
54655465

5466-
"@types/jscodeshift@npm:^0.12.0":
5467-
version: 0.12.0
5468-
resolution: "@types/jscodeshift@npm:0.12.0"
5466+
"@types/jscodeshift@npm:^17.0.0":
5467+
version: 17.3.0
5468+
resolution: "@types/jscodeshift@npm:17.3.0"
54695469
dependencies:
5470-
ast-types: "npm:^0.14.1"
5471-
recast: "npm:^0.20.3"
5472-
checksum: 10c0/18dea1a12f47daa35063c872a255a7239125187b172ce66639c326bd4b6a500fc8b44a98ec3a8e3fc502786658874a6b35850ac9f4effd9b9aacd1602b033feb
5470+
ast-types: "npm:^0.16.1"
5471+
recast: "npm:^0.23.11"
5472+
checksum: 10c0/56b889b290f12322b43d74c7434b69cef3e1ca8444e37891e08585f716b1c23f44596f650fb92220a8c6e5776d3dbc7d8ece67e950b6f9e733eee8e712128c73
54735473
languageName: node
54745474
linkType: hard
54755475

@@ -7705,15 +7705,6 @@ __metadata:
77057705
languageName: node
77067706
linkType: hard
77077707

7708-
"ast-types@npm:0.14.2, ast-types@npm:^0.14.1":
7709-
version: 0.14.2
7710-
resolution: "ast-types@npm:0.14.2"
7711-
dependencies:
7712-
tslib: "npm:^2.0.1"
7713-
checksum: 10c0/5d66d89b6c07fe092087454b6042dbaf81f2882b176db93861e2b986aafe0bce49e1f1ff59aac775d451c1426ad1e967d250e9e3548f5166ea8a3475e66c169d
7714-
languageName: node
7715-
linkType: hard
7716-
77177708
"ast-types@npm:^0.16.1":
77187709
version: 0.16.1
77197710
resolution: "ast-types@npm:0.16.1"
@@ -20852,15 +20843,16 @@ __metadata:
2085220843
languageName: node
2085320844
linkType: hard
2085420845

20855-
"recast@npm:^0.20.3":
20856-
version: 0.20.5
20857-
resolution: "recast@npm:0.20.5"
20846+
"recast@npm:^0.23.11":
20847+
version: 0.23.11
20848+
resolution: "recast@npm:0.23.11"
2085820849
dependencies:
20859-
ast-types: "npm:0.14.2"
20850+
ast-types: "npm:^0.16.1"
2086020851
esprima: "npm:~4.0.0"
2086120852
source-map: "npm:~0.6.1"
20853+
tiny-invariant: "npm:^1.3.3"
2086220854
tslib: "npm:^2.0.1"
20863-
checksum: 10c0/7810216ff36c7376eddd66d3ce6b2df421305fdc983f2122711837911712177d52d804419655e1f29d4bb93016c178cffe442af410bdcf726050ca19af6fed32
20855+
checksum: 10c0/45b520a8f0868a5a24ecde495be9de3c48e69a54295d82a7331106554b75cfba75d16c909959d056e9ceed47a1be5e061e2db8b9ecbcd6ba44c2f3ef9a47bd18
2086420856
languageName: node
2086520857
linkType: hard
2086620858

@@ -23827,7 +23819,7 @@ __metadata:
2382723819
"@storybook/theming": "npm:8.6.11"
2382823820
"@testing-library/cypress": "npm:^10.0.0"
2382923821
"@types/eslint__js": "npm:^8.42.3"
23830-
"@types/jscodeshift": "npm:^0.12.0"
23822+
"@types/jscodeshift": "npm:^17.0.0"
2383123823
"@types/node": "npm:^22.0.0"
2383223824
"@types/react": "npm:^19.0.1"
2383323825
"@types/react-dom": "npm:^19.0.1"

0 commit comments

Comments
 (0)