@tasenor/common-plugins 1.16.9 → 1.16.11
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/.turbo/turbo-audit.log +24 -0
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-ci.log +2 -2
- package/.turbo/turbo-fix.log +18 -0
- package/.turbo/turbo-lint.log +5 -0
- package/.turbo/turbo-nightly.log +13 -0
- package/.turbo/turbo-nightly3.log +12 -0
- package/.turbo/turbo-release.log +8 -0
- package/.turbo/turbo-show-version.log +6 -0
- package/package.json +6 -6
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @tasenor/common-plugins@1.11.10 audit /home/wigy/project/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
|
|
4
|
+
> pnpm audit --fix --ignore-registry-errors && pnpm install && pnpm audit --ignore-registry-errors
|
|
5
|
+
|
|
6
|
+
1 overrides were added to package.json to fix vulnerabilities.
|
|
7
|
+
Run "pnpm install" to apply the fixes.
|
|
8
|
+
|
|
9
|
+
The added overrides:
|
|
10
|
+
{
|
|
11
|
+
"ip@=2.0.0": ">=2.0.1"
|
|
12
|
+
}
|
|
13
|
+
../../apps/bookkeeper | [43m[30m WARN [39m[49m The field "pnpm" was found in /home/wigy/project/tasenor-qa/tasenor-bookkeeper/apps/bookkeeper/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead.
|
|
14
|
+
../../apps/bookkeeper-api | [43m[30m WARN [39m[49m The field "pnpm" was found in /home/wigy/project/tasenor-qa/tasenor-bookkeeper/apps/bookkeeper-api/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead.
|
|
15
|
+
../../apps/cli | [43m[30m WARN [39m[49m The field "pnpm" was found in /home/wigy/project/tasenor-qa/tasenor-bookkeeper/apps/cli/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead.
|
|
16
|
+
../../apps/docs | [43m[30m WARN [39m[49m The field "pnpm" was found in /home/wigy/project/tasenor-qa/tasenor-bookkeeper/apps/docs/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead.
|
|
17
|
+
../../databases/bookkeeper | [43m[30m WARN [39m[49m The field "pnpm" was found in /home/wigy/project/tasenor-qa/tasenor-bookkeeper/databases/bookkeeper/package.json. This will not take effect. You should configure "pnpm" at the root of the workspace instead.
|
|
18
|
+
[43m[30m WARN [39m[49m 1 other warnings
|
|
19
|
+
[1A[43m[30m WARN [39m[49m 2 other warnings
|
|
20
|
+
[1A[43m[30m WARN [39m[49m 3 other warnings
|
|
21
|
+
[1A[43m[30m WARN [39m[49m 4 other warnings
|
|
22
|
+
[1A[43m[30m WARN [39m[49m 5 other warnings
|
|
23
|
+
[1A[43m[30m WARN [39m[49m 6 other warnings
|
|
24
|
+
Scope: all 14 workspace projects
|
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-ci.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @tasenor/common-plugins@1.16.
|
|
2
|
+
> @tasenor/common-plugins@1.16.9 ci /home/wigy/project/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
|
|
3
3
|
> pnpm run lint
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @tasenor/common-plugins@1.16.
|
|
6
|
+
> @tasenor/common-plugins@1.16.9 lint /home/wigy/project/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
|
|
7
7
|
> eslint 'src/**/*.{ts,tsx}' 'data/**/*.mjs'
|
|
8
8
|
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @tasenor/common-plugins@1.14.3 fix /home/wigy/project/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
|
|
4
|
+
> eslint --fix 'src/**/*.{ts,tsx}' 'data/**/*.mjs'
|
|
5
|
+
|
|
6
|
+
=============
|
|
7
|
+
|
|
8
|
+
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
|
|
9
|
+
|
|
10
|
+
You may find that it works just fine, or you may not.
|
|
11
|
+
|
|
12
|
+
SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.6.0
|
|
13
|
+
|
|
14
|
+
YOUR TYPESCRIPT VERSION: 5.7.3
|
|
15
|
+
|
|
16
|
+
Please only submit bug reports when using the officially supported version.
|
|
17
|
+
|
|
18
|
+
=============
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @tasenor/common-plugins@1.14.2 nightly /home/wigy/project/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
|
|
4
|
+
> pnpm run ci
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
> @tasenor/common-plugins@1.14.2 ci /home/wigy/project/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
|
|
8
|
+
> pnpm run lint
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
> @tasenor/common-plugins@1.14.2 lint /home/wigy/project/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
|
|
12
|
+
> eslint 'src/**/*.{ts,tsx}' 'data/**/*.mjs'
|
|
13
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @tasenor/common-plugins@1.13.20 nightly3 /home/wigy/project/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
|
|
4
|
+
> pnpm run data
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
> @tasenor/common-plugins@1.13.20 data /home/wigy/project/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
|
|
8
|
+
> data/bin/build_all
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
Running /home/wigy/project/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins/data/FinnishBalanceSheetReportLite.mjs
|
|
12
|
+
|
package/.turbo/turbo-release.log
CHANGED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @tasenor/common-plugins@1.16.10 release /home/wigy/project/tasenor-qa/tasenor-bookkeeper/packages/tasenor-common-plugins
|
|
4
|
+
> pnpm version patch && pnpm publish --force --access public --no-git-checks
|
|
5
|
+
|
|
6
|
+
[1mnpm[22m [33mwarn[39m [94mUnknown env config "auto-install-peers". This will stop working in the next major version of npm.[39m
|
|
7
|
+
v1.16.11
|
|
8
|
+
[43m[30m WARN [39m[49m using --force I sure hope you know what you are doing
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tasenor/common-plugins",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.11",
|
|
4
4
|
"description": "Shared common plugins of Tasenor project",
|
|
5
5
|
"repository": "git@github.com:dataplugoy/tasenor-bookkeeper.git",
|
|
6
6
|
"author": "Tommi Ronkainen <tommi.ronkainen@gmail.com>",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"dayjs": "1.10.8",
|
|
14
14
|
"sprintf-js": "^1.1.2",
|
|
15
15
|
"tsx": "^4.7.0",
|
|
16
|
-
"@tasenor/common": "1.16.
|
|
17
|
-
"@tasenor/common-ui": "1.16.
|
|
18
|
-
"@tasenor/common-node": "1.16.
|
|
16
|
+
"@tasenor/common": "1.16.11",
|
|
17
|
+
"@tasenor/common-ui": "1.16.11",
|
|
18
|
+
"@tasenor/common-node": "1.16.11"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@mui/icons-material": "^5.14.1",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"react-i18next": "^14.0.5",
|
|
32
32
|
"react-router-dom": "^6.14.1",
|
|
33
33
|
"typescript": "^5.1.6",
|
|
34
|
-
"
|
|
35
|
-
"
|
|
34
|
+
"@tasenor/config": "1.16.11",
|
|
35
|
+
"eslint-config-tasenor": "0.0.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@mui/icons-material": "^5.14.1",
|