@accelint/biome-config 1.0.1 → 1.0.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 +8 -0
- package/catalog-info.yaml +2 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @accelint/biome-config
|
|
2
2
|
|
|
3
|
+
## 1.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0d697fa: Fixed definitions in package files for longhand repository definitions, while disabling the option in syncpack that changed it.
|
|
8
|
+
- f99f294: Updated syncpack and realigned all packages for dependency versions
|
|
9
|
+
- 935b8e5: Updated the package names in the Constellation configuration file.
|
|
10
|
+
|
|
3
11
|
## 1.0.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/catalog-info.yaml
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
apiVersion: backstage.io/v1alpha1
|
|
3
3
|
kind: Component
|
|
4
4
|
metadata:
|
|
5
|
-
name:
|
|
5
|
+
name: accelint_biome-config
|
|
6
6
|
title: Biome Configuration
|
|
7
7
|
description: The shared Biome configuration used across Accelint projects.
|
|
8
8
|
annotations:
|
|
9
9
|
backstage.io/edit-url: https://github.com/gohypergiant/standard-toolkit/blob/main/tooling/biome-config/catalog-info.yaml
|
|
10
10
|
backstage.io/techdocs-ref: dir:.
|
|
11
|
-
package/version: 1.0.
|
|
11
|
+
package/version: 1.0.2
|
|
12
12
|
github.com/project-slug: gohypergiant/standard-toolkit
|
|
13
13
|
links:
|
|
14
14
|
- url: https://github.com/gohypergiant/standard-toolkit/tree/main/tooling/biome-config
|
package/package.json
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
+
"$schema": "https://json.schemastore.org/package",
|
|
2
3
|
"name": "@accelint/biome-config",
|
|
3
4
|
"title": "Biome Configuration",
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"description": "The shared Biome configuration used across Accelint projects.",
|
|
6
|
+
"author": "https://hypergiant.com",
|
|
7
|
+
"owner": "default/pathfinder",
|
|
7
8
|
"keywords": [
|
|
8
9
|
"dev-tk",
|
|
9
10
|
"tooling"
|
|
10
11
|
],
|
|
11
|
-
"
|
|
12
|
+
"subPath": "tooling/biome-config",
|
|
13
|
+
"version": "1.0.2",
|
|
14
|
+
"private": false,
|
|
15
|
+
"license": "Apache-2.0",
|
|
12
16
|
"repository": {
|
|
13
17
|
"type": "git",
|
|
14
18
|
"url": "https://github.com/gohypergiant/standard-toolkit"
|
|
15
19
|
},
|
|
16
|
-
"owner": "default/pathfinder",
|
|
17
|
-
"subPath": "tooling/biome-config",
|
|
18
20
|
"type": "module",
|
|
19
21
|
"files": [
|
|
20
22
|
"./analyzer.json",
|
|
@@ -30,8 +32,6 @@
|
|
|
30
32
|
"./formatter": "./formatter.json",
|
|
31
33
|
"./linter": "./linter.json"
|
|
32
34
|
},
|
|
33
|
-
"$schema": "https://json.schemastore.org/package",
|
|
34
|
-
"author": "https://hypergiant.com",
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|