@w5s/mrm-preset 1.0.0-alpha.22 → 1.0.0-alpha.23
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-build.log +11 -11
- package/.turbo/turbo-docs.log +1 -1
- package/.turbo/turbo-format.log +7 -39
- package/.turbo/turbo-lint.log +7 -7
- package/.turbo/turbo-prepare.log +1 -1
- package/.turbo/turbo-test.log +1 -1
- package/CHANGELOG.md +8 -0
- package/lang/.eslintrc.json +1 -3
- package/package.json +2 -2
- package/tsconfig.json +1 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
7
|
-
[
|
|
8
|
-
[
|
|
9
|
-
[
|
|
10
|
-
[
|
|
11
|
-
[
|
|
1
|
+
[33m@w5s/mrm-preset:build[0m: cache hit, replaying output [2me7377db08b06ceeb[0m
|
|
2
|
+
[33m@w5s/mrm-preset:build: [0m[0m[build:*empty][0m
|
|
3
|
+
[33m@w5s/mrm-preset:build: [0m[0m[build:*empty][0m > @w5s/mrm-preset@1.0.0-alpha.22 build:empty
|
|
4
|
+
[33m@w5s/mrm-preset:build: [0m[0m[build:*empty][0m > :
|
|
5
|
+
[33m@w5s/mrm-preset:build: [0m[0m[build:*empty][0m
|
|
6
|
+
[33m@w5s/mrm-preset:build: [0m[0m[build:*tsc][0m
|
|
7
|
+
[33m@w5s/mrm-preset:build: [0m[0m[build:*tsc][0m > @w5s/mrm-preset@1.0.0-alpha.22 build:tsc
|
|
8
|
+
[33m@w5s/mrm-preset:build: [0m[0m[build:*tsc][0m > tsc --noEmit --skipLibCheck
|
|
9
|
+
[33m@w5s/mrm-preset:build: [0m[0m[build:*tsc][0m
|
|
10
|
+
[33m@w5s/mrm-preset:build: [0m[0m[build:*empty][0m [0mnpm run build:empty exited with code 0[0m
|
|
11
|
+
[33m@w5s/mrm-preset:build: [0m[0m[build:*tsc][0m [0mnpm run build:tsc exited with code 0[0m
|
package/.turbo/turbo-docs.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[33m@w5s/mrm-preset:docs[0m: cache hit, replaying output [
|
|
1
|
+
[33m@w5s/mrm-preset:docs[0m: cache hit, replaying output [2md857c46ea61b78a6[0m
|
|
2
2
|
[33m@w5s/mrm-preset:docs: [0mStarting markdown-magic [ '**/*.md', '!node_modules/**' ]
|
|
3
3
|
[33m@w5s/mrm-preset:docs: [0mℹ Notice:
|
|
4
4
|
[33m@w5s/mrm-preset:docs: [0m Missing transforms "BASIC_RULES","JSX_RULES" in _tester/node_modules/eslint-plugin-react/README.md
|
package/.turbo/turbo-format.log
CHANGED
|
@@ -1,39 +1,7 @@
|
|
|
1
|
-
@w5s/mrm-preset:format: cache hit, replaying output
|
|
2
|
-
@w5s/mrm-preset:format: [1] : exited with code 0
|
|
3
|
-
@w5s/mrm-preset:format: [format:*src]
|
|
4
|
-
@w5s/mrm-preset:format: [format:*src] > @w5s/mrm-preset@1.0.0-alpha.
|
|
5
|
-
@w5s/mrm-preset:format: [format:*src] > eslint . --fix --ext=mjs,cjs,js,jsx,ts,tsx,json
|
|
6
|
-
@w5s/mrm-preset:format: [format:*src]
|
|
7
|
-
@w5s/mrm-preset:format: [format:*src]
|
|
8
|
-
@w5s/mrm-preset:format: [format:*src] Oops! Something went wrong! :(
|
|
9
|
-
@w5s/mrm-preset:format: [format:*src]
|
|
10
|
-
@w5s/mrm-preset:format: [format:*src] ESLint: 8.23.0
|
|
11
|
-
@w5s/mrm-preset:format: [format:*src]
|
|
12
|
-
@w5s/mrm-preset:format: [format:*src] Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/jpolo/Workspace/w5s/project-config/packages/eslint-config/index.js from /Users/jpolo/Workspace/w5s/project-config/node_modules/@eslint/eslintrc/dist/eslintrc.cjs not supported.
|
|
13
|
-
@w5s/mrm-preset:format: [format:*src] index.js is treated as an ES module file as it is a .js file whose nearest parent package.json contains "type": "module" which declares all .js files in that package scope as ES modules.
|
|
14
|
-
@w5s/mrm-preset:format: [format:*src] Instead rename index.js to end in .cjs, change the requiring code to use dynamic import() which is available in all CommonJS modules, or change "type": "module" to "type": "commonjs" in /Users/jpolo/Workspace/w5s/project-config/packages/eslint-config/package.json to treat all .js files as CommonJS (using .mjs for all ES modules instead).
|
|
15
|
-
@w5s/mrm-preset:format: [format:*src]
|
|
16
|
-
@w5s/mrm-preset:format: [format:*src] at Object.module.exports [as default] (/Users/jpolo/Workspace/w5s/project-config/node_modules/import-fresh/index.js:32:59)
|
|
17
|
-
@w5s/mrm-preset:format: [format:*src] at loadJSConfigFile (/Users/jpolo/Workspace/w5s/project-config/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2559:47)
|
|
18
|
-
@w5s/mrm-preset:format: [format:*src] at loadConfigFile (/Users/jpolo/Workspace/w5s/project-config/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2643:20)
|
|
19
|
-
@w5s/mrm-preset:format: [format:*src] at ConfigArrayFactory._loadConfigData (/Users/jpolo/Workspace/w5s/project-config/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2947:42)
|
|
20
|
-
@w5s/mrm-preset:format: [format:*src] at ConfigArrayFactory._loadExtendedShareableConfig (/Users/jpolo/Workspace/w5s/project-config/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3248:21)
|
|
21
|
-
@w5s/mrm-preset:format: [format:*src] at ConfigArrayFactory._loadExtends (/Users/jpolo/Workspace/w5s/project-config/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3119:25)
|
|
22
|
-
@w5s/mrm-preset:format: [format:*src] at ConfigArrayFactory._normalizeObjectConfigDataBody (/Users/jpolo/Workspace/w5s/project-config/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3058:25)
|
|
23
|
-
@w5s/mrm-preset:format: [format:*src] at _normalizeObjectConfigDataBody.next (<anonymous>)
|
|
24
|
-
@w5s/mrm-preset:format: [format:*src] at ConfigArrayFactory._normalizeObjectConfigData (/Users/jpolo/Workspace/w5s/project-config/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3003:20)
|
|
25
|
-
@w5s/mrm-preset:format: [format:*src] at _normalizeObjectConfigData.next (<anonymous>)
|
|
26
|
-
@w5s/mrm-preset:format: [format:*src] at ConfigArrayFactory.loadInDirectory (/Users/jpolo/Workspace/w5s/project-config/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:2849:28)
|
|
27
|
-
@w5s/mrm-preset:format: [format:*src] at CascadingConfigArrayFactory._loadConfigInAncestors (/Users/jpolo/Workspace/w5s/project-config/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3833:46)
|
|
28
|
-
@w5s/mrm-preset:format: [format:*src] at CascadingConfigArrayFactory._loadConfigInAncestors (/Users/jpolo/Workspace/w5s/project-config/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3852:20)
|
|
29
|
-
@w5s/mrm-preset:format: [format:*src] at CascadingConfigArrayFactory._loadConfigInAncestors (/Users/jpolo/Workspace/w5s/project-config/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3852:20)
|
|
30
|
-
@w5s/mrm-preset:format: [format:*src] at CascadingConfigArrayFactory.getConfigArrayForFile (/Users/jpolo/Workspace/w5s/project-config/node_modules/@eslint/eslintrc/dist/eslintrc.cjs:3754:18)
|
|
31
|
-
@w5s/mrm-preset:format: [format:*src] at FileEnumerator._iterateFilesRecursive (/Users/jpolo/Workspace/w5s/project-config/node_modules/eslint/lib/cli-engine/file-enumerator.js:446:49)
|
|
32
|
-
@w5s/mrm-preset:format: [format:*src] at _iterateFilesRecursive.next (<anonymous>)
|
|
33
|
-
@w5s/mrm-preset:format: [format:*src] at FileEnumerator.iterateFiles (/Users/jpolo/Workspace/w5s/project-config/node_modules/eslint/lib/cli-engine/file-enumerator.js:297:49)
|
|
34
|
-
@w5s/mrm-preset:format: [format:*src] at iterateFiles.next (<anonymous>)
|
|
35
|
-
@w5s/mrm-preset:format: [format:*src] at CLIEngine.executeOnFiles (/Users/jpolo/Workspace/w5s/project-config/node_modules/eslint/lib/cli-engine/cli-engine.js:786:48)
|
|
36
|
-
@w5s/mrm-preset:format: [format:*src] at ESLint.lintFiles (/Users/jpolo/Workspace/w5s/project-config/node_modules/eslint/lib/eslint/eslint.js:550:23)
|
|
37
|
-
@w5s/mrm-preset:format: [format:*src] at Object.execute (/Users/jpolo/Workspace/w5s/project-config/node_modules/eslint/lib/cli.js:395:36)
|
|
38
|
-
@w5s/mrm-preset:format: [format:*src] at async main (/Users/jpolo/Workspace/w5s/project-config/node_modules/eslint/bin/eslint.js:135:24)
|
|
39
|
-
@w5s/mrm-preset:format: [format:*src] npm run format:src exited with code SIGINT
|
|
1
|
+
[34m@w5s/mrm-preset:format[0m: cache hit, replaying output [2m0c91c04438167c63[0m
|
|
2
|
+
[34m@w5s/mrm-preset:format: [0m[0m[1][0m [0m: exited with code 0[0m
|
|
3
|
+
[34m@w5s/mrm-preset:format: [0m[0m[format:*src][0m
|
|
4
|
+
[34m@w5s/mrm-preset:format: [0m[0m[format:*src][0m > @w5s/mrm-preset@1.0.0-alpha.22 format:src
|
|
5
|
+
[34m@w5s/mrm-preset:format: [0m[0m[format:*src][0m > eslint . --fix --ext=mjs,cjs,js,jsx,ts,tsx,json
|
|
6
|
+
[34m@w5s/mrm-preset:format: [0m[0m[format:*src][0m
|
|
7
|
+
[34m@w5s/mrm-preset:format: [0m[0m[format:*src][0m [0mnpm run format:src exited with code 0[0m
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
7
|
-
[
|
|
1
|
+
[32m@w5s/mrm-preset:lint[0m: cache hit, replaying output [2md94ca63660f29658[0m
|
|
2
|
+
[32m@w5s/mrm-preset:lint: [0m[0m[1][0m [0m: exited with code 0[0m
|
|
3
|
+
[32m@w5s/mrm-preset:lint: [0m[0m[lint:*src][0m
|
|
4
|
+
[32m@w5s/mrm-preset:lint: [0m[0m[lint:*src][0m > @w5s/mrm-preset@1.0.0-alpha.22 lint:src
|
|
5
|
+
[32m@w5s/mrm-preset:lint: [0m[0m[lint:*src][0m > eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json
|
|
6
|
+
[32m@w5s/mrm-preset:lint: [0m[0m[lint:*src][0m
|
|
7
|
+
[32m@w5s/mrm-preset:lint: [0m[0m[lint:*src][0m [0mnpm run lint:src exited with code 0[0m
|
package/.turbo/turbo-prepare.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@w5s/mrm-preset:prepare: cache hit, replaying output
|
|
1
|
+
@w5s/mrm-preset:prepare: cache hit, replaying output 88973bec8937c59d
|
|
2
2
|
@w5s/mrm-preset:prepare: [0] : exited with code 0
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[33m@w5s/mrm-preset:test[0m: cache hit, replaying output [
|
|
1
|
+
[33m@w5s/mrm-preset:test[0m: cache hit, replaying output [2m3a07f2220396e619[0m
|
|
2
2
|
[33m@w5s/mrm-preset:test: [0mmkdir: _tester: File exists
|
|
3
3
|
[33m@w5s/mrm-preset:test: [0m[36mRunning bootstrap...[39m
|
|
4
4
|
[33m@w5s/mrm-preset:test: [0m[33mRunning alias configure...[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.0.0-alpha.23](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.22...@w5s/mrm-preset@1.0.0-alpha.23) (2022-08-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @w5s/mrm-preset
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.0.0-alpha.22](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.0-alpha.21...@w5s/mrm-preset@1.0.0-alpha.22) (2022-08-29)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @w5s/mrm-preset
|
package/lang/.eslintrc.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@w5s/mrm-preset",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.23",
|
|
4
4
|
"description": "Mrm configuration presets",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mrm",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "18cd55f50f759629d9a0feadba44df1b44b4dfb0"
|
|
55
55
|
}
|