@forge/util

2.0.12.0.1-experimental-7890858
packages/ari/package.json
~packages/ari/package.jsonModified
+34−24
Index: package/packages/ari/package.json
===================================================================
--- package/packages/ari/package.json
+++ package/packages/ari/package.json
@@ -1,7 +1,7 @@
 {
   "name": "ari",
-  "version": "2.480.0",
+  "version": "2.656.0",
   "config": {
     "registry": "atlassian"
   },
   "description": "The official ARI TypeScript library, for creating, parsing and working with ARIs ✨",
@@ -23,47 +23,57 @@
     "package.json",
     "README.md"
   ],
   "devDependencies": {
-    "@microsoft/api-extractor": "^7.38.3",
-    "@sucrase/jest-plugin": "^2.2.0",
-    "@types/fs-extra": "^9.0.13",
-    "@types/jest": "^27.0.2",
-    "@types/js-yaml": "^4.0.4",
-    "@types/lodash.flatten": "^4.4.6",
+    "@eslint/js": "^9.39.1",
+    "@microsoft/api-extractor": "^7.54.0",
+    "@sucrase/jest-plugin": "^3.0.0",
+    "@types/fs-extra": "^11.0.4",
+    "@types/jest": "^30.0.0",
+    "@types/js-yaml": "^4.0.9",
+    "@types/lodash.flatten": "^4.4.9",
     "@types/lodash.snakecase": "^4.1.9",
-    "@typescript-eslint/eslint-plugin": "^5.2.0",
-    "@typescript-eslint/parser": "^5.2.0",
-    "eslint": "^8.1.0",
-    "eslint-config-prettier": "^8.3.0",
+    "@typescript-eslint/eslint-plugin": "^8.46.4",
+    "@typescript-eslint/parser": "^8.46.4",
+    "eslint": "^9.39.1",
+    "eslint-config-prettier": "^10.1.8",
+    "eslint-import-resolver-typescript": "^4.4.4",
     "eslint-plugin-filenames": "^1.3.2",
-    "eslint-plugin-import": "^2.25.2",
-    "eslint-plugin-prettier": "^4.0.0",
-    "fs-extra": "^10.0.0",
-    "jest": "^27.3.1",
+    "eslint-plugin-import": "^2.32.0",
+    "eslint-plugin-jest": "^29.1.0",
+    "eslint-plugin-prettier": "^5.5.4",
+    "fs-extra": "^11.3.2",
+    "globals": "^16.5.0",
+    "jest": "^30.2.0",
+    "jiti": "^2.6.1",
     "js-yaml": "^4.1.0",
     "lodash.flatten": "^4.4.0",
     "lodash.snakecase": "^4.1.1",
-    "prettier": "^2.4.1",
-    "simple-statistics": "^7.7.0",
-    "ts-morph": "^12.0.0",
-    "ts-node": "^10.4.0",
-    "ts-node-dev": "^1.1.8",
-    "tsup": "^8.0.1",
-    "typescript": "^4.4.4"
+    "prettier": "^3.6.2",
+    "simple-statistics": "^7.8.8",
+    "ts-morph": "^27.0.2",
+    "ts-node": "^10.9.2",
+    "ts-node-dev": "^2.0.0",
+    "tsup": "^8.5.0",
+    "typescript": "^5.9.0",
+    "typescript-eslint": "^8.46.4"
   },
   "scripts": {
     "codegen:clear": "yarn ts-node scripts/pre-codegen.ts",
     "codegen": "yarn codegen:clear && yarn ts-node scripts/codegen/generators && yarn lint:fix",
-    "lint": "eslint --ext .ts,.tsx,.json ./",
-    "lint:fix": "eslint --fix --ext .ts,.tsx,.json ./",
+    "lint": "eslint .",
+    "lint:fix": "eslint --fix .",
     "build": "echo 'building' && rm -rf dist/ && node --max_old_space_size=8192 ./node_modules/.bin/tsup && yarn ts-node scripts/post-build.ts",
     "test": "yarn jest",
     "test:perf": "yarn jest -c jest.config.perf.ts",
     "publish:npm": "yarn build && cd dist/ && npm publish",
     "publish:local": "cd dist/ && yalc publish"
   },
   "sideEffects": false,
+  "packageManager": "[email protected]",
+  "engines": {
+    "node": ">=20.0.0"
+  },
   "exports": {
     ".": {
       "require": "./index.js",
       "import": "./index.mjs",