Skip to content

chore: upgrade angular@19 versions #250

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

Merged
merged 2 commits into from
Feb 13, 2025
Merged

chore: upgrade angular@19 versions #250

merged 2 commits into from
Feb 13, 2025

Conversation

pieh
Copy link
Contributor

@pieh pieh commented Feb 13, 2025

Copy link

netlify bot commented Feb 13, 2025

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

Name Link
🔨 Latest commit 7f6cc62
🔍 Latest deploy log https://app.netlify.com/sites/plugin-angular-universal-demo/deploys/67adad8ed85690000834397f
😎 Deploy Preview https://deploy-preview-250--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 Feb 13, 2025
@pieh pieh force-pushed the chore/upgrade-angular-19 branch from dc9e3a7 to 99ee34c Compare February 13, 2025 08:20
@pieh pieh marked this pull request as ready for review February 13, 2025 08:38
@pieh pieh requested a review from a team as a code owner February 13, 2025 08:38
Comment on lines +7 to +16
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',
Copy link
Contributor Author

@pieh pieh Feb 13, 2025

Choose a reason for hiding this comment

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

checking concrete hashes here is causing problems so instead I do mask hash to ensure to still be able to ensure that expected static assets are produced and excluded from function configuration so we don't have to update assertions with each Angular version bump

@pieh pieh merged commit 94e9ff1 into main Feb 13, 2025
17 checks passed
@pieh pieh deleted the chore/upgrade-angular-19 branch February 13, 2025 11: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.

3 participants