@effect-app/eslint-shared-config 0.5.0 → 0.5.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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @effect-app/eslint-shared-config
2
2
 
3
+ ## 0.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 6a8546b: bump dprint plugin
8
+ - @effect-app/eslint-codegen-model@1.47.0
9
+
10
+ ## 0.5.1
11
+
12
+ ### Patch Changes
13
+
14
+ - 2c0dc9d: patch fix?
15
+ - @effect-app/eslint-codegen-model@1.47.0
16
+
3
17
  ## 0.5.0
4
18
 
5
19
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ben_12/eslint-plugin-dprint",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "description": "An ESLint plugin that fixes code with dprint",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -17,7 +17,7 @@
17
17
  "@dprint/toml": "^0.7.0",
18
18
  "@dprint/typescript": "^0.95.13",
19
19
  "dprint-plugin-graphql": "^0.2.3",
20
- "dprint-plugin-malva": "^0.15.1",
20
+ "dprint-plugin-malva": "^0.15.2",
21
21
  "dprint-plugin-markup": "^0.25.3",
22
22
  "dprint-plugin-yaml": "^0.6.0",
23
23
  "eslint": ">=7.0.0"
@@ -71,7 +71,7 @@
71
71
  "@typescript-eslint/eslint-plugin": "^8.0.0",
72
72
  "axios": "^1.7.9",
73
73
  "dprint-plugin-graphql": "^0.2.3",
74
- "dprint-plugin-malva": "^0.15.1",
74
+ "dprint-plugin-malva": "^0.15.2",
75
75
  "dprint-plugin-markup": "^0.25.3",
76
76
  "dprint-plugin-yaml": "^0.6.0",
77
77
  "eslint": "^9.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/eslint-shared-config",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "Shared flat ESLint base & vue configs for effect-app monorepo",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -22,7 +22,7 @@
22
22
  "eslint-plugin-codegen": "0.17.0",
23
23
  "eslint-plugin-sort-destructure-keys": "2.0.0",
24
24
  "eslint-plugin-unused-imports": "4.3.0",
25
- "@ben_12/eslint-plugin-dprint": "1.14.0",
25
+ "@ben_12/eslint-plugin-dprint": "1.14.1",
26
26
  "eslint-plugin-formatjs": "6.1.0",
27
27
  "@vue/eslint-config-typescript": "14.6.0",
28
28
  "typescript-eslint": "8.53.0",