Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
e1682597bc chore(deps): bump actions/github-script from 7 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v9)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-10 05:02:31 +00:00
3 changed files with 28 additions and 28 deletions

View File

@@ -63,7 +63,7 @@ jobs:
- name: Install @actions/artifact
run: npm install @actions/artifact@5.0.3
- name: Build
uses: actions/github-script@v7
uses: actions/github-script@v9
id: boards-list
with:
script: |
@@ -95,7 +95,7 @@ jobs:
throw new Error('Failed to build one or more configurations');
}
- name: Upload artifacts
uses: actions/github-script@v7
uses: actions/github-script@v9
continue-on-error: ${{ github.event_name == 'pull_request' }}
id: boards-upload
with:
@@ -146,7 +146,7 @@ jobs:
include-list: ${{ steps.compile-list.outputs.result }}
steps:
- name: Join build lists
uses: actions/github-script@v7
uses: actions/github-script@v9
id: compile-list
with:
script: |
@@ -196,7 +196,7 @@ jobs:
node-version: "14.x"
- name: Install js-yaml
run: npm install js-yaml
- uses: actions/github-script@v7
- uses: actions/github-script@v9
id: core-list
with:
script: |
@@ -225,7 +225,7 @@ jobs:
node-version: "14.x"
- name: Install js-yaml
run: npm install js-yaml
- uses: actions/github-script@v7
- uses: actions/github-script@v9
id: boards-list
with:
script: |
@@ -303,7 +303,7 @@ jobs:
nightly-include: ${{ steps.nightly-list.outputs.result }}
steps:
- name: Create nightly list
uses: actions/github-script@v7
uses: actions/github-script@v9
id: nightly-list
with:
script: |
@@ -356,7 +356,7 @@ jobs:
- name: Install js-yaml
run: npm install js-yaml
- name: Aggregate Metadata
uses: actions/github-script@v7
uses: actions/github-script@v9
id: aggregate-metadata
with:
script: |
@@ -374,7 +374,7 @@ jobs:
result-encoding: string
- name: Organize Metadata
uses: actions/github-script@v7
uses: actions/github-script@v9
id: organize-metadata
with:
script: |
@@ -436,7 +436,7 @@ jobs:
with:
json: true
escape_json: false
- uses: actions/github-script@v7
- uses: actions/github-script@v9
id: board-changes
with:
script: |
@@ -444,7 +444,7 @@ jobs:
const boardChanges = changedFiles.filter(f => f.startsWith('app/boards'));
return boardChanges.length ? 'true' : 'false';
result-encoding: string
- uses: actions/github-script@v7
- uses: actions/github-script@v9
id: core-changes
with:
script: |

32
docs/package-lock.json generated
View File

@@ -22,8 +22,8 @@
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^18.0.0",
"react-toastify": "^10.0.6",
"tree-sitter-devicetree": "^0.15.0",
"web-tree-sitter": "^0.26.7"
"tree-sitter-devicetree": "^0.12.1",
"web-tree-sitter": "^0.24.3"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.9.2",
@@ -21837,29 +21837,29 @@
}
},
"node_modules/tree-sitter": {
"version": "0.25.0",
"resolved": "https://registry.npmjs.org/tree-sitter/-/tree-sitter-0.25.0.tgz",
"integrity": "sha512-PGZZzFW63eElZJDe/b/R/LbsjDDYJa5UEjLZJB59RQsMX+fo0j54fqBPn1MGKav/QNa0JR0zBiVaikYDWCj5KQ==",
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/tree-sitter/-/tree-sitter-0.21.1.tgz",
"integrity": "sha512-7dxoA6kYvtgWw80265MyqJlkRl4yawIjO7S5MigytjELkX43fV2WsAXzsNfO7sBpPPCF5Gp0+XzHk0DwLCq3xQ==",
"hasInstallScript": true,
"license": "MIT",
"peer": true,
"dependencies": {
"node-addon-api": "^8.3.0",
"node-gyp-build": "^4.8.4"
"node-addon-api": "^8.0.0",
"node-gyp-build": "^4.8.0"
}
},
"node_modules/tree-sitter-devicetree": {
"version": "0.15.0",
"resolved": "https://registry.npmjs.org/tree-sitter-devicetree/-/tree-sitter-devicetree-0.15.0.tgz",
"integrity": "sha512-O+Wpo+3WZCvDgspXYpqRfU0euy5yMB6rV+nRF0Ytm+jbUldIf7rFtBqv7XweB/gkSLl/pbqLD1IVis+MTuOQKA==",
"version": "0.12.1",
"resolved": "https://registry.npmjs.org/tree-sitter-devicetree/-/tree-sitter-devicetree-0.12.1.tgz",
"integrity": "sha512-JccTH8TmgO9B4tAaCEZ8O7yOEtoixBRRnNZYO8W9tnNsv29Y+avsN6V8li2CfwooB1eqZIEbsPLKxN/e7bG+Cg==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"node-addon-api": "^8.5.0",
"node-gyp-build": "^4.8.4"
"node-addon-api": "^8.2.1",
"node-gyp-build": "^4.8.2"
},
"peerDependencies": {
"tree-sitter": "^0.25.0"
"tree-sitter": "^0.21.0"
},
"peerDependenciesMeta": {
"tree_sitter": {
@@ -23020,9 +23020,9 @@
}
},
"node_modules/web-tree-sitter": {
"version": "0.26.7",
"resolved": "https://registry.npmjs.org/web-tree-sitter/-/web-tree-sitter-0.26.7.tgz",
"integrity": "sha512-KiZhelTvBA/ziUHEO7Emb75cGVAq8iGZNabYaZm53Zpy50NsXyOW+xSHlwHt5CVg/TRPZBfeVLTTobF0LjFJ1w==",
"version": "0.24.7",
"resolved": "https://registry.npmjs.org/web-tree-sitter/-/web-tree-sitter-0.24.7.tgz",
"integrity": "sha512-CdC/TqVFbXqR+C51v38hv6wOPatKEUGxa39scAeFSm98wIhZxAYonhRQPSMmfZ2w7JDI0zQDdzdmgtNk06/krQ==",
"license": "MIT"
},
"node_modules/webpack": {

View File

@@ -29,8 +29,8 @@
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^18.0.0",
"react-toastify": "^10.0.6",
"tree-sitter-devicetree": "^0.15.0",
"web-tree-sitter": "^0.26.7"
"tree-sitter-devicetree": "^0.12.1",
"web-tree-sitter": "^0.24.3"
},
"browserslist": {
"production": [