Merge pull request #963 from docker/dependabot/npm_and_yarn/actions/exec-3.0.0
build(deps): bump @actions/exec from 2.0.0 to 3.0.0
This commit is contained in:
@@ -46,10 +46,12 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
transformIgnorePatterns: ['/node_modules/(?!(?:@actions/github|@actions/io|@octokit|universal-user-agent|before-after-hook)/)'],
|
transformIgnorePatterns: ['/node_modules/(?!(?:@actions/exec|@actions/github|@actions/io|@octokit|universal-user-agent|before-after-hook)/)'],
|
||||||
moduleNameMapper: {
|
moduleNameMapper: {
|
||||||
|
'^@actions/exec$': '<rootDir>/node_modules/@actions/exec/lib/exec.js',
|
||||||
'^@actions/github$': '<rootDir>/node_modules/@actions/github/lib/github.js',
|
'^@actions/github$': '<rootDir>/node_modules/@actions/github/lib/github.js',
|
||||||
'^@actions/io$': '<rootDir>/node_modules/@actions/io/lib/io.js',
|
'^@actions/io$': '<rootDir>/node_modules/@actions/io/lib/io.js',
|
||||||
|
'^@actions/io/lib/io-util$': '<rootDir>/node_modules/@actions/io/lib/io-util.js',
|
||||||
'^(\\.{1,2}/.*)\\.js$': '$1'
|
'^(\\.{1,2}/.*)\\.js$': '$1'
|
||||||
},
|
},
|
||||||
extensionsToTreatAsEsm: ['.ts'],
|
extensionsToTreatAsEsm: ['.ts'],
|
||||||
|
|||||||
@@ -29,10 +29,12 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
transformIgnorePatterns: ['/node_modules/(?!(?:@actions/github|@actions/io|@octokit|universal-user-agent|before-after-hook)/)'],
|
transformIgnorePatterns: ['/node_modules/(?!(?:@actions/exec|@actions/github|@actions/io|@octokit|universal-user-agent|before-after-hook)/)'],
|
||||||
moduleNameMapper: {
|
moduleNameMapper: {
|
||||||
|
'^@actions/exec$': '<rootDir>/node_modules/@actions/exec/lib/exec.js',
|
||||||
'^@actions/github$': '<rootDir>/node_modules/@actions/github/lib/github.js',
|
'^@actions/github$': '<rootDir>/node_modules/@actions/github/lib/github.js',
|
||||||
'^@actions/io$': '<rootDir>/node_modules/@actions/io/lib/io.js',
|
'^@actions/io$': '<rootDir>/node_modules/@actions/io/lib/io.js',
|
||||||
|
'^@actions/io/lib/io-util$': '<rootDir>/node_modules/@actions/io/lib/io-util.js',
|
||||||
'^(\\.{1,2}/.*)\\.js$': '$1'
|
'^(\\.{1,2}/.*)\\.js$': '$1'
|
||||||
},
|
},
|
||||||
extensionsToTreatAsEsm: ['.ts'],
|
extensionsToTreatAsEsm: ['.ts'],
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
"@actions/artifact": "^5.0.3",
|
"@actions/artifact": "^5.0.3",
|
||||||
"@actions/cache": "^5.0.5",
|
"@actions/cache": "^5.0.5",
|
||||||
"@actions/core": "^2.0.3",
|
"@actions/core": "^2.0.3",
|
||||||
"@actions/exec": "^2.0.0",
|
"@actions/exec": "^3.0.0",
|
||||||
"@actions/github": "^9.0.0",
|
"@actions/github": "^9.0.0",
|
||||||
"@actions/http-client": "^3.0.2",
|
"@actions/http-client": "^3.0.2",
|
||||||
"@actions/io": "^3.0.2",
|
"@actions/io": "^3.0.2",
|
||||||
|
|||||||
11
yarn.lock
11
yarn.lock
@@ -90,6 +90,15 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@actions/exec@npm:^3.0.0":
|
||||||
|
version: 3.0.0
|
||||||
|
resolution: "@actions/exec@npm:3.0.0"
|
||||||
|
dependencies:
|
||||||
|
"@actions/io": "npm:^3.0.2"
|
||||||
|
checksum: 10/c1904163e326cbe27f887514b4837e357d46e7a6c5eeda66c0e2efffd2772cb34d8ef0a2a48c65eb0e3b6ec72beb9b049eaba343c9f55978d3f45b09d09d2c54
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@actions/github@npm:^6.0.1":
|
"@actions/github@npm:^6.0.1":
|
||||||
version: 6.0.1
|
version: 6.0.1
|
||||||
resolution: "@actions/github@npm:6.0.1"
|
resolution: "@actions/github@npm:6.0.1"
|
||||||
@@ -1198,7 +1207,7 @@ __metadata:
|
|||||||
"@actions/artifact": "npm:^5.0.3"
|
"@actions/artifact": "npm:^5.0.3"
|
||||||
"@actions/cache": "npm:^5.0.5"
|
"@actions/cache": "npm:^5.0.5"
|
||||||
"@actions/core": "npm:^2.0.3"
|
"@actions/core": "npm:^2.0.3"
|
||||||
"@actions/exec": "npm:^2.0.0"
|
"@actions/exec": "npm:^3.0.0"
|
||||||
"@actions/github": "npm:^9.0.0"
|
"@actions/github": "npm:^9.0.0"
|
||||||
"@actions/http-client": "npm:^3.0.2"
|
"@actions/http-client": "npm:^3.0.2"
|
||||||
"@actions/io": "npm:^3.0.2"
|
"@actions/io": "npm:^3.0.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user