fix(deps): update all non-major dependencies #1162
ci.yml
on: pull_request
Matrix: test
lint
18s
release
0s
Annotations
5 errors and 2 warnings
test/index.test.ts > minify:
test/index.test.ts#L91
Error: Snapshot `minify 1` mismatched
- Expected
+ Received
- ""use strict";function _class_call_check(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function")}}function _define_property(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true})}else{obj[key]=value}return obj}var Foo=function Foo(){_class_call_check(this,Foo);_define_property(this,"a",void 0);this.a=1};exports.Foo=Foo;
+ ""use strict";function _class_call_check(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function")}}function _define_property(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true})}else{obj[key]=value}return obj}var Foo=function Foo(){_class_call_check(this,Foo);_define_property(this,"a",undefined);this.a=1};exports.Foo=Foo;
"
❯ test/index.test.ts:91:16
|
test (20)
Process completed with exit code 1.
|
test (18)
The job was canceled because "_20" failed.
|
test/index.test.ts > minify:
test/index.test.ts#L91
Error: Snapshot `minify 1` mismatched
- Expected
+ Received
- ""use strict";function _class_call_check(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function")}}function _define_property(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true})}else{obj[key]=value}return obj}var Foo=function Foo(){_class_call_check(this,Foo);_define_property(this,"a",void 0);this.a=1};exports.Foo=Foo;
+ ""use strict";function _class_call_check(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function")}}function _define_property(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true})}else{obj[key]=value}return obj}var Foo=function Foo(){_class_call_check(this,Foo);_define_property(this,"a",undefined);this.a=1};exports.Foo=Foo;
"
❯ test/index.test.ts:91:16
|
test (18)
Process completed with exit code 1.
|
test (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|