stable
Clone or download
Read-only
Replace relative import of the copy-to-clipboard custom element with a package import
Part of request #26381: Prevent relative imports outside of a package Change-Id: I6cc7b61119cb3434d5d600553fa50e717ef669ab
Modified Files
Name | ||||
---|---|---|---|---|
A | lib/frontend/copy-to-clipboard/.gitignore | +1 | −0 | Go to diff View file |
R | src/scripts/tuleap/custom-elements/copy-to-clipboard/README.md | Go to diff View file | ||
A | lib/frontend/copy-to-clipboard/jest.config.js | +26 | −0 | Go to diff View file |
A | lib/frontend/copy-to-clipboard/package.json | +25 | −0 | Go to diff View file |
A | lib/frontend/copy-to-clipboard/pnpm-lock.yaml | +7 | −0 | Go to diff View file |
R | src/scripts/tuleap/custom-elements/copy-to-clipboard/clipboard.ts | Go to diff View file | ||
R | src/scripts/tuleap/custom-elements/copy-to-clipboard/copy-to-clipboard-element.test.ts | Go to diff View file | ||
R | src/scripts/tuleap/custom-elements/copy-to-clipboard/copy-to-clipboard-element.ts | Go to diff View file | ||
R | src/scripts/tuleap/custom-elements/copy-to-clipboard/index.ts | Go to diff View file | ||
A | lib/frontend/copy-to-clipboard/tsconfig.json | +8 | −0 | Go to diff View file |
A | lib/frontend/copy-to-clipboard/vite.config.ts | +32 | −0 | Go to diff View file |
M | plugins/oauth2_server/package.json | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/pnpm-lock.yaml | +2 | −2 | Go to diff View file |
M | plugins/oauth2_server/scripts/src/administration.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/package.json | +1 | −0 | Go to diff View file |
M | plugins/tracker/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/tracker/scripts/artifact/tracker-email-copy-paste-bp.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/artifact/tracker-email-copy-paste-fp.ts | +1 | −1 | Go to diff View file |
M | src/package.json | +1 | −0 | Go to diff View file |
M | src/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | src/scripts/account/keys-tokens.ts | +1 | −1 | Go to diff View file |