@foray1010/common-presets-utils 7.0.3 → 9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
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
+ ## [9.0.0](https://github.com/foray1010/common-presets/compare/@foray1010/common-presets-utils@8.0.0...@foray1010/common-presets-utils@9.0.0) (2025-10-31)
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ - require nodejs `^20.19.0 || ^22.12.0 || >=24.11.0`
11
+
12
+ ### Miscellaneous Chores
13
+
14
+ - require nodejs `^20.19.0 || ^22.12.0 || >=24.11.0` ([aae1835](https://github.com/foray1010/common-presets/commit/aae1835f9517621ddc0d71f31bda39e9163213a1))
15
+
16
+ ## [8.0.0](https://github.com/foray1010/common-presets/compare/@foray1010/common-presets-utils@7.0.3...@foray1010/common-presets-utils@8.0.0) (2023-11-17)
17
+
18
+ ### ⚠ BREAKING CHANGES
19
+
20
+ - require node `^18.12.0 || >=20.9.0`
21
+
22
+ ### Miscellaneous Chores
23
+
24
+ - require node `^18.12.0 || >=20.9.0` ([e231508](https://github.com/foray1010/common-presets/commit/e231508673cefd6e4792083e4f15fd152446e32d))
25
+
6
26
  ## [7.0.3](https://github.com/foray1010/common-presets/compare/@foray1010/common-presets-utils@7.0.2...@foray1010/common-presets-utils@7.0.3) (2023-08-10)
7
27
 
8
28
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@foray1010/common-presets-utils",
4
- "version": "7.0.3",
4
+ "version": "9.0.0",
5
5
  "homepage": "https://github.com/foray1010/common-presets/tree/master/packages/common-presets-utils#readme",
6
6
  "bugs": "https://github.com/foray1010/common-presets/issues",
7
7
  "repository": {
@@ -20,13 +20,13 @@
20
20
  "type:check": "tsc"
21
21
  },
22
22
  "dependencies": {
23
- "read-pkg-up": "^10.0.0"
23
+ "read-pkg-up": "^11.0.0"
24
24
  },
25
25
  "engines": {
26
- "node": "^16.14.0 || >=18.12.0"
26
+ "node": "^20.19.0 || ^22.12.0 || >=24.11.0"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
- "gitHead": "53eea83670d83a13b40cf0022f24badccfda681c"
31
+ "gitHead": "f4d31b1d0075b0c77a6ae59e7442a977df4b4d15"
32
32
  }