Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
applications
renovate
Commits
b1e9ee18
Unverified
Commit
b1e9ee18
authored
Jan 28, 2022
by
HonkingGoose
Committed by
GitHub
Jan 28, 2022
Browse files
Options
Downloads
Patches
Plain Diff
docs(dependency-pinning): use admonition (#13895)
parent
0424518d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/usage/dependency-pinning.md
+4
-1
4 additions, 1 deletion
docs/usage/dependency-pinning.md
with
4 additions
and
1 deletion
docs/usage/dependency-pinning.md
+
4
−
1
View file @
b1e9ee18
...
@@ -52,7 +52,10 @@ e.g. there might be a space of 30 minutes where your package specifies foobar `1
...
@@ -52,7 +52,10 @@ e.g. there might be a space of 30 minutes where your package specifies foobar `1
You mainly pin versions for certainty, and visibility.
You mainly pin versions for certainty, and visibility.
When you have a pinned version of each dependency in your
`package.json`
, you know exactly which version of each dependency is installed at any time.
When you have a pinned version of each dependency in your
`package.json`
, you know exactly which version of each dependency is installed at any time.
This benefits when upgrading versions as well as when rolling back in case of problems.
This benefits when upgrading versions as well as when rolling back in case of problems.
Note: we'll cover lock files later, don't worry.
<!-- prettier-ignore -->
!!! note
We'll cover lock files later, don't worry.
### Upgrading pinned versions
### Upgrading pinned versions
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment