skyltmax_config 0.0.15 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f157b5b42e318befe94c17319dc6eaa713413e225eb70aadb583597fcb7a317
4
- data.tar.gz: 331713a80ae9a07dc82d079634595d08c49c0cf24fcee1fcad31cf760de6ea37
3
+ metadata.gz: 3bb8b2611c8168618fc563d5e5a05e3a1a3ebcc99fb00e6ca1021aa87293d8fe
4
+ data.tar.gz: 848a241042100a6b0883b67ea975ca764be6ceb690633d300d7da68da4518a3d
5
5
  SHA512:
6
- metadata.gz: f060b6564ac791ed885d5d3d03bd15532de8e44fafd8cd439dfa1d3534c9fc607cdf30ff8bbf52d2d108965e92e2a84821892040373496d844fe2614cd15b0fd
7
- data.tar.gz: f18dd707cfddd62595116f88b017174e735a86eea19ddfcf15bd0b16cbf0717f30f5d6b379f4ac83e451fd46f6ee1ef119e9b93646a5f824f63be826a47895d5
6
+ metadata.gz: fae9c7c105a338da8f074b492941d12c6e1b311a8056706081d0c0bf3e29d2dcb1fad3ca4f03dcfcb596d72ef60f7035f8930d00719f15b66666d351265d180b
7
+ data.tar.gz: 0a03a0643b8892ce900ff9d8415b279342c378c78d42bb2f63529a409f37279970479d51671335a8ccb86b7e892d8e240e3a3e04751d122e6aded7a40b0efe0a
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ### Unreleased
4
4
 
5
+ ### [1.0.0] - 2026-03-31
6
+
7
+ - chore: Release stable version.
8
+ - chore: Bump peer dependencies.
9
+
5
10
  ### [0.0.15] - 2026-03-31
6
11
 
7
12
  - feat: Change ignored vars pattern.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- skyltmax_config (0.0.15)
4
+ skyltmax_config (1.0.0)
5
5
  rubocop (>= 1.84.2, < 2)
6
6
  rubocop-performance (>= 1.26.0, < 2)
7
7
  rubocop-rails (>= 2.33.0, < 3)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SkyltmaxConfig
4
- VERSION = "0.0.15"
4
+ VERSION = "1.0.0"
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signmax/config",
3
- "version": "0.0.15",
3
+ "version": "1.0.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,34 +57,34 @@
57
57
  "bump": "npx npm-check-updates --dep prod,dev,peer,optional --target latest -i"
58
58
  },
59
59
  "peerDependencies": {
60
- "@eslint/js": "9.39.1",
60
+ "@eslint/js": "10.0.1",
61
61
  "@total-typescript/ts-reset": "0.6.1",
62
- "@typescript-eslint/eslint-plugin": "8.46.3",
63
- "@typescript-eslint/parser": "8.46.3",
64
- "@typescript-eslint/utils": "8.46.3",
65
- "@vitest/eslint-plugin": "1.4.1",
66
- "eslint": "9.39.1",
62
+ "@typescript-eslint/eslint-plugin": "8.58.0",
63
+ "@typescript-eslint/parser": "8.58.0",
64
+ "@typescript-eslint/utils": "8.58.0",
65
+ "@vitest/eslint-plugin": "1.6.14",
66
+ "eslint": "10.1.0",
67
67
  "eslint-config-prettier": "10.1.8",
68
- "eslint-plugin-import-x": "4.16.1",
68
+ "eslint-plugin-import-x": "4.16.2",
69
69
  "eslint-plugin-jest-dom": "5.5.0",
70
70
  "eslint-plugin-jsx-a11y": "6.10.2",
71
- "eslint-plugin-prettier": "5.5.4",
71
+ "eslint-plugin-prettier": "5.5.5",
72
72
  "eslint-plugin-react": "7.37.5",
73
73
  "eslint-plugin-react-hooks": "7.0.1",
74
- "eslint-plugin-testing-library": "7.13.3",
75
- "globals": "16.5.0",
76
- "prettier": "3.6.2",
74
+ "eslint-plugin-testing-library": "7.16.2",
75
+ "globals": "17.4.0",
76
+ "prettier": "3.8.1",
77
77
  "prettier-plugin-ignored": "1.0.0",
78
- "prettier-plugin-tailwindcss": "0.7.1",
78
+ "prettier-plugin-tailwindcss": "0.7.2",
79
79
  "tslib": "2.8.1",
80
- "typescript": "5.9.3",
81
- "typescript-eslint": "8.46.3"
80
+ "typescript": "6.0.2",
81
+ "typescript-eslint": "8.58.0"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@types/react": "^18.3.0",
85
85
  "npm-run-all": "^4.1.5",
86
86
  "react": "^18.3.0",
87
- "vitest": "4.0.7"
87
+ "vitest": "4.1.2"
88
88
  },
89
89
  "prettier": "./prettier.js"
90
90
  }