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

DRAFT PNPM 6 #4945

Closed
wants to merge 38 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
9e1dac4
big commit pnpm
Oct 12, 2023
03d2f1a
syn with master
Oct 12, 2023
de2c965
add warn pnpm
Oct 12, 2023
160eaf7
fix
Oct 12, 2023
5654709
fix: build icons
jmfrancois Oct 12, 2023
3bd4e96
chore: remove enzyme and fix some lint
jmfrancois Oct 12, 2023
c72ba53
fix: prettier
jmfrancois Oct 12, 2023
9528a05
chore: lint forms
jmfrancois Oct 12, 2023
d104543
chore: CI on pnpm
jmfrancois Oct 12, 2023
2b87eee
chore: CI use pnpm everywhere
jmfrancois Oct 12, 2023
d4250ea
chore: remove cache-loader deprecated webpack plugin
jmfrancois Oct 12, 2023
930d566
npmrc + remove @talend/scripts-config-babel
Oct 12, 2023
32e236c
chore: add typescript config devDep for VSCode
jmfrancois Oct 12, 2023
7ed6a6a
Merge branch 'smouillour/fix/TDOPS-5327-pnpm' of github.com:Talend/ui…
jmfrancois Oct 12, 2023
fd29e1c
revert
Oct 12, 2023
c1b527b
add "@talend/scripts-config-typescript": "^11.1.0" in package having …
Oct 12, 2023
3313a64
add @talend/scripts-config-babel in each package with babel file
Oct 12, 2023
19c72e7
fix import testing-library
Oct 12, 2023
bb9e680
a11n add compiler option with type jest
Oct 12, 2023
e5d894a
add compiler option in http to add type jest
Oct 12, 2023
092b39d
fix package util adding type lodash
Oct 12, 2023
8cf2480
try to fix issue with jsfc (missing babel-loader)
Oct 12, 2023
fd58ec4
revert change made on jsfc
Oct 12, 2023
6749610
remove babel-loader to config-react-webpack and add it (+add webapp) …
Oct 12, 2023
7459b77
Merge 67496107ffbb4cabcc41b97ac4e16ee7968c12e9 into cd04f75e88298e9b8…
smouillour Oct 12, 2023
527af9c
chore: pnpm-deduplicate
github-actions[bot] Oct 12, 2023
9001885
remove yarn in tool-versions
Oct 12, 2023
4e7be57
change way to call webpack in build-lib-umd
Oct 12, 2023
8b6656e
try something to inprove findPackagesFromScopeFolder for PNPM
Oct 12, 2023
c2acf07
DRAFT PNPM 2(#4932)
smouillour Oct 13, 2023
9bc0d00
fix lockfile
Oct 13, 2023
f305cfb
More fixes (#4934)
smouillour Oct 17, 2023
813cdca
DRAFT PNPM 5 (more fixes) (#4938)
smouillour Oct 19, 2023
89ed2f3
Merge 813cdcacde6cbf5907dbab2275cf31436f0121e1 into 6efd54301e87eff51…
smouillour Oct 19, 2023
46de8a2
chore: pnpm-deduplicate
github-actions[bot] Oct 19, 2023
1c97306
Merge with master and manage conflict
Oct 19, 2023
27f728b
fixes after merge
Oct 19, 2023
08fb9f9
Fix script-config-jest + remove not necessary mock in packages
Oct 20, 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
Prev Previous commit
Next Next commit
fix
  • Loading branch information
smouillour committed Oct 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 160eaf78c4893c0e0e0aae15a214d0270a25a19d
2 changes: 1 addition & 1 deletion tools/cypress-api-mock-plugin/commands.js
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ export function installApiMockCommands(options = {}) {

if (recordMode) {
Cypress.Commands.add('beforeApiMock', (opt = {}) => {
cy.recordHar({ opt });
cy.recordHar({ options: opt });
});

Cypress.Commands.add('afterApiMock', (opt = {}) => {