Skip to content

build: bump @angular/ssr to 20.2.0-rc.1 #63176

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion adev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@angular/platform-browser": "workspace:*",
"@angular/platform-server": "workspace:*",
"@angular/router": "workspace:*",
"@angular/ssr": "20.2.0-rc.0",
"@angular/ssr": "20.2.0-rc.1",
"@codemirror/autocomplete": "6.18.6",
"@codemirror/commands": "6.8.1",
"@codemirror/lang-angular": "0.1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ describe('App E2E Tests', () => {
await verifyNoBrowserErrors();
});

// TODO: renable this test once the @angular/ssr has been update
// Context: https://github.com/angular/angular/pull/63057
// SSR relies on lastSuccessfulNavigation which went through a breaking change.
// 1. FW needs to be released with the breaking change.
// 2. @angular/ssr needs to be updated to use the new API & released
// 3. We need to update the @angular/ssr to the said release.
xit('should reply click event', async () => {
it('should reply click event', async () => {
const divElement = element(by.css('#divElement'));
expect(await divElement.getText()).toContain('click not triggered');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@angular/platform-server": "workspace:*",
"@angular/router": "workspace:*",
"@angular/service-worker": "workspace:*",
"@angular/ssr": "20.2.0-rc.0",
"@angular/ssr": "20.2.0-rc.1",
"@angular/upgrade": "workspace: *",
"@babel/cli": "7.28.3",
"@babel/core": "7.28.3",
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.