Skip to content

Commit

Permalink
chore(deps): update dependency @types/jscodeshift to v0.12.0 (#11671)
Browse files Browse the repository at this point in the history
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.11.11` ->
`0.12.0`](https://renovatebot.com/diffs/npm/@types%2fjscodeshift/0.11.11/0.12.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjscodeshift/0.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fjscodeshift/0.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fjscodeshift/0.11.11/0.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjscodeshift/0.11.11/0.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 769db19 commit 8de51ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@types/babel__generator": "7.6.8",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.13",
"@types/jscodeshift": "0.11.11",
"@types/jscodeshift": "0.12.0",
"@types/ncp": "2.0.8",
"@types/prompts": "2.4.9",
"@typescript-eslint/eslint-plugin": "8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@redwoodjs/framework-tools": "workspace:*",
"@types/babel__core": "7.20.5",
"@types/fs-extra": "11.0.4",
"@types/jscodeshift": "0.11.11",
"@types/jscodeshift": "0.12.0",
"@types/yargs": "17.0.33",
"fs-extra": "11.2.0",
"publint": "0.2.11",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8195,7 +8195,7 @@ __metadata:
"@svgr/plugin-jsx": "npm:8.1.0"
"@types/babel__core": "npm:7.20.5"
"@types/fs-extra": "npm:11.0.4"
"@types/jscodeshift": "npm:0.11.11"
"@types/jscodeshift": "npm:0.12.0"
"@types/yargs": "npm:17.0.33"
"@vscode/ripgrep": "npm:1.15.9"
"@whatwg-node/fetch": "npm:0.9.21"
Expand Down Expand Up @@ -11019,13 +11019,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jscodeshift@npm:0.11.11":
version: 0.11.11
resolution: "@types/jscodeshift@npm:0.11.11"
"@types/jscodeshift@npm:0.12.0":
version: 0.12.0
resolution: "@types/jscodeshift@npm:0.12.0"
dependencies:
ast-types: "npm:^0.14.1"
recast: "npm:^0.20.3"
checksum: 10c0/b3d2be46d523ae679a2c986d7f98232aabaa761c960423105286bfd682fb57f9366f6afed1e1d6b35e4923b7e038c0aa539032d7e7fd430754683078032cd578
checksum: 10c0/18dea1a12f47daa35063c872a255a7239125187b172ce66639c326bd4b6a500fc8b44a98ec3a8e3fc502786658874a6b35850ac9f4effd9b9aacd1602b033feb
languageName: node
linkType: hard

Expand Down Expand Up @@ -26910,7 +26910,7 @@ __metadata:
"@types/babel__generator": "npm:7.6.8"
"@types/fs-extra": "npm:11.0.4"
"@types/jest": "npm:29.5.13"
"@types/jscodeshift": "npm:0.11.11"
"@types/jscodeshift": "npm:0.12.0"
"@types/ncp": "npm:2.0.8"
"@types/prompts": "npm:2.4.9"
"@typescript-eslint/eslint-plugin": "npm:8.5.0"
Expand Down

0 comments on commit 8de51ac

Please sign in to comment.