Skip to content
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

feat: update jest version to 29 #1983

Merged
merged 23 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f43f383
fix: add scss sample subapp v2
May 24, 2023
e9e2126
fix(subappv2): resolve babel runtime dependency
May 31, 2023
0a01e30
fix(subappv2): resolve babel runtime dependency
May 31, 2023
5ace5f7
fix(subappv2): resolve test case failure issue
Jun 2, 2023
17a63fa
fix(subappv2): resolve test case failure issue
Jun 2, 2023
7347c36
chore: update changelog
Jun 3, 2023
709c46b
chore: resolve pnpm-lock.yml conflicts
Jun 3, 2023
c36f492
fix(conflict): merge conflict
shubham2811 Jul 6, 2023
8625b60
fix(conflict): fix conflict
shubham2811 Jul 18, 2023
fbe0cf0
fix(CEECORE-4406): replace request with axios
shubham2811 Jul 18, 2023
06842fc
fix(snyk): replace request package with node-fetch in subapp-web
shubham2811 Jul 19, 2023
a78130e
fix(snyk): replace request package with node-fetch in subapp-web
shubham2811 Jul 19, 2023
3eba58a
fix(snyk): replace request package with node-fetch in subapp-web
shubham2811 Jul 19, 2023
412119f
fix(chore): update changelog
shubham2811 Jul 20, 2023
3a26ca6
Merge branch 'master' of github.com:electrode-io/electrode
shubham2811 Jul 25, 2023
59ad7f5
Merge branch 'master' of github.com:electrode-io/electrode
shubham2811 Aug 9, 2023
69f8a5c
feat: jest version update to latest 29
shubham2811 Aug 9, 2023
fb3a882
fix: update changelog
shubham2811 Aug 9, 2023
c58566c
fix: build error
shubham2811 Aug 9, 2023
2069987
fix: test cases break fix
shubham2811 Aug 10, 2023
03cd76e
fix: build error
shubham2811 Aug 10, 2023
6da4af5
fix: test cases
shubham2811 Aug 10, 2023
d5f67d0
fix(conflict): resolve conflict
shubham2811 Oct 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions common/changes/@xarc/app-dev/CEECORE-4463_2023-08-09-18-38.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@xarc/app-dev",
"comment": "update jest config testUrl to testEnvironmentOptions.url",
"type": "none"
}
],
"packageName": "@xarc/app-dev"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@xarc/opt-jest",
"comment": "update jest version to 29",
"type": "major"
}
],
"packageName": "@xarc/opt-jest"
}
Loading
Loading