@versini/dev-dependencies-common 2.2.0 → 3.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 +11 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.0.0](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v2.2.0...dev-dependencies-common-v3.0.0) (2023-12-26)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * update breaking common dependencies
9
+
10
+ ### Features
11
+
12
+ * update breaking common dependencies ([4921e3a](https://github.com/aversini/dev-dependencies/commit/4921e3a6f47edd7ff6a57bb96c166d7c962d69d9))
13
+
3
14
  ## [2.2.0](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v2.1.0...dev-dependencies-common-v2.2.0) (2023-12-16)
4
15
 
5
16
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-common",
3
- "version": "2.2.0",
3
+ "version": "3.0.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.14.0",
11
- "@typescript-eslint/parser": "6.14.0",
10
+ "@typescript-eslint/eslint-plugin": "6.16.0",
11
+ "@typescript-eslint/parser": "6.16.0",
12
12
  "barrelsby": "2.8.1",
13
13
  "bundlemon": "2.0.2",
14
14
  "chokidar": "3.5.3",
@@ -18,11 +18,11 @@
18
18
  "eslint-config-prettier": "9.1.0",
19
19
  "eslint-plugin-simple-import-sort": "10.0.0",
20
20
  "eslint-plugin-sort-keys-fix": "1.1.2",
21
- "eslint-plugin-unicorn": "49.0.0",
21
+ "eslint-plugin-unicorn": "50.0.1",
22
22
  "happy-dom": "12.10.3",
23
23
  "husky": "8.0.3",
24
24
  "jsdom": "23.0.1",
25
- "lerna": "7.4.2",
25
+ "lerna": "8.0.1",
26
26
  "lint-staged": "15.2.0",
27
27
  "nodemon": "3.0.2",
28
28
  "npm-run-all": "4.1.5",
@@ -31,5 +31,5 @@
31
31
  "tsup": "8.0.1",
32
32
  "typescript": "5.3.3"
33
33
  },
34
- "gitHead": "7e1b474620976ec42b9c2912210a8e835ecbb3ed"
34
+ "gitHead": "8f36d7f55e9690b1555b329a1be2ea7c17a38c80"
35
35
  }