@dword-design/base 10.1.4 → 11.0.1

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.
@@ -25,7 +25,6 @@ $ yarn add foo
25
25
  \`\`\`",
26
26
  "seeAlso": Array [],
27
27
  "supportedNodeVersions": Array [
28
- 16,
29
28
  18,
30
29
  20,
31
30
  ],
@@ -4,7 +4,7 @@ import join from "@dword-design/functions/dist/join.js";
4
4
  import keys from "@dword-design/functions/dist/keys.js";
5
5
  import map from "@dword-design/functions/dist/map.js";
6
6
  import replace from "@dword-design/functions/dist/replace.js";
7
- import { constantCase } from 'constant-case';
7
+ import { constantCase } from 'change-case';
8
8
  import { execa } from 'execa';
9
9
  import { findUpSync } from 'find-up';
10
10
  import fs from 'fs-extra';
@@ -110,10 +110,6 @@ Object {
110
110
  "strategy": Object {
111
111
  "matrix": Object {
112
112
  "include": Array [
113
- Object {
114
- "node": 16,
115
- "os": "ubuntu-latest",
116
- },
117
113
  Object {
118
114
  "node": 18,
119
115
  "os": "ubuntu-latest",
@@ -257,10 +253,6 @@ Object {
257
253
  "strategy": Object {
258
254
  "matrix": Object {
259
255
  "include": Array [
260
- Object {
261
- "node": 16,
262
- "os": "ubuntu-latest",
263
- },
264
256
  Object {
265
257
  "node": 18,
266
258
  "os": "ubuntu-latest",
@@ -400,10 +392,6 @@ Object {
400
392
  "strategy": Object {
401
393
  "matrix": Object {
402
394
  "include": Array [
403
- Object {
404
- "node": 16,
405
- "os": "ubuntu-latest",
406
- },
407
395
  Object {
408
396
  "node": 18,
409
397
  "os": "ubuntu-latest",
@@ -634,10 +622,6 @@ Object {
634
622
  "strategy": Object {
635
623
  "matrix": Object {
636
624
  "include": Array [
637
- Object {
638
- "node": 16,
639
- "os": "ubuntu-latest",
640
- },
641
625
  Object {
642
626
  "node": 18,
643
627
  "os": "ubuntu-latest",
@@ -783,10 +767,6 @@ Object {
783
767
  "strategy": Object {
784
768
  "matrix": Object {
785
769
  "include": Array [
786
- Object {
787
- "node": 16,
788
- "os": "ubuntu-latest",
789
- },
790
770
  Object {
791
771
  "node": 18,
792
772
  "os": "ubuntu-latest",
@@ -1,7 +1,7 @@
1
1
  import fromPairs from "@dword-design/functions/dist/from-pairs.js";
2
2
  import keys from "@dword-design/functions/dist/keys.js";
3
3
  import map from "@dword-design/functions/dist/map.js";
4
- import { constantCase } from 'constant-case';
4
+ import { constantCase } from 'change-case';
5
5
  import { findUpStop, findUpSync } from 'find-up';
6
6
  import fs from 'fs-extra';
7
7
  import P from 'path';
@@ -4,7 +4,7 @@ exports[`index empty 1`] = `
4
4
  Object {
5
5
  "author": "Sebastian Landwehr <info@sebastianlandwehr.com>",
6
6
  "engines": Object {
7
- "node": ">=16",
7
+ "node": ">=18",
8
8
  },
9
9
  "files": Array [
10
10
  "dist",
@@ -43,7 +43,7 @@ Object {
43
43
  "base-config-bar": "^1.0.0",
44
44
  },
45
45
  "engines": Object {
46
- "node": ">=16",
46
+ "node": ">=18",
47
47
  },
48
48
  "files": Array [
49
49
  "dist",
@@ -81,7 +81,7 @@ exports[`index git repo 1`] = `
81
81
  Object {
82
82
  "author": "Sebastian Landwehr <info@sebastianlandwehr.com>",
83
83
  "engines": Object {
84
- "node": ">=16",
84
+ "node": ">=18",
85
85
  },
86
86
  "files": Array [
87
87
  "dist",
package/dist/index.js CHANGED
@@ -112,7 +112,7 @@ class Base {
112
112
  \`\`\`
113
113
  `,
114
114
  seeAlso: [],
115
- supportedNodeVersions: [16, 18, 20],
115
+ supportedNodeVersions: [18, 20],
116
116
  syncKeywords: true,
117
117
  windows: true
118
118
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base",
3
- "version": "10.1.4",
3
+ "version": "11.0.1",
4
4
  "description": "Base package for projects.",
5
5
  "repository": "dword-design/base",
6
6
  "funding": "https://github.com/sponsors/dword-design",
@@ -26,8 +26,8 @@
26
26
  "test": "rimraf dist && babel --config-file @dword-design/babel-config --copy-files --no-copy-ignored --out-dir dist --ignore \"**/*.spec.js\" src && node dist/cli.js test"
27
27
  },
28
28
  "dependencies": {
29
- "@commitlint/cli": "^17.4.0",
30
- "@commitlint/config-conventional": "^17.4.0",
29
+ "@commitlint/cli": "^18.4.4",
30
+ "@commitlint/config-conventional": "^18.4.4",
31
31
  "@dword-design/babel-config": "^3.0.0",
32
32
  "@dword-design/base-config-node": "^2.0.0",
33
33
  "@dword-design/ci": "^4.0.0",
@@ -42,10 +42,10 @@
42
42
  "@semantic-release/git": "^10.0.1",
43
43
  "ajv": "^8.11.2",
44
44
  "babel-register-esm": "npm:@dword-design/babel-register-esm",
45
- "c8": "^8.0.0",
45
+ "c8": "^9.0.0",
46
+ "change-case": "^5.3.0",
46
47
  "commitizen": "^4.0.3",
47
- "constant-case": "^3.0.3",
48
- "cosmiconfig": "^8.0.0",
48
+ "cosmiconfig": "^9.0.0",
49
49
  "cz-conventional-changelog": "^3.1.0",
50
50
  "deepmerge": "^4.2.2",
51
51
  "depcheck": "npm:@dword-design/depcheck",
@@ -54,12 +54,12 @@
54
54
  "depcheck-package-name": "^3.0.0",
55
55
  "depcheck-parser-babel": "^3.0.1",
56
56
  "eslint": "^8.41.0",
57
- "execa": "^7.0.0",
58
- "find-up": "^6.3.0",
57
+ "execa": "^8.0.1",
58
+ "find-up": "^7.0.0",
59
59
  "fs-extra": "^11.1.0",
60
60
  "get-projectz-readme-section-regex": "^3.0.0",
61
- "globby": "^13.1.3",
62
- "hosted-git-info": "^6.1.1",
61
+ "globby": "^14.0.0",
62
+ "hosted-git-info": "^7.0.1",
63
63
  "husky": "^8.0.3",
64
64
  "ignore": "^5.1.4",
65
65
  "is-ci": "^3.0.0",
@@ -75,10 +75,10 @@
75
75
  "parse-packagejson-name": "^1.0.1",
76
76
  "plugin-name-to-package-name": "npm:@dword-design/plugin-name-to-package-name",
77
77
  "safe-readfile": "^1.0.2",
78
- "semantic-release": "^19",
78
+ "semantic-release": "^22.0.12",
79
79
  "sort-keys": "^5.0.0",
80
80
  "sort-package-json": "^2.1.0",
81
- "spdx-expression-parse": "^3.0.0",
81
+ "spdx-expression-parse": "^4.0.0",
82
82
  "spdx-license-list": "^6.1.0",
83
83
  "suppress-experimental-warnings": "^1.1.0",
84
84
  "tagged-template-noop": "^2.1.1",
@@ -97,7 +97,7 @@
97
97
  "unify-mocha-output": "^2.0.0"
98
98
  },
99
99
  "engines": {
100
- "node": ">=16"
100
+ "node": ">=18"
101
101
  },
102
102
  "publishConfig": {
103
103
  "access": "public"