Skip to content

Commit 9d98f03

Browse files
authored
Merge branch 'main' into feat/datatable-integrated-pagination
2 parents 6982df5 + b2151ae commit 9d98f03

217 files changed

Lines changed: 3017 additions & 3234 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Primer React",
3-
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:24",
3+
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:26",
44
"customizations": {
55
"vscode": {
66
"extensions": [
@@ -16,6 +16,9 @@
1616
"onCreateCommand": ["/bin/bash", "-c", "npm run setup"],
1717
"remoteUser": "node",
1818
"features": {
19+
"ghcr.io/devcontainers/features/node:1": {
20+
"version": "26.4.0"
21+
},
1922
"ghcr.io/devcontainers/features/sshd:1": {
2023
"version": "latest"
2124
},

.github/actions/pagerduty/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ runs:
3636
using: 'composite'
3737
steps:
3838
- name: Set up Node.js
39-
uses: actions/setup-node@v3
39+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
4040
with:
41-
node-version: 22
41+
node-version-file: '.nvmrc'
4242
- name: Get PagerDuty Schedule
4343
id: pagerduty
4444
uses: actions/github-script@v6

.github/copilot-instructions.md

Lines changed: 5 additions & 0 deletions

.github/workflows/aat-reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version-file: '.nvmrc'
2525
cache: 'npm'
2626
- name: Set up turbo cache
27-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
27+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
2828
with:
2929
path: .turbo
3030
key: ${{ runner.os }}-turbo-${{ github.job }}-shard-${{ matrix.shard }}-${{ github.run_id }}-${{ github.run_attempt }}
@@ -70,7 +70,7 @@ jobs:
7070
- name: Set up Node.js
7171
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
7272
with:
73-
node-version: 24.15.0
73+
node-version-file: '.nvmrc'
7474
cache: 'npm'
7575
- name: install dependencies
7676
run: npm ci

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
node-version-file: '.nvmrc'
6969
cache: 'npm'
7070
- name: Set up turbo cache
71-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
71+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
7272
with:
7373
path: .turbo
7474
key: ${{ runner.os }}-turbo-${{ github.job }}-${{ matrix.react-version }}-${{ github.run_id }}-${{ github.run_attempt }}
@@ -103,7 +103,7 @@ jobs:
103103
node-version-file: '.nvmrc'
104104
cache: 'npm'
105105
- name: Set up turbo cache
106-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
106+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
107107
with:
108108
path: .turbo
109109
key: ${{ runner.os }}-turbo-${{ github.job }}-${{ matrix.react-version }}-${{ github.run_id }}-${{ github.run_attempt }}
@@ -137,7 +137,7 @@ jobs:
137137
node-version-file: '.nvmrc'
138138
cache: 'npm'
139139
- name: Set up turbo cache
140-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
140+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
141141
with:
142142
path: .turbo
143143
key: ${{ runner.os }}-turbo-${{ github.job }}-${{ matrix.react-version }}-${{ github.run_id }}-${{ github.run_attempt }}
@@ -164,7 +164,7 @@ jobs:
164164
node-version-file: '.nvmrc'
165165
cache: 'npm'
166166
- name: Set up turbo cache
167-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
167+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
168168
with:
169169
path: .turbo
170170
key: ${{ runner.os }}-turbo-${{ github.job }}-default-${{ github.run_id }}-${{ github.run_attempt }}
@@ -194,7 +194,7 @@ jobs:
194194
node-version-file: '.nvmrc'
195195
cache: 'npm'
196196
- name: Set up turbo cache
197-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
197+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
198198
with:
199199
path: .turbo
200200
key: ${{ runner.os }}-turbo-${{ github.job }}-default-${{ github.run_id }}-${{ github.run_attempt }}

.github/workflows/codescan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
core.setOutput('metrics', metrics.join('\n'))
6767
6868
- name: Build count
69-
uses: masci/datadog@7696b770aa52aee8a8bffcd1fd52c0a71423ce04
69+
uses: masci/datadog@e6e5018c23bc080396a913bfa61555db64431269
7070
with:
7171
api-key: ${{ secrets.datadog_api_key }}
7272
metrics: ${{ steps.file-counts.outputs.metrics }}

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version-file: '.nvmrc'
1616
cache: 'npm'
1717
- name: Set up turbo cache
18-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
18+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
1919
with:
2020
path: .turbo
2121
key: ${{ runner.os }}-turbo-${{ github.sha }}

.github/workflows/environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: environments
22
on:
3-
# schedule:
4-
# # https://crontab.guru/every-night-at-midnight
5-
# - cron: '0 0 * * *'
3+
schedule:
4+
# https://crontab.guru/every-night-at-midnight
5+
- cron: '0 0 * * *'
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)