@startinblox/boilerplate 6.0.1 → 6.0.3

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.
package/.gitlab-ci.yml CHANGED
@@ -36,13 +36,19 @@ prepare:
36
36
 
37
37
  test:
38
38
  stage: test
39
- image:
39
+ image:
40
40
  name: cypress/included:15.10.0
41
41
  entrypoint: [""]
42
42
  before_script:
43
43
  - npm ci --cache .npm --prefer-offline
44
44
  script:
45
45
  - npm run cy:run
46
+ artifacts:
47
+ when: on_failure
48
+ paths:
49
+ - cypress/screenshots/
50
+ - cypress/videos/
51
+ expire_in: 7 days
46
52
  except:
47
53
  - tags
48
54
  tags:
package/biome.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "root": false,
3
- "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
3
+ "$schema": "https://biomejs.dev/schemas/2.4.2/schema.json",
4
4
  "vcs": {
5
5
  "enabled": true,
6
6
  "clientKind": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startinblox/boilerplate",
3
- "version": "6.0.1",
3
+ "version": "6.0.3",
4
4
  "description": "Startin'blox Boilerplate",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -67,7 +67,7 @@
67
67
  "last 2 Chrome versions"
68
68
  ],
69
69
  "dependencies": {
70
- "@inquirer/prompts": "^8.2.0",
70
+ "@inquirer/prompts": "^8.2.1",
71
71
  "@lit/localize": "^0.12.2",
72
72
  "@lit/task": "^1.0.3",
73
73
  "autoprefixer": "^10.4.24",
@@ -82,11 +82,11 @@
82
82
  },
83
83
  "devDependencies": {
84
84
  "@lit/localize-tools": "^0.8.1",
85
- "@storybook/addon-docs": "^10.2.8",
86
- "@storybook/web-components-vite": "^10.2.8",
85
+ "@storybook/addon-docs": "^10.2.10",
86
+ "@storybook/web-components-vite": "^10.2.10",
87
87
  "cypress": "^15.10.0",
88
88
  "cypress-ct-lit": "^1.0.0",
89
89
  "lorem-ipsum": "^2.0.8",
90
- "storybook": "^10.2.8"
90
+ "storybook": "^10.2.10"
91
91
  }
92
92
  }