rflib-plugin 0.11.0 → 0.11.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/oclif.lock CHANGED
@@ -6874,10 +6874,10 @@ prettier@^2.8.8:
6874
6874
  resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
6875
6875
  integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
6876
6876
 
6877
- prettier@^3.5.3:
6878
- version "3.5.3"
6879
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
6880
- integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==
6877
+ prettier@^3.6.2:
6878
+ version "3.6.2"
6879
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.2.tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393"
6880
+ integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==
6881
6881
 
6882
6882
  pretty-quick@^3.3.1:
6883
6883
  version "3.3.1"
@@ -8139,10 +8139,10 @@ typedoc@^0.26.5:
8139
8139
  shiki "^1.16.2"
8140
8140
  yaml "^2.5.1"
8141
8141
 
8142
- "typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4, typescript@^5.8.3:
8143
- version "5.8.3"
8144
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
8145
- integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
8142
+ "typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4, typescript@^5.9.3:
8143
+ version "5.9.3"
8144
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
8145
+ integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
8146
8146
 
8147
8147
  typescript@~5.4.2:
8148
8148
  version "5.4.5"
@@ -428,5 +428,5 @@
428
428
  ]
429
429
  }
430
430
  },
431
- "version": "0.11.0"
431
+ "version": "0.11.1"
432
432
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "rflib-plugin",
3
3
  "description": "Utility commands to help with the adoption of the RFLIB open-source library for Salesforce.",
4
- "version": "0.11.0",
4
+ "version": "0.11.1",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^4",
7
7
  "@salesforce/core": "^8",
8
8
  "@salesforce/sf-plugins-core": "^12",
9
9
  "@types/xml2js": "^0.4.14",
10
- "prettier": "^3.5.3",
10
+ "prettier": "^3.6.2",
11
11
  "prettier-plugin-apex": "^2.2.6",
12
12
  "wireit": "^0.14.12",
13
13
  "xml2js": "^0.6.2"
@@ -27,7 +27,7 @@
27
27
  "source-map-support": "^0.5.21",
28
28
  "ts-node": "^10.9.2",
29
29
  "tsconfig-paths": "^4.2.0",
30
- "typescript": "^5.8.3"
30
+ "typescript": "^5.9.3"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">=18.0.0"