Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Refresh lockfile & bump in-range dependency versions #1356

Merged
merged 1 commit into from
Apr 14, 2019
Merged

Refresh lockfile & bump in-range dependency versions #1356

merged 1 commit into from
Apr 14, 2019

Conversation

edmorley
Copy link
Member

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.

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.
@edmorley edmorley added this to the Neutrino 9 milestone Apr 14, 2019
@edmorley edmorley self-assigned this Apr 14, 2019
@edmorley
Copy link
Member Author

edmorley commented Apr 14, 2019

These changes were generated using npm-check-updates v3, by:

  1. yarn global add npm-check-updates
  2. Check to see if any packages need excluding (eg deepmerge), using yarn && yarn outdated
  3. From the root of the repo, run eg (remove the -u to dry run):
    • ncu -x deepmerge,ava -u
    • for d in packages/*; do ncu --dep prod,dev -x deepmerge,ava --packageFile "${d}/package.json" -u; echo; done
  4. Regenerate the lockfile using rm -rf yarn.lock && yarn

@edmorley edmorley merged commit f046ef6 into neutrinojs:master Apr 14, 2019
@edmorley edmorley deleted the bump-in-range-deps branch April 14, 2019 15:03
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.
Labels
Development

Successfully merging this pull request may close these issues.

1 participant