@versini/dev-dependencies-common 3.1.8 → 3.2.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 +14 -0
  2. package/package.json +8 -20
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.2.0](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v3.1.9...dev-dependencies-common-v3.2.0) (2024-02-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * **common:** adding glob ([e8e1683](https://github.com/aversini/dev-dependencies/commit/e8e1683861abe132014022ff64f1691fbed0512e))
9
+
10
+ ## [3.1.9](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v3.1.8...dev-dependencies-common-v3.1.9) (2024-02-03)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **common:** bump to latest and remove CLIs ([acdac78](https://github.com/aversini/dev-dependencies/commit/acdac78d413d9b215141f3e11c2d94e89c502d81))
16
+
3
17
  ## [3.1.8](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v3.1.7...dev-dependencies-common-v3.1.8) (2024-01-23)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,38 +1,26 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-common",
3
- "version": "3.1.8",
3
+ "version": "3.2.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "dependencies": {
10
- "@typescript-eslint/eslint-plugin": "6.19.1",
11
- "@typescript-eslint/parser": "6.19.1",
12
- "barrelsby": "2.8.1",
13
- "bundlemon": "2.0.2",
10
+ "@typescript-eslint/eslint-plugin": "6.20.0",
11
+ "@typescript-eslint/parser": "6.20.0",
14
12
  "chokidar": "3.5.3",
15
- "cross-env": "7.0.3",
16
- "culori": "4.0.0",
17
- "danger": "11.3.1",
18
- "dotenv": "16.4.0",
19
- "eslint": "8.56.0",
13
+ "culori": "4.0.1",
14
+ "dotenv": "16.4.1",
20
15
  "eslint-config-prettier": "9.1.0",
21
16
  "eslint-plugin-simple-import-sort": "10.0.0",
22
17
  "eslint-plugin-sort-keys-fix": "1.1.2",
23
18
  "eslint-plugin-unicorn": "50.0.1",
24
19
  "fs-extra": "11.2.0",
25
- "happy-dom": "13.2.1",
26
- "husky": "8.0.3",
20
+ "glob": "10.3.10",
21
+ "happy-dom": "13.3.8",
27
22
  "jsdom": "24.0.0",
28
- "lerna": "8.0.2",
29
- "lint-staged": "15.2.0",
30
- "nodemon": "3.0.3",
31
- "npm-run-all": "4.1.5",
32
- "prettier": "3.2.4",
33
- "rimraf": "5.0.5",
34
- "tsup": "8.0.1",
35
23
  "typescript": "5.3.3"
36
24
  },
37
- "gitHead": "2b9e8d657679b1e289414f28a5f83a913375c4e7"
25
+ "gitHead": "31e666f1dc5d3c07553a06b4da507fef65e7b223"
38
26
  }