skyltmax_config 0.0.14 → 0.0.15

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: 0f157b5b42e318befe94c17319dc6eaa713413e225eb70aadb583597fcb7a317
4
+ data.tar.gz: 331713a80ae9a07dc82d079634595d08c49c0cf24fcee1fcad31cf760de6ea37
5
5
  SHA512:
6
- metadata.gz: d5c25d0b51ae4eefb49a9172768c864c96a7a93149c1bc411f6bca4ca3f12e552093d8e1a0d962fc711a46e2f1b6215f211276eb18d7d434e3c76aead72c1831
7
- data.tar.gz: 308d2971c006cf8fb820a4bb62fe071bb6e8fd61eb33faf3bcbefa1413c1242c34c5d631aba0c6af6a2f17a3508ae7114e773a709932869ac80196a515a103ff
6
+ metadata.gz: f060b6564ac791ed885d5d3d03bd15532de8e44fafd8cd439dfa1d3534c9fc607cdf30ff8bbf52d2d108965e92e2a84821892040373496d844fe2614cd15b0fd
7
+ data.tar.gz: f18dd707cfddd62595116f88b017174e735a86eea19ddfcf15bd0b16cbf0717f30f5d6b379f4ac83e451fd46f6ee1ef119e9b93646a5f824f63be826a47895d5
@@ -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,12 @@
2
2
 
3
3
  ### Unreleased
4
4
 
5
+ ### [0.0.15] - 2026-03-31
6
+
7
+ - feat: Change ignored vars pattern.
8
+ - chore: Lock rubocop version to one with bugfix https://github.com/rubocop/rubocop/pull/14867
9
+ - chore: Update ruby and node versions.
10
+
5
11
  ### [0.0.14] - 2026-02-10
6
12
 
7
13
  - 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 (0.0.15)
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 = "0.0.15"
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": "0.0.15",
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",
data/rubocop.yml CHANGED
@@ -2,7 +2,7 @@ plugins:
2
2
  - rubocop-performance
3
3
 
4
4
  AllCops:
5
- TargetRubyVersion: 3.4.3
5
+ TargetRubyVersion: 4.0
6
6
  UseCache: true
7
7
  SuggestExtensions: false
8
8
  NewCops: disable
@@ -10,8 +10,8 @@ Gem::Specification.new do |s|
10
10
  s.email = ["team@signomatic.ee"]
11
11
  s.platform = Gem::Platform::RUBY
12
12
 
13
- s.required_ruby_version = ">= 3.4"
14
- s.required_rubygems_version = ">= 3.2"
13
+ s.required_ruby_version = ">= 4.0"
14
+ s.required_rubygems_version = ">= 4.0"
15
15
 
16
16
  s.summary = "Reasonable Rubocop configs."
17
17
  s.homepage = "https://github.com/skyltmax/config"
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
29
29
  end
30
30
  s.require_path = "lib"
31
31
 
32
- s.add_dependency "rubocop", ">= 1.81.0", "< 2", "< 1.84.1" # https://github.com/rubocop/rubocop/pull/14867
32
+ s.add_dependency "rubocop", ">= 1.84.2", "< 2"
33
33
  s.add_dependency "rubocop-performance", ">= 1.26.0", "< 2"
34
34
  s.add_dependency "rubocop-rails", ">= 2.33.0", "< 3"
35
35
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skyltmax_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Signmax AB
@@ -15,26 +15,20 @@ dependencies:
15
15
  requirements:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
- version: 1.81.0
18
+ version: 1.84.2
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
21
  version: '2'
22
- - - "<"
23
- - !ruby/object:Gem::Version
24
- version: 1.84.1
25
22
  type: :runtime
26
23
  prerelease: false
27
24
  version_requirements: !ruby/object:Gem::Requirement
28
25
  requirements:
29
26
  - - ">="
30
27
  - !ruby/object:Gem::Version
31
- version: 1.81.0
28
+ version: 1.84.2
32
29
  - - "<"
33
30
  - !ruby/object:Gem::Version
34
31
  version: '2'
35
- - - "<"
36
- - !ruby/object:Gem::Version
37
- version: 1.84.1
38
32
  - !ruby/object:Gem::Dependency
39
33
  name: rubocop-performance
40
34
  requirement: !ruby/object:Gem::Requirement
@@ -149,14 +143,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
149
143
  requirements:
150
144
  - - ">="
151
145
  - !ruby/object:Gem::Version
152
- version: '3.4'
146
+ version: '4.0'
153
147
  required_rubygems_version: !ruby/object:Gem::Requirement
154
148
  requirements:
155
149
  - - ">="
156
150
  - !ruby/object:Gem::Version
157
- version: '3.2'
151
+ version: '4.0'
158
152
  requirements: []
159
- rubygems_version: 3.6.9
153
+ rubygems_version: 4.0.6
160
154
  specification_version: 4
161
155
  summary: Reasonable Rubocop configs.
162
156
  test_files: []