diff --git a/.github/workflows/lint-pull-request.yml b/.github/workflows/lint-pull-request.yml index bf0f41a93f..033224deff 100644 --- a/.github/workflows/lint-pull-request.yml +++ b/.github/workflows/lint-pull-request.yml @@ -15,7 +15,7 @@ jobs: - name: Get Package Scopes id: scope-vars - run: echo "::set-output name=scopes::$(node utils/get-package-names.js)" + run: echo "scopes=$(node utils/get-package-names.js)" >> "$GITHUB_OUTPUT" # Please look up the latest version from # https://github.com/amannn/action-semantic-pull-request/releases diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index d145c5a1cf..6b6d0d2ec4 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -59,7 +59,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: SARIF file path: results.sarif diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab1748a26..568d123cfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [v14.2.34](https://github.com/Workday/canvas-kit/releases/tag/v14.2.34) (2026-03-04) + +### Infrastructure + +- ci: Update `actions/upload-artifact` to `7.0.0`. ([#3813](https://github.com/Workday/canvas-kit/pull/3813)) ([@desrosj](https://github.com/desrosj)) + + +## [v14.2.33](https://github.com/Workday/canvas-kit/releases/tag/v14.2.33) (2026-03-04) + +### Infrastructure + +- ci: Remove use of deprecated `set-output` command. ([#3810](https://github.com/Workday/canvas-kit/pull/3810)) ([@desrosj](https://github.com/desrosj)) + + +## [v14.2.32](https://github.com/Workday/canvas-kit/releases/tag/v14.2.32) (2026-03-02) + + + + ## [v14.2.31](https://github.com/Workday/canvas-kit/releases/tag/v14.2.31) (2026-02-23) ### Components diff --git a/lerna.json b/lerna.json index 66e8048b47..6eaccc6e6e 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "modules/**" ], - "version": "14.2.31", + "version": "14.2.34", "npmClient": "yarn", "command": { "version": { diff --git a/modules/codemod/package.json b/modules/codemod/package.json index adb93ecd29..de76bf4c8d 100644 --- a/modules/codemod/package.json +++ b/modules/codemod/package.json @@ -2,7 +2,7 @@ "name": "@workday/canvas-kit-codemod", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", - "version": "14.2.31", + "version": "14.2.34", "description": "A collection of codemods for use on Workday Canvas Kit packages.", "main": "dist/es6/index.js", "sideEffects": false, diff --git a/modules/css/package.json b/modules/css/package.json index f4c7297b40..25e98a9b23 100644 --- a/modules/css/package.json +++ b/modules/css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css", - "version": "14.2.31", + "version": "14.2.34", "type": "module", "description": "The parent module that contains all Workday Canvas Kit CSS components", "author": "Workday, Inc. (https://www.workday.com)", diff --git a/modules/docs/package.json b/modules/docs/package.json index deca6da953..9ee50d118e 100644 --- a/modules/docs/package.json +++ b/modules/docs/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-docs", - "version": "14.2.31", + "version": "14.2.34", "description": "Documentation components of Canvas Kit components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -46,10 +46,10 @@ "@mdx-js/react": "^3.1.0", "@stackblitz/sdk": "^1.11.0", "@storybook/csf": "0.0.1", - "@workday/canvas-kit-labs-react": "^14.2.31", - "@workday/canvas-kit-preview-react": "^14.2.31", - "@workday/canvas-kit-react": "^14.2.31", - "@workday/canvas-kit-styling": "^14.2.31", + "@workday/canvas-kit-labs-react": "^14.2.34", + "@workday/canvas-kit-preview-react": "^14.2.34", + "@workday/canvas-kit-react": "^14.2.34", + "@workday/canvas-kit-styling": "^14.2.34", "@workday/canvas-system-icons-web": "^3.0.36", "@workday/canvas-tokens-web": "4.1.2", "markdown-to-jsx": "^7.2.0", diff --git a/modules/labs-css/package.json b/modules/labs-css/package.json index 549a590792..cadce503cf 100644 --- a/modules/labs-css/package.json +++ b/modules/labs-css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-labs-css", - "version": "14.2.31", + "version": "14.2.34", "type": "module", "description": "The parent module that contains all Workday Canvas Kit Labs CSS components", "author": "Workday, Inc. (https://www.workday.com)", diff --git a/modules/labs-react/package.json b/modules/labs-react/package.json index 0a130d8cc2..bb5fb0008d 100644 --- a/modules/labs-react/package.json +++ b/modules/labs-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-labs-react", - "version": "14.2.31", + "version": "14.2.34", "description": "Canvas Kit Labs is an incubator for new and experimental components. Since we have a rather rigorous process for getting components in at a production level, it can be valuable to make them available earlier while we continuously iterate on the API/functionality. The Labs modules allow us to do that as needed.", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -48,8 +48,8 @@ "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^14.2.31", - "@workday/canvas-kit-styling": "^14.2.31", + "@workday/canvas-kit-react": "^14.2.34", + "@workday/canvas-kit-styling": "^14.2.34", "@workday/canvas-system-icons-web": "^3.0.36", "@workday/canvas-tokens-web": "4.1.2", "@workday/design-assets-types": "^0.2.10", diff --git a/modules/mcp/package.json b/modules/mcp/package.json index 9fc6262175..f221c28aed 100644 --- a/modules/mcp/package.json +++ b/modules/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-mcp", - "version": "14.2.31", + "version": "14.2.34", "description": "MCP package for Canvas Kit", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/popup-stack/package.json b/modules/popup-stack/package.json index 5665ee9c5f..97d6fae883 100644 --- a/modules/popup-stack/package.json +++ b/modules/popup-stack/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-popup-stack", - "version": "14.2.31", + "version": "14.2.34", "description": "Stack for managing popup UIs to coordinate global concerns like escape key handling and rendering order", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/preview-css/package.json b/modules/preview-css/package.json index 459858ef8e..2bf0bd4a3f 100644 --- a/modules/preview-css/package.json +++ b/modules/preview-css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-preview-css", - "version": "14.2.31", + "version": "14.2.34", "type": "module", "description": "The parent module that contains all Workday Canvas Kit Preview CSS components", "author": "Workday, Inc. (https://www.workday.com)", diff --git a/modules/preview-react/package.json b/modules/preview-react/package.json index 4788132f54..9915f3917e 100644 --- a/modules/preview-react/package.json +++ b/modules/preview-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-preview-react", - "version": "14.2.31", + "version": "14.2.34", "description": "Canvas Kit Preview is made up of components that have the full design and a11y review, are part of the DS ecosystem and are approved for use in product. The API's could be subject to change, but not without strong communication and migration strategies.", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -48,8 +48,8 @@ "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^14.2.31", - "@workday/canvas-kit-styling": "^14.2.31", + "@workday/canvas-kit-react": "^14.2.34", + "@workday/canvas-kit-styling": "^14.2.34", "@workday/canvas-system-icons-web": "^3.0.36", "@workday/canvas-tokens-web": "4.1.2", "@workday/design-assets-types": "^0.2.10" diff --git a/modules/react-fonts/package.json b/modules/react-fonts/package.json index 7bf8a02909..0a28dd2a12 100644 --- a/modules/react-fonts/package.json +++ b/modules/react-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react-fonts", - "version": "14.2.31", + "version": "14.2.34", "description": "Fonts for canvas-kit-react", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/react/package.json b/modules/react/package.json index 5ae9399c83..80e84f6215 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react", - "version": "14.2.31", + "version": "14.2.34", "description": "The parent module that contains all Workday Canvas Kit React components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -52,9 +52,9 @@ "@popperjs/core": "^2.5.4", "@tanstack/react-virtual": "^3.13.9", "@workday/canvas-colors-web": "^2.0.0", - "@workday/canvas-kit-popup-stack": "^14.2.31", - "@workday/canvas-kit-preview-react": "^14.2.31", - "@workday/canvas-kit-styling": "^14.2.31", + "@workday/canvas-kit-popup-stack": "^14.2.34", + "@workday/canvas-kit-preview-react": "^14.2.34", + "@workday/canvas-kit-styling": "^14.2.34", "@workday/canvas-system-icons-web": "^3.0.36", "@workday/canvas-tokens-web": "4.1.2", "@workday/design-assets-types": "^0.2.10", diff --git a/modules/styling-transform/package.json b/modules/styling-transform/package.json index 7ce8550513..2cd5c78dd4 100644 --- a/modules/styling-transform/package.json +++ b/modules/styling-transform/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-styling-transform", - "version": "14.2.31", + "version": "14.2.34", "description": "The custom CSS in JS solution that takes JS styles and turns them into static CSS", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -36,7 +36,7 @@ ], "dependencies": { "@emotion/serialize": "^1.0.2", - "@workday/canvas-kit-styling": "^14.2.31", + "@workday/canvas-kit-styling": "^14.2.34", "@workday/canvas-tokens-web": "4.1.2", "stylis": "4.3.6", "ts-node": "^10.9.1", diff --git a/modules/styling/package.json b/modules/styling/package.json index d1aca9c148..be4e13a614 100644 --- a/modules/styling/package.json +++ b/modules/styling/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-styling", - "version": "14.2.31", + "version": "14.2.34", "description": "The custom CSS in JS solution that takes JS styles and turns them into static CSS", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -53,7 +53,7 @@ "@emotion/react": "^11.7.1", "@emotion/serialize": "^1.0.2", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^14.2.31", + "@workday/canvas-kit-react": "^14.2.34", "@workday/canvas-system-icons-web": "^3.0.36", "@workday/canvas-tokens-web": "4.1.2", "typescript": "5.0" diff --git a/yarn.lock b/yarn.lock index 1bc22c5e61..05c01faffc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8113,6 +8113,11 @@ hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1: dependencies: react-is "^16.7.0" +hono@^4.11.4: + version "4.12.2" + resolved "https://registry.yarnpkg.com/hono/-/hono-4.12.2.tgz#05c311c271b06685a0f229c484e3a2637d7d5f2a" + integrity sha512-gJnaDHXKDayjt8ue0n8Gs0A007yKXj4Xzb8+cNjZeYsSzzwKc0Lr+OZgYwVfB0pHfUs17EPoLvrOsEaJ9mj+Tg== + hosted-git-info@^2.1.4: version "2.8.9" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"