@peerigon/configs 6.3.0 → 6.5.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 +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # [6.5.0](https://github.com/peerigon/configs/compare/v6.4.0...v6.5.0) (2025-06-03)
2
+
3
+ ### Features
4
+
5
+ - **eslint:** bump @eslint/js from 9.27.0 to 9.28.0 ([#87](https://github.com/peerigon/configs/issues/87)) ([566c18a](https://github.com/peerigon/configs/commit/566c18a6e63f9cdd07bb24c332c83b2502d358ac))
6
+ - **eslint:** bump @semantic-release/exec from 7.0.3 to 7.1.0 ([#85](https://github.com/peerigon/configs/issues/85)) ([1f53ebb](https://github.com/peerigon/configs/commit/1f53ebb28ddd5f8f8623a0627465da77c2a7c3f0))
7
+ - **eslint:** bump globals from 16.0.0 to 16.2.0 ([#88](https://github.com/peerigon/configs/issues/88)) ([3a45c31](https://github.com/peerigon/configs/commit/3a45c319dca5c3199344d01636205420cba9c857))
8
+
9
+ # [6.4.0](https://github.com/peerigon/configs/compare/v6.3.0...v6.4.0) (2025-05-26)
10
+
11
+ ### Features
12
+
13
+ - **eslint:** bump @eslint-react/eslint-plugin from 1.48.1 to 1.49.0 ([#69](https://github.com/peerigon/configs/issues/69)) ([059b3e3](https://github.com/peerigon/configs/commit/059b3e313151983b818cb9dfed771d8304dba711))
14
+ - **prettier:** bump prettier-plugin-packagejson from 2.5.10 to 2.5.14 ([#82](https://github.com/peerigon/configs/issues/82)) ([0d5be7d](https://github.com/peerigon/configs/commit/0d5be7dd22e47e1c810dc6e138993106e8327fe9))
15
+
1
16
  # [6.3.0](https://github.com/peerigon/configs/compare/v6.2.0...v6.3.0) (2025-05-19)
2
17
 
3
18
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerigon/configs",
3
- "version": "6.3.0",
3
+ "version": "6.5.0",
4
4
  "description": "Configs for ESLint, Prettier, TypeScript & friends",
5
5
  "keywords": [
6
6
  "eslint",
@@ -98,7 +98,7 @@
98
98
  "@types/signale": "^1.4.7",
99
99
  "eslint": "^9.21.0",
100
100
  "husky": "^9.1.7",
101
- "lint-staged": "^15.4.3",
101
+ "lint-staged": "^16.0.0",
102
102
  "npm-run-all2": "^8.0.1",
103
103
  "pin-github-action": "^3.1.2",
104
104
  "prettier": "^3.5.3",