Skip to content
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

chore: bump angular@19 from rc to stable #227

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pieh
Copy link
Contributor

@pieh pieh commented Nov 19, 2024

This is to check if #148 was false negative which it is.

Ideally, we don't merge this PR and instead adjust Renovate until it's configured correctly so we could actually rely on Renovate for Angular packages bumps. We should still get the test assertion adjustment from here (but this could be committed to renovate PR once it bumps the packages correctly)

Copy link

netlify bot commented Nov 19, 2024

Deploy Preview for plugin-angular-universal-demo ready!

Name Link
🔨 Latest commit 33f4cf5
🔍 Latest deploy log https://app.netlify.com/sites/plugin-angular-universal-demo/deploys/673cd01c1b9e2c00089a5a72
😎 Deploy Preview https://deploy-preview-227--plugin-angular-universal-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Nov 19, 2024
@pieh pieh force-pushed the chore/bump-angular-19-to-stable branch from fbd881f to 27c79b6 Compare November 19, 2024 17:34
Comment on lines +7 to 18
const excludedPathsWithMaskedHashes = config.excludedPath.map((path) => path.replace(/-[A-Z\d]{8}\./, '-HASHHASH.'))

assert.deepEqual(excludedPathsWithMaskedHashes, [
'/.netlify/*',
'/favicon.ico',
'/heroes/index.html',
'/index.csr.html',
'/main-KVCR6MBP.js',
'/polyfills-FFHMD2TL.js',
'/styles-5INURTSO.css',
'/main-HASHHASH.js',
'/polyfills-HASHHASH.js',
'/styles-HASHHASH.css',
'/heroes',
])
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updating this assertion is really annoying so I mask actual hashes with HASHHASH (matching hash length) - we don't necesairly care about concrete hashes - just that we exclude prerendered content from edge function paths

@pieh pieh marked this pull request as ready for review November 20, 2024 08:02
@pieh pieh requested a review from a team as a code owner November 20, 2024 08:02
@pieh pieh marked this pull request as draft November 20, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant