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

TG-1022 Pact dependency upgrade #75

Merged
merged 25 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
74887bb
TG-1060 Upgrade images
Jan 10, 2024
9565231
Configure healthcheck endpoint rewrite path
trottomv Jan 10, 2024
f95636b
Update debian images version and improve cypress docker envs
Jan 10, 2024
84bc941
Fix README typo
trottomv Jan 10, 2024
7232aea
Merge pull request #61 from 20tab/fix/readme-typo
trottomv Jan 10, 2024
5878353
Fix import
trottomv Jan 10, 2024
0296d5a
Add healthcheck tests
trottomv Jan 10, 2024
804c03a
Merge pull request #59 from 20tab/feature/1024-docker-images-upgrade
lucaspinosi Jan 10, 2024
37c27b8
Merge pull request #60 from 20tab/feature/964-expose-healthcheck-endp…
trottomv Jan 10, 2024
3b3b15f
TG-1012 Upgrade to Python 3.12 (#50)
niccolomineo Jan 10, 2024
655ba48
TG-1051 Upgrade dependencies
Jan 11, 2024
dce2186
TG-1051 Change pact version
Jan 11, 2024
4a8d2b1
Restore project name
Jan 11, 2024
98b346c
Set the dependencies version as those used in the last project
Jan 12, 2024
1f067c7
Fix e2e package.json script
Jan 12, 2024
a76200a
Restore package.json scripts
Jan 12, 2024
8edd13b
Merge pull request #62 from 20tab/feature/1022-dependencies-upgrade
lucaspinosi Jan 12, 2024
bcdf7c5
TG-1051 Upgrade cypress and fix package.json scripts
Jan 12, 2024
b489f6b
Restore project name
Jan 12, 2024
176c1b9
Merge branch 'main' of github.com:20tab/nextjs-continuous-delivery in…
trottomv Jan 15, 2024
268ba3d
TG-1051 Update package.lock
Jan 15, 2024
d655066
TG-1051 Upgrade pact dependency
Jan 15, 2024
d93196f
Restore project name
Jan 15, 2024
e05c3ac
Update cypress script env
Jan 15, 2024
66966b3
Merge branch 'main' into feature/1022-pact-dependency-upgrade
trottomv Jan 16, 2024
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
2 changes: 1 addition & 1 deletion {{cookiecutter.project_dirname}}/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"webpack": "^5.88.2"
},
"optionalDependencies": {
"@pact-foundation/pact": "^10.3.1",
"@pact-foundation/pact": "^11.0.2",
"cypress": "^12.17.4"
}
}
12 changes: 6 additions & 6 deletions {{cookiecutter.project_dirname}}/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@pact-foundation/pact-core@^13.13.3":
"@pact-foundation/pact-core@^13.13.5":
version "13.15.0"
resolved "https://registry.yarnpkg.com/@pact-foundation/pact-core/-/pact-core-13.15.0.tgz#a2a0b42cf5b9175abf9054a9a1b8f04c7c31dbc4"
integrity sha512-xI4CSG7pFRyRvuiFW9enlAkmy2CcnFDBfdhRssqwEsEYdF0lJ+L+CMTkixy+nOBLLvVnaG71evZu+ibtXBt5/Q==
Expand All @@ -768,12 +768,12 @@
underscore "1.12.1"
unixify "1.0.0"

"@pact-foundation/pact@^10.3.1":
version "10.4.1"
resolved "https://registry.yarnpkg.com/@pact-foundation/pact/-/pact-10.4.1.tgz#5931209045427b472a6bf9b9b7cc95069b73f263"
integrity sha512-L+i8V4m+p8HnMvkx2pKJAeITNmpyO2E+e8Ds90eJG9ud3h/h4jRyR0FTJGcz53QJcvi1PBubxAJCb9y4esqbeA==
"@pact-foundation/pact@^11.0.2":
version "11.0.2"
resolved "https://registry.yarnpkg.com/@pact-foundation/pact/-/pact-11.0.2.tgz#cc091a3e9d97c952b6c0e67bdee49be0418b9d2a"
integrity sha512-ki2pV4ZMOOPTi+vFlsODlvaLFfPxwtNFuFWyZjD9yyftwrbAlneuBSKQALyHJpY6Nmr2YU76dwWNmsWiFXwVCw==
dependencies:
"@pact-foundation/pact-core" "^13.13.3"
"@pact-foundation/pact-core" "^13.13.5"
"@types/express" "^4.17.11"
axios "^0.27.2"
body-parser "^1.20.0"
Expand Down