mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-12-16 15:19:19 +00:00
Merge pull request #200 from actions/dependabot/npm_and_yarn/npm-development-907b8d474b
Bump the npm-development group across 1 directory with 7 updates
This commit is contained in:
6
dist/index.js
generated
vendored
6
dist/index.js
generated
vendored
@@ -39,7 +39,11 @@ function getAugmentedNamespace(n) {
|
|||||||
var f = n.default;
|
var f = n.default;
|
||||||
if (typeof f == "function") {
|
if (typeof f == "function") {
|
||||||
var a = function a () {
|
var a = function a () {
|
||||||
if (this instanceof a) {
|
var isInstance = false;
|
||||||
|
try {
|
||||||
|
isInstance = this instanceof a;
|
||||||
|
} catch {}
|
||||||
|
if (isInstance) {
|
||||||
return Reflect.construct(f, arguments, this.constructor);
|
return Reflect.construct(f, arguments, this.constructor);
|
||||||
}
|
}
|
||||||
return f.apply(this, arguments);
|
return f.apply(this, arguments);
|
||||||
|
|||||||
960
package-lock.json
generated
960
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@@ -42,20 +42,20 @@
|
|||||||
"@actions/github": "^6.0.1"
|
"@actions/github": "^6.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/compat": "^1.2.9",
|
"@eslint/compat": "^1.3.1",
|
||||||
"@jest/globals": "^30.0.0",
|
"@jest/globals": "^30.0.0",
|
||||||
"@rollup/plugin-commonjs": "^28.0.3",
|
"@rollup/plugin-commonjs": "^28.0.6",
|
||||||
"@rollup/plugin-node-resolve": "^16.0.1",
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
||||||
"eslint": "^9.28.0",
|
"eslint": "^9.29.0",
|
||||||
"eslint-config-prettier": "^10.1.5",
|
"eslint-config-prettier": "^10.1.5",
|
||||||
"eslint-plugin-import": "^2.31.0",
|
"eslint-plugin-import": "^2.32.0",
|
||||||
"eslint-plugin-jest": "^28.13.0",
|
"eslint-plugin-jest": "^28.13.0",
|
||||||
"eslint-plugin-prettier": "^5.4.1",
|
"eslint-plugin-prettier": "^5.5.1",
|
||||||
"jest": "^30.0.3",
|
"jest": "^30.0.3",
|
||||||
"make-coverage-badge": "^1.2.0",
|
"make-coverage-badge": "^1.2.0",
|
||||||
"prettier": "^3.5.3",
|
"prettier": "^3.6.2",
|
||||||
"prettier-eslint": "^16.4.2",
|
"prettier-eslint": "^16.4.2",
|
||||||
"rollup": "^4.42.0"
|
"rollup": "^4.44.1"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@rollup/rollup-linux-x64-gnu": "*"
|
"@rollup/rollup-linux-x64-gnu": "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user