@mixtint/primer-view-components 0.75.1 → 0.75.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mixtint/primer-view-components",
3
- "version": "0.75.1",
3
+ "version": "0.75.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -48,55 +48,56 @@
48
48
  "dependencies": {
49
49
  "@github/auto-check-element": "^6.0.0",
50
50
  "@github/auto-complete-element": "^3.8.0",
51
- "@github/catalyst": "^1.6.0",
51
+ "@github/catalyst": "^1.7.0",
52
52
  "@github/clipboard-copy-element": "^1.3.0",
53
- "@github/details-menu-element": "^1.0.12",
53
+ "@github/details-menu-element": "^1.0.13",
54
54
  "@github/image-crop-element": "^5.0.0",
55
- "@github/include-fragment-element": "^6.3.0",
56
- "@github/relative-time-element": "^4.0.0",
55
+ "@github/include-fragment-element": "^6.4.1",
56
+ "@github/relative-time-element": "^4.5.0",
57
57
  "@github/remote-input-element": "^0.4.0",
58
- "@github/tab-container-element": "^3.1.2",
58
+ "@github/tab-container-element": "^3.4.0",
59
59
  "@oddbird/popover-polyfill": "^0.5.2",
60
- "@primer/behaviors": "^1.3.4",
60
+ "@primer/behaviors": "^1.8.3",
61
61
  "@primer/live-region-element": "^0.8.0"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@primer/primitives": "10.x || 11.x"
65
65
  },
66
66
  "devDependencies": {
67
- "@changesets/changelog-github": "^0.5.0",
68
- "@changesets/cli": "^2.24.1",
67
+ "@changesets/changelog-github": "^0.5.1",
68
+ "@changesets/cli": "^2.29.7",
69
69
  "@github/axe-github": "^0.7.0",
70
70
  "@github/browserslist-config": "^1.0.0",
71
71
  "@github/markdownlint-github": "^0.8.0",
72
72
  "@github/prettier-config": "0.0.6",
73
- "@playwright/test": "^1.49.1",
73
+ "@playwright/test": "^1.56.1",
74
74
  "@primer/css": "22.0.2",
75
- "@primer/stylelint-config": "^13.1.1",
76
- "@rollup/plugin-node-resolve": "^16.0.1",
77
- "@rollup/plugin-typescript": "^8.3.3",
78
- "axe-core": "^4.7.1",
75
+ "@primer/stylelint-config": "^13.4.0",
76
+ "@rollup/plugin-node-resolve": "^16.0.3",
77
+ "@rollup/plugin-typescript": "^8.5.0",
78
+ "axe-core": "^4.11.0",
79
79
  "chokidar-cli": "^3.0.0",
80
- "cssnano": "^7.0.1",
81
- "eslint": "^9.10.0",
80
+ "css-what": "^7.0.0",
81
+ "cssnano": "^7.1.1",
82
+ "eslint": "^9.38.0",
82
83
  "eslint-plugin-github": "^6.0.0",
83
- "glob": "^11.0.2",
84
+ "glob": "^11.0.3",
84
85
  "markdownlint-cli2": "^0.18.1",
85
- "mocha": "^11.0.1",
86
- "playwright": "^1.49.1",
87
- "postcss": "^8.4.16",
88
- "postcss-cli": "^11.0.0",
89
- "postcss-import": "^16.0.0",
86
+ "mocha": "^11.7.4",
87
+ "playwright": "^1.56.1",
88
+ "postcss": "^8.5.6",
89
+ "postcss-cli": "^11.0.1",
90
+ "postcss-import": "^16.1.1",
90
91
  "postcss-mixins": "^12.1.2",
91
- "postcss-preset-env": "^10.0.2",
92
- "prettier": "^3.3.2",
93
- "rollup": "^2.79.1",
92
+ "postcss-preset-env": "^10.4.0",
93
+ "prettier": "^3.6.2",
94
+ "rollup": "^2.79.2",
94
95
  "rollup-plugin-terser": "^7.0.2",
95
96
  "stylelint-actions-formatters": "^16.3.1",
96
- "tslib": "^2.4.0",
97
- "typescript": "^5.2.2",
98
- "vite": "^6.2.5",
99
- "vite-plugin-ruby": "^5.1.0"
97
+ "tslib": "^2.8.1",
98
+ "typescript": "^5.9.3",
99
+ "vite": "^6.4.1",
100
+ "vite-plugin-ruby": "^5.1.1"
100
101
  },
101
102
  "prettier": "@github/prettier-config",
102
103
  "browserslist": "extends @github/browserslist-config"