Skip to content
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

Bump patch-package from 5.1.2 to 6.2.0 in /desktop/js_files #9167

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 10, 2019

Bumps patch-package from 5.1.2 to 6.2.0.

Release notes

Sourced from patch-package's releases.

Support dev-only patches

  • update changelog 9d89041
  • use gh-pages to serve logo 14b2eec
  • upgrade prettier + reformat readme cdb0136
  • support dev-only patches 9bee26a

ds300/patch-package@v6.1.4...v6.2.0

v6.1.4

  • update changelog 5979f83
  • Merge pull request #170 from ds300/ignore-scripts febeb5b
  • ignore scripts when making patches 8b9aa90

ds300/patch-package@v6.1.3...v6.1.4

v6.1.3

  • update changelog f0b22dd
  • Merge pull request #168 from ds300/fix/fail-on-unused-patch-file ac708d8
  • Fail when patch found for uninstalled package ffc2327
  • Merge pull request #152 from cherniavskii/private-registries 32ab111
  • Merge pull request #153 from pvinis/fix-copy 7fec12b
  • update snapshot 0b9f19c
  • fix copy b6ee244
  • copy .npmrc in case if packages are hosted in private registry b7633b9
  • Update README.md 3d2cd3a
  • Update README.md 27d8947
  • add note about workspaces in readme daa52b3

ds300/patch-package@v6.1.2...v6.1.3

Graceful failure handling

  • update changelog 3c7fdc2
  • avoid snapshot churn 2207bc6
  • add tests for new makePatch error handling 82d8fc4
  • throw error when patch includes symbolic link ce03f34

ds300/patch-package@v6.1.1...v6.1.2

v6.1.1

  • handle private github repo edge case. closes #134 83db669
  • add --dev caveat to readme 0d782c0

ds300/patch-package@v6.1.0...v6.1.1

Basic support for yarn workspaces

  • update changelog 36d454d
  • add integration test for yarn workspaces 533df13
  • degrade mode change error to warning 022ce3f
  • fix join usage 9adb5c9
... (truncated)
Changelog

Sourced from patch-package's changelog.

6.2.0

  • Add support for dev-only patches (#159 again)

6.1.4

  • Use --ignore-scripts when making patches if it fails without (#151)

6.1.3

  • Fail when patches are found for uninstalled packages (#159)
  • Support private registries declared in .npmrc (Contribution from @​cherniavskii
    in #152)

6.1.2

  • Explicitly handle failure edge case where symlinks are modified/created (#118)

6.1.1

  • Fix npm edge case of package installed from url (#134)

6.1.0

  • Add support for yarn workspaces
  • Degrade 'file mode change not required' error to warning

6.0.7

  • Don't try to detect package manager on patch application (#133)

6.0.6

  • Better error messages for patch parse failures (#131)

6.0.5

  • Use lockfiles to get package resolutions.

6.0.4

  • Fix patch parsing issue affecting windows (#124)

6.0.3

  • Allow relative file paths for --patch-dir (Contribution from @​lots0logs in
    #119)
  • Fix version string handling (Contribution from @​teppeis in #122)
  • Add support for custom resolutions field in app's package.json (#125)
  • Fix property access bug (#123)
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependency-lockfile-snitch
Copy link

desktop/js_files/yarn.lock changed. Pinging @jakubgs, @pombeirp, and @corpetty

@status-im-auto
Copy link
Member

status-im-auto commented Oct 10, 2019

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ b7a2c75 #1 2019-10-10 17:27:56 ~36 min ios 📦ipa 📲
✔️ b7a2c75 #1 2019-10-10 17:30:31 ~38 min macos 📦dmg
✔️ b7a2c75 #1 2019-10-10 17:32:47 ~40 min android 📦apk 📲
✔️ b7a2c75 #1 2019-10-10 17:38:26 ~46 min android-e2e 📦apk 📲
✔️ b7a2c75 #1 2019-10-10 17:40:17 ~48 min linux 📦App
✔️ b7a2c75 #1 2019-10-10 17:43:15 ~51 min windows 📦exe

@status-github-bot
Copy link

Pull Request Checklist

  • Docs: Updated the documentation, if affected
  • Docs: Added or updated inline comments explaining intention of the code
  • Tests: Ensured that all new UI elements have been assigned accessibility IDs
  • Tests: Signaled need for E2E tests with label, if applicable
  • Tests: Briefly described what was tested and what platforms were used
  • UI: In case of UI changes, ensured that UI matches Figma
  • UI: In case of UI changes, requested review from a Core UI designer
  • UI: In case of UI changes, included screenshots of implementation

@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/desktop/js_files/patch-package-6.2.0 branch October 14, 2019 12:06
@dependency-lockfile-snitch
Copy link

desktop/js_files/yarn.lock changed. Pinging @jakubgs and @corpetty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants