skyltmax_config 0.0.14 → 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: b9800225995d1123b75dae815dbe862ac469d38677e45a3e5c5ec637bec8c74c
4
- data.tar.gz: a89136b6b8b1d1cde533f89d5df35f609b49581f307a348a9dba9bcd60bda0a0
3
+ metadata.gz: 3bb8b2611c8168618fc563d5e5a05e3a1a3ebcc99fb00e6ca1021aa87293d8fe
4
+ data.tar.gz: 848a241042100a6b0883b67ea975ca764be6ceb690633d300d7da68da4518a3d
5
5
  SHA512:
6
- metadata.gz: d5c25d0b51ae4eefb49a9172768c864c96a7a93149c1bc411f6bca4ca3f12e552093d8e1a0d962fc711a46e2f1b6215f211276eb18d7d434e3c76aead72c1831
7
- data.tar.gz: 308d2971c006cf8fb820a4bb62fe071bb6e8fd61eb33faf3bcbefa1413c1242c34c5d631aba0c6af6a2f17a3508ae7114e773a709932869ac80196a515a103ff
6
+ metadata.gz: fae9c7c105a338da8f074b492941d12c6e1b311a8056706081d0c0bf3e29d2dcb1fad3ca4f03dcfcb596d72ef60f7035f8930d00719f15b66666d351265d180b
7
+ data.tar.gz: 0a03a0643b8892ce900ff9d8415b279342c378c78d42bb2f63529a409f37279970479d51671335a8ccb86b7e892d8e240e3a3e04751d122e6aded7a40b0efe0a
@@ -1,6 +1,6 @@
1
1
  services:
2
2
  app:
3
- image: harbor.signmax.cloud/public/devcontainer:rails-3.4.5-14
3
+ image: harbor.signmax.cloud/public/devcontainer:rails-4.0.1-20
4
4
  volumes:
5
5
  - ..:/workspaces/config:cached
6
6
  shm_size: "1gb"
data/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
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
+
10
+ ### [0.0.15] - 2026-03-31
11
+
12
+ - feat: Change ignored vars pattern.
13
+ - chore: Lock rubocop version to one with bugfix https://github.com/rubocop/rubocop/pull/14867
14
+ - chore: Update ruby and node versions.
15
+
5
16
  ### [0.0.14] - 2026-02-10
6
17
 
7
18
  - fix: Lock rubocop version to avoid version with bug https://github.com/rubocop/rubocop/pull/14867
data/Gemfile.lock CHANGED
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- skyltmax_config (0.0.14)
5
- rubocop (>= 1.81.0, < 2, < 1.84.1)
4
+ skyltmax_config (1.0.0)
5
+ rubocop (>= 1.84.2, < 2)
6
6
  rubocop-performance (>= 1.26.0, < 2)
7
7
  rubocop-rails (>= 2.33.0, < 3)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (8.1.2)
12
+ activesupport (8.1.3)
13
13
  base64
14
14
  bigdecimal
15
15
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -24,29 +24,30 @@ GEM
24
24
  uri (>= 0.13.1)
25
25
  ast (2.4.3)
26
26
  base64 (0.3.0)
27
- bigdecimal (4.0.1)
27
+ bigdecimal (4.1.0)
28
28
  concurrent-ruby (1.3.6)
29
29
  connection_pool (3.0.2)
30
30
  drb (2.2.3)
31
31
  i18n (1.14.8)
32
32
  concurrent-ruby (~> 1.0)
33
- json (2.18.1)
33
+ json (2.19.3)
34
34
  language_server-protocol (3.17.0.5)
35
35
  lint_roller (1.1.0)
36
36
  logger (1.7.0)
37
- minitest (6.0.1)
37
+ minitest (6.0.2)
38
+ drb (~> 2.0)
38
39
  prism (~> 1.5)
39
40
  parallel (1.27.0)
40
- parser (3.3.10.1)
41
+ parser (3.3.11.1)
41
42
  ast (~> 2.4.1)
42
43
  racc
43
44
  prism (1.9.0)
44
45
  racc (1.8.1)
45
- rack (3.2.4)
46
+ rack (3.2.5)
46
47
  rainbow (3.1.1)
47
48
  rake (13.3.1)
48
49
  regexp_parser (2.11.3)
49
- rubocop (1.84.0)
50
+ rubocop (1.86.0)
50
51
  json (~> 2.3)
51
52
  language_server-protocol (~> 3.17.0.2)
52
53
  lint_roller (~> 1.1.0)
@@ -57,7 +58,7 @@ GEM
57
58
  rubocop-ast (>= 1.49.0, < 2.0)
58
59
  ruby-progressbar (~> 1.7)
59
60
  unicode-display_width (>= 2.4.0, < 4.0)
60
- rubocop-ast (1.49.0)
61
+ rubocop-ast (1.49.1)
61
62
  parser (>= 3.3.7.2)
62
63
  prism (~> 1.7)
63
64
  rubocop-performance (1.26.1)
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Signmax AB
3
+ Copyright (c) 2026 Signmax AB
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/eslint.js CHANGED
@@ -132,7 +132,7 @@ export const config = [
132
132
  args: "after-used",
133
133
  argsIgnorePattern: "^_",
134
134
  ignoreRestSiblings: true,
135
- varsIgnorePattern: "^ignored",
135
+ varsIgnorePattern: "^_",
136
136
  },
137
137
  ],
138
138
  },
@@ -155,7 +155,7 @@ export const config = [
155
155
  args: "after-used",
156
156
  argsIgnorePattern: "^_",
157
157
  ignoreRestSiblings: true,
158
- varsIgnorePattern: "^ignored",
158
+ varsIgnorePattern: "^_",
159
159
  },
160
160
  ],
161
161
  "import/consistent-type-specifier-style": OFF,
@@ -1,4 +1,4 @@
1
- import { config } from "@skyltmax/config/eslint"
1
+ import { config } from "@signmax/config/eslint"
2
2
 
3
3
  /** @type {import("eslint").Linter.Config[]} */
4
4
  export default [...config]
data/fixture/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@skyltmax/fake-library",
3
3
  "version": "0.0.0",
4
4
  "private": true,
5
- "description": "Fixture project for exercising @skyltmax/config in CI.",
5
+ "description": "Fixture project for exercising @signmax/config in CI.",
6
6
  "type": "module",
7
7
  "engines": {
8
- "node": ">=20.0.0"
8
+ "node": ">=24.0.0"
9
9
  },
10
10
  "scripts": {
11
11
  "format": "prettier . --check",
@@ -13,7 +13,29 @@
13
13
  "typecheck": "tsc --noEmit"
14
14
  },
15
15
  "devDependencies": {
16
- "@skyltmax/config": "file:.."
16
+ "@eslint/js": "9.39.1",
17
+ "@signmax/config": "file:..",
18
+ "@total-typescript/ts-reset": "0.6.1",
19
+ "@typescript-eslint/eslint-plugin": "8.46.3",
20
+ "@typescript-eslint/parser": "8.46.3",
21
+ "@typescript-eslint/utils": "8.46.3",
22
+ "@vitest/eslint-plugin": "1.4.1",
23
+ "eslint": "9.39.1",
24
+ "eslint-config-prettier": "10.1.8",
25
+ "eslint-plugin-import-x": "4.16.1",
26
+ "eslint-plugin-jest-dom": "5.5.0",
27
+ "eslint-plugin-jsx-a11y": "6.10.2",
28
+ "eslint-plugin-prettier": "5.5.4",
29
+ "eslint-plugin-react": "7.37.5",
30
+ "eslint-plugin-react-hooks": "7.0.1",
31
+ "eslint-plugin-testing-library": "7.13.3",
32
+ "globals": "16.5.0",
33
+ "prettier": "3.6.2",
34
+ "prettier-plugin-ignored": "1.0.0",
35
+ "prettier-plugin-tailwindcss": "0.7.1",
36
+ "tslib": "2.8.1",
37
+ "typescript": "5.9.3",
38
+ "typescript-eslint": "8.46.3"
17
39
  },
18
- "prettier": "@skyltmax/config/prettier"
40
+ "prettier": "@signmax/config/prettier"
19
41
  }
@@ -8,9 +8,75 @@ importers:
8
8
 
9
9
  .:
10
10
  devDependencies:
11
- '@skyltmax/config':
11
+ '@eslint/js':
12
+ specifier: 9.39.1
13
+ version: 9.39.1
14
+ '@signmax/config':
12
15
  specifier: file:..
13
16
  version: file:..(6601ab0a63db210ed54fc871c5d3405a)
17
+ '@total-typescript/ts-reset':
18
+ specifier: 0.6.1
19
+ version: 0.6.1
20
+ '@typescript-eslint/eslint-plugin':
21
+ specifier: 8.46.3
22
+ version: 8.46.3(@typescript-eslint/parser@8.46.3(eslint@9.39.1)(typescript@5.9.3))(eslint@9.39.1)(typescript@5.9.3)
23
+ '@typescript-eslint/parser':
24
+ specifier: 8.46.3
25
+ version: 8.46.3(eslint@9.39.1)(typescript@5.9.3)
26
+ '@typescript-eslint/utils':
27
+ specifier: 8.46.3
28
+ version: 8.46.3(eslint@9.39.1)(typescript@5.9.3)
29
+ '@vitest/eslint-plugin':
30
+ specifier: 1.4.1
31
+ version: 1.4.1(eslint@9.39.1)(typescript@5.9.3)
32
+ eslint:
33
+ specifier: 9.39.1
34
+ version: 9.39.1
35
+ eslint-config-prettier:
36
+ specifier: 10.1.8
37
+ version: 10.1.8(eslint@9.39.1)
38
+ eslint-plugin-import-x:
39
+ specifier: 4.16.1
40
+ version: 4.16.1(@typescript-eslint/utils@8.46.3(eslint@9.39.1)(typescript@5.9.3))(eslint@9.39.1)
41
+ eslint-plugin-jest-dom:
42
+ specifier: 5.5.0
43
+ version: 5.5.0(eslint@9.39.1)
44
+ eslint-plugin-jsx-a11y:
45
+ specifier: 6.10.2
46
+ version: 6.10.2(eslint@9.39.1)
47
+ eslint-plugin-prettier:
48
+ specifier: 5.5.4
49
+ version: 5.5.4(eslint-config-prettier@10.1.8(eslint@9.39.1))(eslint@9.39.1)(prettier@3.6.2)
50
+ eslint-plugin-react:
51
+ specifier: 7.37.5
52
+ version: 7.37.5(eslint@9.39.1)
53
+ eslint-plugin-react-hooks:
54
+ specifier: 7.0.1
55
+ version: 7.0.1(eslint@9.39.1)
56
+ eslint-plugin-testing-library:
57
+ specifier: 7.13.3
58
+ version: 7.13.3(eslint@9.39.1)(typescript@5.9.3)
59
+ globals:
60
+ specifier: 16.5.0
61
+ version: 16.5.0
62
+ prettier:
63
+ specifier: 3.6.2
64
+ version: 3.6.2
65
+ prettier-plugin-ignored:
66
+ specifier: 1.0.0
67
+ version: 1.0.0(prettier@3.6.2)
68
+ prettier-plugin-tailwindcss:
69
+ specifier: 0.7.1
70
+ version: 0.7.1(prettier@3.6.2)
71
+ tslib:
72
+ specifier: 2.8.1
73
+ version: 2.8.1
74
+ typescript:
75
+ specifier: 5.9.3
76
+ version: 5.9.3
77
+ typescript-eslint:
78
+ specifier: 8.46.3
79
+ version: 8.46.3(eslint@9.39.1)(typescript@5.9.3)
14
80
 
15
81
  packages:
16
82
 
@@ -191,9 +257,9 @@ packages:
191
257
  resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==}
192
258
  engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
193
259
 
194
- '@skyltmax/config@file:..':
260
+ '@signmax/config@file:..':
195
261
  resolution: {directory: .., type: directory}
196
- engines: {node: '>=20.0.0'}
262
+ engines: {node: '>=24.0.0'}
197
263
  hasBin: true
198
264
  peerDependencies:
199
265
  '@eslint/js': 9.39.1
@@ -329,41 +395,49 @@ packages:
329
395
  resolution: {integrity: sha512-34gw7PjDGB9JgePJEmhEqBhWvCiiWCuXsL9hYphDF7crW7UgI05gyBAi6MF58uGcMOiOqSJ2ybEeCvHcq0BCmQ==}
330
396
  cpu: [arm64]
331
397
  os: [linux]
398
+ libc: [glibc]
332
399
 
333
400
  '@unrs/resolver-binding-linux-arm64-musl@1.11.1':
334
401
  resolution: {integrity: sha512-RyMIx6Uf53hhOtJDIamSbTskA99sPHS96wxVE/bJtePJJtpdKGXO1wY90oRdXuYOGOTuqjT8ACccMc4K6QmT3w==}
335
402
  cpu: [arm64]
336
403
  os: [linux]
404
+ libc: [musl]
337
405
 
338
406
  '@unrs/resolver-binding-linux-ppc64-gnu@1.11.1':
339
407
  resolution: {integrity: sha512-D8Vae74A4/a+mZH0FbOkFJL9DSK2R6TFPC9M+jCWYia/q2einCubX10pecpDiTmkJVUH+y8K3BZClycD8nCShA==}
340
408
  cpu: [ppc64]
341
409
  os: [linux]
410
+ libc: [glibc]
342
411
 
343
412
  '@unrs/resolver-binding-linux-riscv64-gnu@1.11.1':
344
413
  resolution: {integrity: sha512-frxL4OrzOWVVsOc96+V3aqTIQl1O2TjgExV4EKgRY09AJ9leZpEg8Ak9phadbuX0BA4k8U5qtvMSQQGGmaJqcQ==}
345
414
  cpu: [riscv64]
346
415
  os: [linux]
416
+ libc: [glibc]
347
417
 
348
418
  '@unrs/resolver-binding-linux-riscv64-musl@1.11.1':
349
419
  resolution: {integrity: sha512-mJ5vuDaIZ+l/acv01sHoXfpnyrNKOk/3aDoEdLO/Xtn9HuZlDD6jKxHlkN8ZhWyLJsRBxfv9GYM2utQ1SChKew==}
350
420
  cpu: [riscv64]
351
421
  os: [linux]
422
+ libc: [musl]
352
423
 
353
424
  '@unrs/resolver-binding-linux-s390x-gnu@1.11.1':
354
425
  resolution: {integrity: sha512-kELo8ebBVtb9sA7rMe1Cph4QHreByhaZ2QEADd9NzIQsYNQpt9UkM9iqr2lhGr5afh885d/cB5QeTXSbZHTYPg==}
355
426
  cpu: [s390x]
356
427
  os: [linux]
428
+ libc: [glibc]
357
429
 
358
430
  '@unrs/resolver-binding-linux-x64-gnu@1.11.1':
359
431
  resolution: {integrity: sha512-C3ZAHugKgovV5YvAMsxhq0gtXuwESUKc5MhEtjBpLoHPLYM+iuwSj3lflFwK3DPm68660rZ7G8BMcwSro7hD5w==}
360
432
  cpu: [x64]
361
433
  os: [linux]
434
+ libc: [glibc]
362
435
 
363
436
  '@unrs/resolver-binding-linux-x64-musl@1.11.1':
364
437
  resolution: {integrity: sha512-rV0YSoyhK2nZ4vEswT/QwqzqQXw5I6CjoaYMOX0TqBlWhojUf8P94mvI7nuJTeaCkkds3QE4+zS8Ko+GdXuZtA==}
365
438
  cpu: [x64]
366
439
  os: [linux]
440
+ libc: [musl]
367
441
 
368
442
  '@unrs/resolver-binding-wasm32-wasi@1.11.1':
369
443
  resolution: {integrity: sha512-5u4RkfxJm+Ng7IWgkzi3qrFOvLvQYnPBmjmZQ8+szTK/b31fQCnleNl1GgEt7nIsZRIf5PLhPwT0WM+q45x/UQ==}
@@ -1717,7 +1791,7 @@ snapshots:
1717
1791
 
1718
1792
  '@pkgr/core@0.2.9': {}
1719
1793
 
1720
- '@skyltmax/config@file:..(6601ab0a63db210ed54fc871c5d3405a)':
1794
+ '@signmax/config@file:..(6601ab0a63db210ed54fc871c5d3405a)':
1721
1795
  dependencies:
1722
1796
  '@eslint/js': 9.39.1
1723
1797
  '@total-typescript/ts-reset': 0.6.1
@@ -1,13 +1,12 @@
1
1
  {
2
- "extends": "@skyltmax/config/typescript",
2
+ "extends": "@signmax/config/typescript",
3
3
  "compilerOptions": {
4
4
  "jsx": "react-jsx",
5
5
  "module": "ESNext",
6
6
  "moduleResolution": "Bundler",
7
7
  "verbatimModuleSyntax": true,
8
8
  "allowImportingTsExtensions": true,
9
- "noEmit": true,
10
- "baseUrl": "./src"
9
+ "noEmit": true
11
10
  },
12
11
  "include": ["src"]
13
12
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SkyltmaxConfig
4
- VERSION = "0.0.14"
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.14",
3
+ "version": "1.0.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -46,7 +46,7 @@
46
46
  "LICENSE"
47
47
  ],
48
48
  "engines": {
49
- "node": ">=20.0.0"
49
+ "node": ">=24.0.0"
50
50
  },
51
51
  "scripts": {
52
52
  "format": "prettier . --write",
@@ -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
  }