@w5s/mrm-preset 1.0.2 → 1.0.4

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.
@@ -1,6 +1,6 @@
1
1
  [1] : exited with code 0
2
2
  [tsc]
3
- [tsc] > @w5s/mrm-preset@1.0.1 build:tsc
3
+ [tsc] > @w5s/mrm-preset@1.0.3 build:tsc
4
4
  [tsc] > tsc --noEmit --skipLibCheck
5
5
  [tsc]
6
6
  [tsc] npm run build:tsc exited with code 0
@@ -0,0 +1,6 @@
1
+ [1] : exited with code 0
2
+ [src]
3
+ [src] > @w5s/mrm-preset@1.0.3 format:src
4
+ [src] > eslint . --fix --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
5
+ [src]
6
+ [src] npm run format:src exited with code 0
@@ -1,6 +1,6 @@
1
1
  [1] : exited with code 0
2
2
  [src]
3
- [src] > @w5s/mrm-preset@1.0.1 lint:src
3
+ [src] > @w5s/mrm-preset@1.0.3 lint:src
4
4
  [src] > eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml
5
5
  [src]
6
6
  [src] npm run lint:src exited with code 0
@@ -1,6 +1,6 @@
1
1
  [1] : exited with code 0
2
2
  [script]
3
- [script] > @w5s/mrm-preset@1.0.1 test:script
3
+ [script] > @w5s/mrm-preset@1.0.3 test:script
4
4
  [script] > mkdir _tester; cd _tester; mrm bootstrap --dir ..; mrm configure --dir ..
5
5
  [script]
6
6
  [script] mkdir: _tester: File exists
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.4](https://github.com/w5s/project-config/compare/@w5s/mrm-preset@1.0.3...@w5s/mrm-preset@1.0.4) (2023-05-31)
7
+
8
+ **Note:** Version bump only for package @w5s/mrm-preset
9
+
10
+ ## <small>1.0.3 (2023-04-19)</small>
11
+
12
+ - ⬆️ Upgrade dependency glob to v10 ([76b45b0](https://github.com/w5s/project-config/commit/76b45b0))
13
+
6
14
  ## <small>1.0.2 (2023-03-24)</small>
7
15
 
8
16
  - ✨ Improve yarn berry support ([c5010cc](https://github.com/w5s/project-config/commit/c5010cc))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/mrm-preset",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Mrm configuration presets",
5
5
  "keywords": [
6
6
  "mrm",
@@ -36,13 +36,13 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "debug": "^4.3.3",
39
- "glob": "^9.0.0",
39
+ "glob": "^10.0.0",
40
40
  "mrm-core": "^7.0.0",
41
41
  "semver-intersect": "^1.4.0",
42
42
  "sync-directory": "^6.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@types/debug": "4.1.7",
45
+ "@types/debug": "4.1.8",
46
46
  "mrm": "4.1.14",
47
47
  "mrm-preset-default": "4.1.11"
48
48
  },
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "f049ba295b93f420a3c673292baff2a25e1a2b70"
55
+ "gitHead": "7e5cf7f6b4725b79da890724f6377c2893e6daf4"
56
56
  }