@eejit/prettier-config 3.6.0 → 3.6.1

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/bun.lock CHANGED
@@ -5,7 +5,7 @@
5
5
  "": {
6
6
  "name": "@eejit/prettier-config",
7
7
  "dependencies": {
8
- "prettier": "^3.7.3",
8
+ "prettier": "^3.7.4",
9
9
  "prettier-plugin-css-order": "^2.1.2",
10
10
  "prettier-plugin-organize-imports": "^4.3.0",
11
11
  "prettier-plugin-packagejson": "^2.5.20",
@@ -39,7 +39,7 @@
39
39
 
40
40
  "postcss-scss": ["postcss-scss@4.0.9", "", { "peerDependencies": { "postcss": "^8.4.29" } }, "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A=="],
41
41
 
42
- "prettier": ["prettier@3.7.3", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg=="],
42
+ "prettier": ["prettier@3.7.4", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA=="],
43
43
 
44
44
  "prettier-plugin-css-order": ["prettier-plugin-css-order@2.1.2", "", { "dependencies": { "css-declaration-sorter": "^7.1.1", "postcss-less": "^6.0.0", "postcss-scss": "^4.0.9" }, "peerDependencies": { "prettier": "3.x" } }, "sha512-vomxPjHI6pOMYcBuouSJHxxQClJXaUpU9rsV9IAO2wrSTZILRRlrxAAR8t9UF6wtczLkLfNRFUwM+ZbGXOONUA=="],
45
45
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@eejit/prettier-config",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "repository": "github:Eejit43/prettier-config",
5
5
  "dependencies": {
6
- "prettier": "^3.7.3",
6
+ "prettier": "^3.7.4",
7
7
  "prettier-plugin-css-order": "^2.1.2",
8
8
  "prettier-plugin-organize-imports": "^4.3.0",
9
9
  "prettier-plugin-packagejson": "^2.5.20"
@@ -1,15 +0,0 @@
1
- on:
2
- push:
3
- branches: main
4
- permissions:
5
- id-token: write # Required for OIDC
6
- contents: read
7
- jobs:
8
- publish:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - uses: actions/checkout@v6
12
- - uses: actions/setup-node@v6
13
- with:
14
- node-version: 'lts/*'
15
- - uses: JS-DevTools/npm-publish@v4
package/CODEOWNERS DELETED
@@ -1 +0,0 @@
1
- * @Eejit43
package/renovate.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["local>Eejit43/renovate-config"]
4
- }