This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 214
Refresh lockfile & bump in-range dependency versions #1356
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
Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions.
These changes were generated using npm-check-updates v3, by:
|
edmorley
added a commit
that referenced
this pull request
Aug 11, 2019
Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment)
edmorley
added a commit
that referenced
this pull request
Nov 10, 2019
Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment)
edmorley
pushed a commit
that referenced
this pull request
Nov 10, 2019
And also: * Run `yarn prettier:fix` * Bump in-range dependency versions Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment)
edmorley
added a commit
that referenced
this pull request
Dec 13, 2019
Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment)
edmorley
pushed a commit
that referenced
this pull request
Dec 13, 2019
And: * Update copy plugin test to pass valid options Since `copy-webpack-plugin` now validates the patterns passed, as of: webpack-contrib/copy-webpack-plugin/pull/419 * Bump in-range dependency versions Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment)
edmorley
added a commit
that referenced
this pull request
Jan 27, 2020
Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment)
edmorley
added a commit
that referenced
this pull request
Jan 28, 2020
And bump in-range dependency versions. Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment) Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
edmorley
added a commit
that referenced
this pull request
Apr 10, 2020
Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment)
edmorley
added a commit
that referenced
this pull request
Apr 10, 2020
And bump in-range dependency versions. Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment) Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
edmorley
added a commit
that referenced
this pull request
May 9, 2020
Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment)
edmorley
added a commit
that referenced
this pull request
May 9, 2020
And bump in-range dependency versions... Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment) Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
edmorley
added a commit
that referenced
this pull request
Jun 6, 2020
Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment)
edmorley
added a commit
that referenced
this pull request
Jun 6, 2020
And bump in-range dependency versions... Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment) Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
edmorley
added a commit
that referenced
this pull request
Jul 16, 2020
Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment)
edmorley
added a commit
that referenced
this pull request
Jul 16, 2020
And bump in-range dependency versions... Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment) Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
edmorley
added a commit
that referenced
this pull request
Aug 27, 2020
Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment)
edmorley
added a commit
that referenced
this pull request
Aug 27, 2020
And bump in-range dependency versions... Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions. Changes made using the approach described here: #1356 (comment) Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Bumping the versions in theory shouldn't be necessary, however package managers tend to only update sub-dependencies lazily, so this ensures users are on the latest versions.