stable

Clone or download

Read-only

Replace relative import of the user group constants with a package import

Part of request #26381: Prevent relative imports outside of a package Change-Id: I93ec1373351b457cf9cc326f1391fb4c739be346

Modified Files

Name
A lib/frontend/user-group-constants/.gitignore +1 −0 Go to diff View file
A lib/frontend/user-group-constants/package.json +24 −0 Go to diff View file
A lib/frontend/user-group-constants/pnpm-lock.yaml +7 −0 Go to diff View file
R src/scripts/user/user-group-constants.js Go to diff View file
A lib/frontend/user-group-constants/tsconfig.json +4 −0 Go to diff View file
R src/scripts/user/user-group-constants.d.ts 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/helpers/permissions/ugroups.ts +2 −4 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/tests/e2e/cypress/cypress/e2e/tracker_workflow.cy.ts +1 −1 Go to diff View file
M tests/e2e/full/cypress/tsconfig.json +2 −1 Go to diff View file