Skip to content

Commit 24c7050

Browse files
authored
Merge branch 'main' into version-bump
2 parents ff4e35b + e5d467c commit 24c7050

10 files changed

Lines changed: 963 additions & 184 deletions

File tree

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- uses: actions/setup-node@v6
77
with:
8-
node-version: 24.14
8+
node-version: 24.15
99
registry-url: https://registry.npmjs.org
1010
always-auth: true
1111
cache: yarn

.github/workflows/open-version-bump-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
- createVersionBumpPR
306306
steps:
307307
- name: Post success or failure comment to PR
308-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
308+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
309309
with:
310310
script: |
311311
// `needs` isn't loaded into `actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1`.context, so we have to read it from the outer context

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 24.14.1
1+
nodejs 24.15.0

scripts/generator-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"devDependencies": {
1414
"yeoman-generator": "7.5.1",
15-
"@yeoman/types": "1.10.3",
15+
"@yeoman/types": "1.11.1",
1616
"mem-fs": "4.1.4",
1717
"@yeoman/adapter": "4.0.2",
1818
"@types/node": "24.12.2"

scripts/generator-adapter/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,10 @@
376376
resolved "https://registry.yarnpkg.com/@yeoman/namespace/-/namespace-1.0.1.tgz#8034277c4a62bdf41e05e2d890bc674bc320eb99"
377377
integrity sha512-XGdYL0HCoPvrzW7T8bxD6RbCY/B8uvR2jpOzJc/yEwTueKHwoVhjSLjVXkokQAO0LNl8nQFLVZ1aKfr2eFWZeA==
378378

379-
"@yeoman/types@1.10.3":
380-
version "1.10.3"
381-
resolved "https://registry.yarnpkg.com/@yeoman/types/-/types-1.10.3.tgz#52f3efc0db7440b0058dfbef98cfafec5632e7b1"
382-
integrity sha512-7CusjSigCHm8EvLkkr/5dbPptCVBNyjnTf8etOlfHg9qkjIfulQrIYVB7MThnofh2d7QQz/G+XfTO4mv9pgleQ==
379+
"@yeoman/types@1.11.1":
380+
version "1.11.1"
381+
resolved "https://registry.yarnpkg.com/@yeoman/types/-/types-1.11.1.tgz#00e9a3559e697d6f72d30fd6f3d7c782cfc1cbda"
382+
integrity sha512-27CI5hHQAHfq8ohYILmLNzClbdzBJzu+ny9AzUVV6naJO0l4/+t+67QDKlwQvt+TW3oE5j74I/Mh4Kn14rsVXA==
383383

384384
ansi-regex@^6.0.1:
385385
version "6.1.0"

0 commit comments

Comments
 (0)