File tree Expand file tree Collapse file tree 5 files changed +92
-116
lines changed Expand file tree Collapse file tree 5 files changed +92
-116
lines changed Original file line number Diff line number Diff line change 26
26
"@actions/core" : " ^1.11.1" ,
27
27
"@actions/github" : " ^6.0.0" ,
28
28
"@actions/glob" : " ^0.5.0" ,
29
- "diff" : " ^7 .0.0" ,
29
+ "diff" : " ^8 .0.0" ,
30
30
"diff2html" : " ^3.4.51"
31
31
},
32
32
"keywords" : [
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
steps :
102
102
- name : Get changed files
103
103
id : changed-files
104
- uses : step-security/changed-files@v45
104
+ uses : step-security/changed-files@v46
105
105
with :
106
106
files_yaml : |
107
107
styles:
Original file line number Diff line number Diff line change 70
70
"@changesets/cli" : " ^2.27.11" ,
71
71
"@commitlint/cli" : " ^19.6.1" ,
72
72
"@commitlint/config-conventional" : " ^19.6.0" ,
73
- "@nx/devkit" : " ^19.8.2 " ,
73
+ "@nx/devkit" : " ^21.0.0 " ,
74
74
"@spectrum-tools/postcss-rgb-mapping" : " 1.1.0" ,
75
75
"@yarnpkg/types" : " ^4.0.0" ,
76
76
"at-rule-packer" : " ^0.4.2" ,
79
79
"cross-env" : " ^7.0.3" ,
80
80
"cssnano" : " ^7.0.6" ,
81
81
"cssnano-preset-advanced" : " ^7.0.6" ,
82
- "diff" : " ^7 .0.0" ,
82
+ "diff" : " ^8 .0.0" ,
83
83
"diff2html" : " ^3.4.51" ,
84
84
"eslint" : " ^8.57.0" ,
85
85
"eslint-plugin-jsonc" : " ^2.18.2" ,
95
95
"node-gyp" : " ^11.0.0" ,
96
96
"npm-registry-fetch" : " ^18.0.2" ,
97
97
"nunjucks" : " ^3.2.4" ,
98
- "nx" : " ^19.8.2 " ,
98
+ "nx" : " ^21.0.0 " ,
99
99
"open" : " ^10.1.0" ,
100
100
"pajv" : " ^1.2.0" ,
101
101
"postcss" : " ^8.5.3" ,
Original file line number Diff line number Diff line change 42
42
"diff" : {
43
43
"cache" : true ,
44
44
"executor" : " nx:run-commands" ,
45
- "inputs" : [{ "externalDependencies" : [" @adobe/token-diff-generator" , " @adobe/spectrum-tokens " ] }],
45
+ "inputs" : [{ "externalDependencies" : [" @adobe/token-diff-generator" ] }],
46
46
"options" : {
47
47
"commands" : [
48
- " tdiff report --old-token-version @adobe/spectrum-tokens@{args.v1} --new-token-version @adobe/spectrum-tokens@{args.v2} --format markdown --output {projectRoot}/ dist/tokens-diff.md"
48
+ " tdiff report --old-token-version @adobe/spectrum-tokens@{args.v1} --new-token-version @adobe/spectrum-tokens@{args.v2} --format markdown --output dist/tokens-diff.md"
49
49
],
50
- "cwd" : " {projectRoot}" ,
51
50
"forwardAllArgs" : true ,
52
- "parallel " : false
51
+ "v1 " : " 13.7.0 "
53
52
},
54
53
"outputs" : [
55
54
" {projectRoot}/dist/tokens-diff.md"
You can’t perform that action at this time.
0 commit comments