[Snyk] Upgrade @angular/common from 11.0.5 to 11.2.14#783
[Snyk] Upgrade @angular/common from 11.0.5 to 11.2.14#783nejidevelops wants to merge 1 commit intomasterfrom
Conversation
Snyk has created this PR to upgrade @angular/common from 11.0.5 to 11.2.14. See this package in npm: @angular/common See this project in Snyk: https://app.snyk.io/org/newtonombese1/project/13830a36-3004-416e-8a45-9ac6eae7045e?utm_source=github&utm_medium=referral&page=upgrade-pr
Summary of ChangesHello @nejidevelops, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request, automatically generated by Snyk, updates the Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request, automatically generated by Snyk, upgrades @angular/common from version 11.0.5 to 11.2.14. While reviewing the changes, I noticed that the dependency update also changed the version for @types/cordova to latest in package-lock.json for several @ionic-native packages. Using latest can lead to non-reproducible builds and is generally discouraged. I've added a specific comment with a suggestion to pin this dependency to a specific version range to ensure build stability.
| "integrity": "sha512-UkktFoSOAt/lgsc1nxnwjCul29yD06qHNjyv7/K7JxhqeJrqPBKihnkLu7OTAe52KdFBozRxLKDP6HWcGderqA==", | ||
| "requires": { | ||
| "@types/cordova": "^0.0.34" | ||
| "@types/cordova": "latest" |
There was a problem hiding this comment.
Using latest for dependency versions is not recommended as it can lead to non-reproducible builds. A future npm install could pull in a new version of @types/cordova with breaking changes. It's better to pin to a specific version, for example, the previously used ^0.0.34. This same issue is present for @ionic-native/splash-screen and @ionic-native/status-bar below.
| "@types/cordova": "latest" | |
| "@types/cordova": "^0.0.34" |
Snyk has created this PR to upgrade @angular/common from 11.0.5 to 11.2.14.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 32 versions ahead of your current version.
The recommended version was released 5 years ago.
Release notes
Package name: @angular/common
-
11.2.14 - 2021-05-12
-
11.2.13 - 2021-05-05
-
11.2.12 - 2021-04-28
-
11.2.11 - 2021-04-21
-
11.2.10 - 2021-04-14
-
11.2.9 - 2021-04-07
-
11.2.8 - 2021-04-01
-
11.2.7 - 2021-03-24
-
11.2.6 - 2021-03-17
-
11.2.5 - 2021-03-10
-
11.2.4 - 2021-03-03
-
11.2.3 - 2021-02-24
-
11.2.2 - 2021-02-22
-
11.2.1 - 2021-02-17
-
11.2.0 - 2021-02-10
-
11.2.0-rc.0 - 2021-02-03
-
11.2.0-next.1 - 2021-02-03
-
11.2.0-next.0 - 2021-01-27
-
11.1.2 - 2021-02-03
-
11.1.1 - 2021-01-27
-
11.1.0 - 2021-01-20
-
11.1.0-rc.0 - 2021-01-13
-
11.1.0-next.5 - 2021-01-13
-
11.1.0-next.4 - 2021-01-06
-
11.1.0-next.3 - 2020-12-17
-
11.1.0-next.2 - 2020-12-09
-
11.1.0-next.1 - 2020-12-02
-
11.1.0-next.0 - 2020-11-18
-
11.0.9 - 2021-01-13
-
11.0.8 - 2021-01-11
-
11.0.7 - 2021-01-07
-
11.0.6 - 2021-01-06
-
11.0.5 - 2020-12-16
from @angular/common GitHub release notesImportant
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: