Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request: {}

env:
NODE_VERSION: "22.x"
NODE_VERSION: "24.x"

concurrency:
group: ci-components-${{ github.head_ref || github.ref }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-compress-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Compress Images
on:
workflow_dispatch:
schedule:
- cron: '00 23 * * 0'
- cron: "00 23 * * 0"

env:
NODE_VERSION: '22.x'
NODE_VERSION: "24.x"

jobs:
build:
Expand All @@ -23,8 +23,8 @@ jobs:
if: steps.calibre.outputs.markdown != ''
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
with:
title: 'Compressed Image Assets'
title: "Compressed Image Assets"
branch-suffix: timestamp
commit-message: 'compressed image assets'
commit-message: "compressed image assets"
body: ${{ steps.calibre.outputs.markdown }}
token: ${{ secrets.PAT_TOKEN }}
token: ${{ secrets.PAT_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/ci-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request: {}

env:
NODE_VERSION: '22.x'
NODE_VERSION: "24.x"

concurrency:
group: ci-website-${{ github.head_ref || github.ref }}
Expand All @@ -28,7 +28,7 @@ jobs:
run: ./.github/scripts/filter_changed_files.sh "website" "packages/flight-icons/catalog.json" ".github/workflows/ci-website.yml"

lint:
name: 'Lint'
name: "Lint"
runs-on: ubuntu-latest
needs: [conditional-skip]
if: needs.conditional-skip.outputs.trigger-ci == 'true'
Expand All @@ -51,7 +51,7 @@ jobs:
working-directory: website

test:
name: 'Test'
name: "Test"
runs-on: ubuntu-latest
needs: [conditional-skip]
if: needs.conditional-skip.outputs.trigger-ci == 'true'
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/create-vercel-alias.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@

name: 'Create Vercel Alias'
name: "Create Vercel Alias"

on:
workflow_dispatch:

env:
NODE_VERSION: '22.x'
NODE_VERSION: "24.x"

jobs:
create-vercel-alias:
name: 'Create Vercel Alias'
name: "Create Vercel Alias"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/open-pull-request-for-icon-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
NODE_VERSION: '22.x'
NODE_VERSION: "24.x"

jobs:
sync_iconset:
Expand Down Expand Up @@ -37,10 +37,10 @@ jobs:
- name: Open a PR
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
with:
branch: 'hds-icon-export'
branch-suffix: 'short-commit-hash'
commit-message: 'sync & build of flight icons'
title: 'Updated export of icons from Figma'
branch: "hds-icon-export"
branch-suffix: "short-commit-hash"
commit-message: "sync & build of flight icons"
title: "Updated export of icons from Figma"
draft: true
body: |
### :pushpin: Summary
Expand Down Expand Up @@ -81,4 +81,4 @@ jobs:

- [ ] A changelog entry was added via [Changesets](https://github.com/changesets/changesets) if needed ([instructions here](https://github.com/hashicorp/design-system/blob/main/packages/flight-icons/CONTRIBUTING.md#updating-the-icons-in-flight-icons) / [expected format here](https://hashicorp.atlassian.net/wiki/spaces/HDS/pages/3243114706/Changelog+authoring+best+practices#New-icons))
- [ ] Percy was checked for any visual regression
token: ${{ secrets.PAT_TOKEN }}
token: ${{ secrets.PAT_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- labeled

env:
NODE_VERSION: '22.x'
NODE_VERSION: "24.x"

jobs:
release-candidate:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
if: success() && steps.changesets.outputs.published == 'true'
with:
header: 'rc-release'
header: "rc-release"
message: |
### :package: RC Packages Published

Expand All @@ -88,4 +88,4 @@ jobs:

${{ fromJSON(steps.packagesData.outputs.packageList) }}

</details>
</details>
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

env:
NODE_VERSION: '22.x'
NODE_VERSION: "24.x"

jobs:
release:
Expand All @@ -18,7 +18,7 @@ jobs:
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Install PNPM
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
with:
Expand All @@ -42,4 +42,4 @@ jobs:
# Token setup in hashibot-hds' account
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
# Token setup in hashibot-hds' account
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ node_modules/
.pnp.*
*.vscode/settings.json
/packages/codemods/coverage
.tool-versions
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22
v24
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nodejs 24.11.0
pnpm 10.11.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"packageManager": "[email protected]+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"engines": {
"pnpm": ">= 10.0.0",
"node": ">= 22"
"node": ">= 24"
},
"pnpm": {
"overrides": {
Expand Down
1 change: 0 additions & 1 deletion packages/tokens/.nvmrc

This file was deleted.

2 changes: 1 addition & 1 deletion showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"webpack": "^5.99.9"
},
"engines": {
"node": ">= 22"
"node": ">= 24"
},
"ember": {
"edition": "octane"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"yaml-front-matter": "^4.1.1"
},
"engines": {
"node": ">= 22"
"node": ">= 24"
},
"ember": {
"edition": "octane"
Expand Down