Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4449679

Browse files
committedOct 17, 2024··
⬆️ Re-upgrade some deps
1 parent 235cca2 commit 4449679

File tree

2 files changed

+632
-513
lines changed

2 files changed

+632
-513
lines changed
 

‎package-lock.json

+624-506
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"lint:fix": "npm run lint:tests -- --fix && npm run lint:examples -- --fix && npm run lint:src:agile -- --fix && npm run lint:src:clients -- --fix && npm run lint:src:services -- --fix && npm run lint:src:version2 -- --fix && npm run lint:src:version3 -- --fix && npm run lint:src:serviceDesk -- --fix && npm run lint:src:files -- --fix",
3737
"doc": "typedoc --name \"Jira.js - Jira Cloud API library\" --out docs ./src/index.ts --plugin typedoc-plugin-extras --footerDate --footerTime --footerTypedocVersion --favicon https://svgshare.com/i/bHF.svg",
3838
"test": "npm run test:unit && npm run test:integration",
39-
"test:unit": "vitest tests/unit --maxWorkers=8 --sequence.concurrent",
40-
"test:integration": "vitest --bail=1 --no-file-parallelism --max-concurrency 1 tests/integration",
39+
"test:unit": "vitest run tests/unit --maxWorkers=8 --sequence.concurrent",
40+
"test:integration": "vitest run tests/integration --bail=1 --no-file-parallelism --max-concurrency 1 -c vitest.config.mts --hookTimeout 100000 --testTimeout 100000",
4141
"replace:all": "npm run replace:permissions:version2 && npm run replace:permissions:version3 && npm run replace:pagination:version2 && npm run replace:pagination:version3 && npm run replace:async:version2 && npm run replace:async:version3 && npm run replace:expansion:version2 && npm run replace:expansion:version3 && npm run replace:ordering:version2 && npm run replace:ordering:version3 && npm run replace:groupMember:version2 && npm run replace:workflowPaginated:version2",
4242
"replace:permissions:version2": "grep -rl \"(#permissions)\" ./src/version2 | xargs sed -i '' 's/(#permissions)/(https:\\/\\/developer.atlassian.com\\/cloud\\/jira\\/platform\\/rest\\/v2\\/intro\\/#permissions)/g'",
4343
"replace:permissions:version3": "grep -rl \"(#permissions)\" ./src/version3 | xargs sed -i '' 's/(#permissions)/(https:\\/\\/developer.atlassian.com\\/cloud\\/jira\\/platform\\/rest\\/v3\\/intro\\/#permissions)/g'",
@@ -70,11 +70,12 @@
7070
"prettier": "^3.3.3",
7171
"prettier-plugin-jsdoc": "^1.3.0",
7272
"rollup": "^4.18.0",
73-
"sinon": "^18.0.0",
74-
"typedoc": "^0.25.13",
75-
"typedoc-plugin-extras": "^3.0.0",
76-
"typescript": "^5.4.5",
77-
"vitest": "^1.6.0"
73+
"sinon": "^19.0.2",
74+
"typedoc": "^0.26.10",
75+
"typedoc-plugin-extras": "^3.1.0",
76+
"typescript": "^5.6.3",
77+
"vite-tsconfig-paths": "^5.0.1",
78+
"vitest": "^2.1.3"
7879
},
7980
"dependencies": {
8081
"axios": "^1.7.7",

0 commit comments

Comments
 (0)
Please sign in to comment.