Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,20 @@
".circleci/*.yml": "circleci config validate"
},
"resolutions": {
"**/@lerna/create/minimatch": "3.1.3",
"**/@nx/devkit/minimatch": "9.0.7",
"**/@types/cheerio": "0.22.35",
"**/@types/node": "22.18.7",
"**/editorconfig/minimatch": "9.0.7",
"**/form-data": "^4.0.5",
"**/graphql-config/minimatch": "3.1.3",
"**/jquery": "3.7.1",
"**/lerna/minimatch": "3.1.3",
"**/mocha-7.2.0/minimatch": "5.1.8",
"**/nx/minimatch": "9.0.7",
"**/qs": "6.14.2",
"**/socket.io-parser": "4.0.5",
"**/serialize-javascript": "7.0.3",
"**/serve-handler/minimatch": "3.1.3",
"**/ua-parser-js": "0.7.33",
"@definitelytyped/typescript-versions": "0.1.9",
"@types/react": "18.3.12",
Expand All @@ -276,4 +284,4 @@
"yargs-unparser": "1.6.4"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
}
2 changes: 1 addition & 1 deletion packages/data-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"launch-editor": "2.9.1",
"lodash": "4.17.23",
"micromatch": "^4.0.8",
"minimatch": "3.1.2",
"minimatch": "3.1.3",
"nexus": "^1.2.0-next.15",
"node-machine-id": "1.1.12",
"p-defer": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"method-override": "3.0.0",
"methods": "1.1.2",
"mime": "^3.0.0",
"minimatch": "3.1.2",
"minimatch": "3.1.3",
"mocha": "7.2.0",
"multer": "2.0.2",
"ordinal": "1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/launchpad/cypress/e2e/config-warning.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe('component testing dependency warnings', () => {
cy.get('[data-cy-testingtype="component"]').click()
cy.get('[data-cy="warning-alert"]', { timeout: 12000 }).should('exist')
.should('contain.text', 'Warning: Component Testing Mismatched Dependencies')
.should('contain.text', 'vite. Expected ^5.0.0 || ^6.0.0 || ^7.0.0, found 3.2.11')
.should('contain.text', 'vite. Expected ^5.0.0 || ^6.0.0 || ^7.0.0, found 4.5.12')
.should('contain.text', 'react. Expected ^18.0.0 || ^19.0.0, found 15.6.2.')
.should('contain.text', 'react-dom. Expected ^18.0.0 || ^19.0.0 but dependency was not found.')

Expand All @@ -152,7 +152,7 @@ describe('component testing dependency warnings', () => {
cy.get('[data-cy-testingtype="component"]', { timeout: 12000 }).click()
cy.get('[data-cy="warning-alert"]', { timeout: 12000 }).should('exist')
.should('contain.text', 'Warning: Component Testing Mismatched Dependencies')
.should('contain.text', 'vite. Expected ^5.0.0 || ^6.0.0 || ^7.0.0, found 3.2.11.')
.should('contain.text', 'vite. Expected ^5.0.0 || ^6.0.0 || ^7.0.0, found 4.5.12.')
.should('contain.text', 'vue. Expected ^3.0.0, found 2.7.8.')

cy.get('.warning-markdown').find('li').should('have.length', 2)
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"debug": "^4.3.4",
"fs-extra": "9.1.0",
"lodash": "^4.17.21",
"minimatch": "3.1.2",
"minimatch": "3.1.3",
"node-forge": "^1.3.0",
"proxy-from-env": "1.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions system-tests/projects/angular-18/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@
yargs "17.7.2"

"@angular/common@^18.0.0":
version "18.2.13"
resolved "https://registry.npmjs.org/@angular/common/-/common-18.2.13.tgz#cb277651585a6d5aa17c9c1f8e4bbcd85c770517"
integrity sha512-4ZqrNp1PoZo7VNvW+sbSc2CB2axP1sCH2wXl8B0wdjsj8JY1hF1OhuugwhpAHtGxqewed2kCXayE+ZJqSTV4jw==
version "18.2.14"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-18.2.14.tgz#d4ff0b2b7aabb17339bd9d304bbc5aca90d226e3"
integrity sha512-ZPRswzaVRiqcfZoowuAM22Hr2/z10ajWOUoFDoQ9tWqz/fH/773kJv2F9VvePIekgNPCzaizqv9gF6tGNqaAwg==
dependencies:
tslib "^2.3.0"

Expand Down
22 changes: 11 additions & 11 deletions system-tests/projects/angular-21/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/common": "^21.0.0",
"@angular/compiler": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/forms": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"@angular/router": "^21.0.0",
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
"@angular/core": "^21.2.0",
"@angular/forms": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.0.0",
"@angular/build": "^21.0.0",
"@angular/cli": "^21.0.0",
"@angular/compiler-cli": "^21.0.0",
"@angular/platform-browser-dynamic": "^21.0.0",
"@angular-devkit/build-angular": "^21.2.0",
"@angular/build": "^21.2.0",
"@angular/cli": "^21.2.0",
"@angular/compiler-cli": "^21.2.0",
"@angular/platform-browser-dynamic": "^21.2.0",
"jsdom": "^27.1.0",
"typescript": "~5.9.2",
"vitest": "^4.0.8"
Expand Down
Loading
Loading