-
Notifications
You must be signed in to change notification settings - Fork 18
[v2 sync] Update 3rd party deps #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
e9690fe
update sitecore-jss
art-alexeyenko 61b28e4
update jss-react p1
art-alexeyenko dc55a28
update jss-nextjs
art-alexeyenko f046eed
finalize 3rd party
art-alexeyenko f7d0675
fix coverage script in sitecore-jss
art-alexeyenko ac6f744
adjust nock version
art-alexeyenko d166a46
update inquirer
art-alexeyenko 5fff8cf
Revert "update inquirer"
art-alexeyenko e179acb
update mocha in jss-react
art-alexeyenko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "$schema": "https://json.schemastore.org/mocharc.json", | ||
| "spec": ["./src/**/*.test.ts"] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "$schema": "https://json.schemastore.org/mocharc.json", | ||
| "require": "tsx" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,5 +21,5 @@ | |
| "cobertura", | ||
| "text" | ||
| ], | ||
| "require": ["ts-node/register"] | ||
| "import": ["tsx"] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |
| "build": "npm run clean && tsc -p tsconfig.json && tsc -p tsconfig-esm.json", | ||
| "clean": "del-cli dist types", | ||
| "lint": "eslint \"./src/**/*.ts\"", | ||
| "test": "mocha --require ts-node/register \"./src/**/*.test.ts\"", | ||
| "test": "mocha \"./src/**/*.test.ts\"", | ||
| "prepublishOnly": "npm run build", | ||
| "coverage": "nyc npm test", | ||
| "generate-docs": "npx typedoc --plugin typedoc-plugin-markdown --outputFileStrategy Members --parametersFormat table --readme none --out ../../ref-docs/sitecore-jss --entryPoints src/index.ts --entryPoints src/graphql/index.ts --entryPoints src/i18n/index.ts --entryPoints src/layout/index.ts --entryPoints src/media/index.ts --entryPoints src/personalize/index.ts --entryPoints src/site/index.ts --entryPoints src/tracking/index.ts --entryPoints src/utils/index.ts --entryPoints src/editing/index.ts --githubPages false" | ||
|
|
@@ -30,35 +30,35 @@ | |
| "url": "https://github.com/sitecore/jss/issues" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/chai": "^4.2.3", | ||
| "@types/chai-spies": "^1.0.3", | ||
| "@types/chai-string": "^1.4.2", | ||
| "@types/debug": "^4.1.5", | ||
| "@types/memory-cache": "^0.2.1", | ||
| "@types/mocha": "^9.0.0", | ||
| "@types/node": "^22.9.0", | ||
| "@types/chai": "^5.0.1", | ||
| "@types/chai-spies": "^1.0.6", | ||
| "@types/chai-string": "^1.4.5", | ||
| "@types/debug": "^4.1.12", | ||
| "@types/memory-cache": "^0.2.6", | ||
| "@types/mocha": "^10.0.1", | ||
| "@types/node": "^22.12.0", | ||
| "@types/sinon": "^17.0.3", | ||
| "@types/url-parse": "1.4.8", | ||
| "@types/url-parse": "1.4.11", | ||
| "chai": "^4.2.0", | ||
| "chai-spies": "^1.0.0", | ||
| "chai-spies": "^1.1.0", | ||
| "chai-string": "^1.5.0", | ||
| "del-cli": "^5.0.0", | ||
| "del-cli": "^6.0.0", | ||
| "eslint": "^8.56.0", | ||
| "eslint-plugin-jsdoc": "48.7.0", | ||
| "mocha": "^10.2.0", | ||
| "mocha": "^11.1.0", | ||
| "nock": "14.0.0-beta.7", | ||
art-alexeyenko marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "nyc": "^15.1.0", | ||
| "sinon": "^17.0.1", | ||
| "ts-node": "^8.4.1", | ||
| "tslib": "^1.10.0", | ||
| "typescript": "~5.6.3" | ||
| "nyc": "^17.1.0", | ||
| "sinon": "^19.0.2", | ||
| "tslib": "^2.8.1", | ||
| "tsx": "^4.19.2", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I replace ts-node with |
||
| "typescript": "~5.7.3" | ||
| }, | ||
| "dependencies": { | ||
| "debug": "^4.3.1", | ||
| "graphql": "^16.5.0", | ||
| "graphql-request": "^4.2.0", | ||
| "debug": "^4.4.0", | ||
| "graphql": "^16.10.0", | ||
| "graphql-request": "^6.1.0", | ||
| "memory-cache": "^0.2.0", | ||
| "url-parse": "^1.5.9" | ||
| "url-parse": "^1.5.10" | ||
| }, | ||
| "description": "", | ||
| "types": "types/index.d.ts", | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.