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/automate_dependabot_changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: 22
node-version: 24
package-manager-cache: false

- name: Fetch previous commit for check
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: 22
node-version: 24
registry-url: https://registry.npmjs.org/ # Needed for auth
package-manager-cache: false

Expand All @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
workspace: ${{ fromJSON(needs.find-changed-workspaces.outputs.workspaces) }}
node-version: [20, 22]
node-version: [22, 24]
fail-fast: false
defaults:
run:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: 22
node-version: 24

- name: Install root dependencies
run: yarn install --immutable
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
workflow_dispatch:

permissions:
id-token: write

jobs:
find-changed-workspaces:
name: Detect workspace changes
Expand All @@ -24,7 +27,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: 22
node-version: 24
registry-url: https://registry.npmjs.org/ # Needed for auth
package-manager-cache: false

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release_workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
required: true
type: string

permissions:
id-token: write

concurrency:
group: ${{ github.workflow }}-${{ inputs.workspace }}

Expand Down Expand Up @@ -58,7 +61,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4
with:
node-version: 22
node-version: 24
registry-url: https://registry.npmjs.org/ # Needed for auth

- name: Get yarn cache directory path
Expand Down Expand Up @@ -124,7 +127,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v4
with:
node-version: 22
node-version: 24
registry-url: https://registry.npmjs.org/ # Needed for auth

- name: Get yarn cache directory path
Expand All @@ -150,7 +153,4 @@ jobs:

- name: publish
run: |
yarn config set -H 'npmAuthToken' "${{secrets.NPM_TOKEN}}"
yarn workspaces foreach --all -v --no-private npm publish --access public --tolerate-republish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
942 changes: 942 additions & 0 deletions .yarn/releases/yarn-4.12.0.cjs

Large diffs are not rendered by default.

934 changes: 0 additions & 934 deletions .yarn/releases/yarn-4.5.1.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ plugins:
path: .yarn/plugins/@yarnpkg/plugin-backstage.cjs
spec: "https://versions.backstage.io/v1/tags/main/yarn-plugin"

yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.12.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"create-workspace": "community-cli workspace create"
},
"type": "module",
"packageManager": "yarn@4.5.1",
"packageManager": "yarn@4.12.0",
"dependencies": {
"@backstage-community/cli": "portal:./workspaces/repo-tools/packages/cli",
"@backstage/cli-node": "backstage:^",
Expand Down
942 changes: 942 additions & 0 deletions workspaces/confluence/.yarn/releases/yarn-4.12.0.cjs

Large diffs are not rendered by default.

935 changes: 0 additions & 935 deletions workspaces/confluence/.yarn/releases/yarn-4.7.0.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion workspaces/confluence/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ plugins:
path: .yarn/plugins/@yarnpkg/plugin-backstage.cjs
spec: 'https://versions.backstage.io/v1/releases/1.37.0/yarn-plugin'

yarnPath: .yarn/releases/yarn-4.7.0.cjs
yarnPath: .yarn/releases/yarn-4.12.0.cjs
2 changes: 1 addition & 1 deletion workspaces/confluence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"prettier --write"
]
},
"packageManager": "yarn@4.7.0"
"packageManager": "yarn@4.12.0"
}
942 changes: 942 additions & 0 deletions workspaces/github-marketplace/.yarn/releases/yarn-4.12.0.cjs

Large diffs are not rendered by default.

935 changes: 0 additions & 935 deletions workspaces/github-marketplace/.yarn/releases/yarn-4.7.0.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion workspaces/github-marketplace/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ plugins:
path: .yarn/plugins/@yarnpkg/plugin-backstage.cjs
spec: 'https://versions.backstage.io/v1/releases/1.37.0/yarn-plugin'

yarnPath: .yarn/releases/yarn-4.7.0.cjs
yarnPath: .yarn/releases/yarn-4.12.0.cjs
2 changes: 1 addition & 1 deletion workspaces/github-marketplace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"prettier --write"
]
},
"packageManager": "yarn@4.7.0"
"packageManager": "yarn@4.12.0"
}
942 changes: 942 additions & 0 deletions workspaces/upptime/.yarn/releases/yarn-4.12.0.cjs

Large diffs are not rendered by default.

935 changes: 0 additions & 935 deletions workspaces/upptime/.yarn/releases/yarn-4.7.0.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion workspaces/upptime/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ plugins:
path: .yarn/plugins/@yarnpkg/plugin-backstage.cjs
spec: 'https://versions.backstage.io/v1/releases/1.37.0/yarn-plugin'

yarnPath: .yarn/releases/yarn-4.7.0.cjs
yarnPath: .yarn/releases/yarn-4.12.0.cjs
2 changes: 1 addition & 1 deletion workspaces/upptime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
"prettier --write"
]
},
"packageManager": "yarn@4.7.0"
"packageManager": "yarn@4.12.0"
}
Loading