@purpurds/action 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.eslintrc.js ADDED
@@ -0,0 +1,15 @@
1
+ require("@rushstack/eslint-patch/modern-module-resolution");
2
+
3
+ module.exports = {
4
+ extends: ["./node_modules/@telia/react-rig/.eslintrc.js"],
5
+ rules: {
6
+ curly: "error",
7
+ },
8
+ overrides: [
9
+ {
10
+ // We enable eslint-plugin-testing-library rules or preset only for matching testing files!
11
+ files: ["**/__tests__/**/*.[jt]s?(x)"],
12
+ extends: ["plugin:testing-library/react"],
13
+ },
14
+ ],
15
+ };
@@ -0,0 +1 @@
1
+ module.exports = require("@telia/react-rig/.lintstagedrc.json");
@@ -0,0 +1,10 @@
1
+ Start time: Wed Feb 28 2024 11:22:41 GMT+0000 (Coordinated Universal Time)
2
+ Invoking "/usr/bin/tar -x -m -f /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/common/temp/build-cache/ci_build/@purpurds/action/71bd55b18ab7e1256b4140c6847c28627b37e109"
3
+
4
+ ======= BEGIN PROCESS INPUT ======
5
+
6
+ ======== END PROCESS INPUT =======
7
+ ======= BEGIN PROCESS OUTPUT =======
8
+ ======== END PROCESS OUTPUT ========
9
+
10
+ Exited with code "0"
@@ -0,0 +1,18 @@
1
+ Invoking: rushx build
2
+ Found configuration in /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/rush.json
3
+
4
+ Rush Multi-Project Build Tool 5.110.1 - Node.js 18.18.2 (LTS)
5
+ > "vite build"
6
+
7
+ vite v5.0.6 building for production...
8
+ transforming...
9
+ ✓ 1 modules transformed.
10
+ rendering chunks...
11
+
12
+ [vite:dts] Start generate declaration files...
13
+ computing gzip size...
14
+ dist/action.cjs.js 0.45 kB │ gzip: 0.29 kB │ map: 1.72 kB
15
+ [vite:dts] Declaration files built in 2539ms.
16
+
17
+ dist/action.es.js 0.42 kB │ gzip: 0.26 kB │ map: 1.76 kB
18
+ ✓ built in 2.67s
@@ -0,0 +1,3 @@
1
+ {
2
+ "nonCachedDurationMs": 5203.419866000011
3
+ }
@@ -0,0 +1,9 @@
1
+ Invoking: vitest run --passWithNoTests
2
+
3
+ RUN v1.2.2 /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/libraries/action
4
+
5
+ include: **/*.{test,spec}.?(c|m)[jt]s?(x)
6
+ exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*
7
+ watch exclude: **/node_modules/**, **/dist/**
8
+ No test files found, exiting with code 0
9
+
@@ -0,0 +1,3 @@
1
+ include: **/*.{test,spec}.?(c|m)[jt]s?(x)
2
+ exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*
3
+ watch exclude: **/node_modules/**, **/dist/**
@@ -0,0 +1,3 @@
1
+ {
2
+ "nonCachedDurationMs": 2558.1729599999962
3
+ }