-
Notifications
You must be signed in to change notification settings - Fork 260
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
Update dependencies for June 2021 #663
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also update its dependency Nokogiri to 1.11.7
Also ran `rails webpacker:install` in the Docker container. This ensures the packages in `package[-lock].json` and `Gemfile[.lock]` are in sync with the `webpacker` Ruby gem. Had to review (and decline) certain conflicting file updates.
DeeDeeG
added a commit
that referenced
this pull request
Aug 15, 2021
* Update dependencies for June 2021 (#663) - Gemfile[.lock]: Update Rails to 5.2.6 Also update its dependency Nokogiri to 1.11.7 - Gemfile.lock: Update Puma to 5.3.2 - yarn.lock: Update browserslist to 4.16.6 - yarn.lock: Update dns-packet to 1.3.4 - deps: Resolve chokidar to 3.x (3.4.2) - yarn.lock: Update glob-parent to 5.1.2 - yarn.lock: Update hosted-git-info to 2.8.9 - yarn.lock: Update lodash to 4.17.21 - yarn.lock: Update postcss to 7.0.36 - yarn.lock: Update @rails/webpacker to 5.4.0 - yarn.lock: Update ua-parser-js to 0.7.28 - yarn.lock: Update url-parse to 1.5.1 - yarn.lock: Update ws to 6.2.2 - Gemfile.lock: Update rdoc to 6.3.1 - deps: Update [@rails/]webpacker to 5.4.0 Also ran `rails webpacker:install` in the Docker container. This ensures the packages in `package[-lock].json` and `Gemfile[.lock]` are in sync with the `webpacker` Ruby gem. Had to review (and decline) certain conflicting file updates. - Gemfile.lock: Update addressable to 2.8.0 * Update dependencies for mid August 2021 (#664) - yarn.lock: Update color-string to 1.5.5 - ruby: Update from 2.7.3 to 2.7.4 - yarn.lock: Update tar from 6.0.5 to 6.1.7 - yarn.lock: Update path-parse from 1.0.6 to 1.0.7 - yarn.lock: Update url-parse from 1.5.1 to 1.5.3 - Gemfile.lock: Update jquery-rails from 4.3.5 to 4.4.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
Summary of Changes
Gemfile
andGemfile.lock
:package.json
andyarn.lock
:Checklist