stable
Clone or download
Read-only
Replace relative import of the "autocomplete for select2" script with a package import
Part of request #26381: Prevent relative imports outside of a package Change-Id: Iac8b87d1766991fa29fed6e2e21f1503eb03f302
Modified Files
Name | ||||
---|---|---|---|---|
A | lib/frontend/autocomplete-for-select2/.gitignore | +1 | −0 | Go to diff View file |
A | lib/frontend/autocomplete-for-select2/package.json | +27 | −0 | Go to diff View file |
A | lib/frontend/autocomplete-for-select2/pnpm-lock.yaml | +11 | −0 | Go to diff View file |
R | src/scripts/tuleap/autocomplete-for-select2.d.ts | Go to diff View file | ||
R | src/scripts/tuleap/autocomplete-for-select2.js | Go to diff View file | ||
A | lib/frontend/autocomplete-for-select2/tsconfig.json | +7 | −0 | Go to diff View file |
A | lib/frontend/autocomplete-for-select2/vite.config.ts | +40 | −0 | Go to diff View file |
M | plugins/document/package.json | +1 | −0 | Go to diff View file |
M | plugins/document/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DropDown/PropertiesForCreateOrUpdate/PeoplePicker.vue | +1 | −1 | Go to diff View file |
M | plugins/git/package.json | +1 | −1 | Go to diff View file |
M | plugins/git/pnpm-lock.yaml | +2 | −2 | Go to diff View file |
M | plugins/git/scripts/siteadmin/gitolite.ts | +1 | −1 | Go to diff View file |
M | plugins/projectmilestones/package.json | +1 | −0 | Go to diff View file |
M | plugins/projectmilestones/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/projectmilestones/scripts/projectmilestones-preferences/index.ts | +1 | −1 | Go to diff View file |
M | plugins/statistics/package.json | +1 | −0 | Go to diff View file |
M | plugins/statistics/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/statistics/scripts/admin.js | +6 | −2 | 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/BurningParrot/src/index.ts | +0 | −3 | Go to diff View file |
M | src/scripts/project/admin/src/project-admin-details.ts | +1 | −1 | Go to diff View file |
M | src/scripts/project/admin/src/project-admin-members.ts | +1 | −1 | Go to diff View file |
M | src/scripts/site-admin/massmail.ts | +1 | −1 | Go to diff View file |
M | src/scripts/site-admin/permission-delegation.ts | +1 | −1 | Go to diff View file |
M | src/scripts/site-admin/project-history.ts | +1 | −1 | Go to diff View file |
M | src/scripts/tuleap/manage-allowed-projects-on-resource.js | +1 | −1 | Go to diff View file |