Skip to content

Commit

Permalink
Merge #2229 #2230 #2235
Browse files Browse the repository at this point in the history
2229: Update dependency @mozilla/normandy-action-argument-schemas to v0.10.1 r=rehandalal a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| @​mozilla/normandy-action-argument-schemas | dependencies | patch | [`0.10.0` -> `0.10.1`](https://renovatebot.com/diffs/npm/@mozilla%2fnormandy-action-argument-schemas/0.10.0/0.10.1) |


2230: Update dependency gh-pages to v3 r=rehandalal a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gh-pages](https://github.com/tschaub/gh-pages) | devDependencies | major | [`2.2.0` -> `3.0.0`](https://renovatebot.com/diffs/npm/gh-pages/2.2.0/3.0.0) |


2235: Update dependency dockerflow to v2020 r=rehandalal a=renovate[bot]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [dockerflow](https://github.com/mozilla-services/python-dockerflow) | dependencies | major | `^2019.9.0` -> `^2020.0.0` |


Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bors[bot] and renovate-bot authored Jun 16, 2020
4 parents 04d602a + 9f0b14f + ba67099 + 6049408 commit 81975af
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"license": "MPL-2.0",
"dependencies": {
"@mozilla/normandy-action-argument-schemas": "0.10.0"
"@mozilla/normandy-action-argument-schemas": "0.10.1"
},
"devDependencies": {
"gh-pages": "2.2.0"
"gh-pages": "3.0.0"
}
}
11 changes: 5 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ django_csp = "^3.5"
# DRF does not follow semver, 3.11 is a breaking change
djangorestframework = "3.10.*"
djangorestframework-yaml = "^2.0.0"
dockerflow = "^2019.9.0"
dockerflow = "^2020.0.0"
drf-yasg = "^1.17.0"
ecdsa = "^0.13.3"
factory_boy = "^2.12.0"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@mozilla/normandy-action-argument-schemas@0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@mozilla/normandy-action-argument-schemas/-/normandy-action-argument-schemas-0.10.0.tgz#34ce7855125334f8ff695ac0ce0c8b1042f04fcf"
integrity sha512-5ii7PJpVy4pETsBn9f9PQ4YoR4qBOgODCa8IDdqiMn/z5bdEdECaKHqPQrXP2HAhXwvN9gz8zXbXgaYtKpC2FQ==
"@mozilla/normandy-action-argument-schemas@0.10.1":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@mozilla/normandy-action-argument-schemas/-/normandy-action-argument-schemas-0.10.1.tgz#523b5d2d3bf62bb2cd58d73dfac27ef244d4b157"
integrity sha512-uWcHPEy9zuwCvvIg8wrSH1/Pa00aic/Ly4l18UNgfiCNmzvAM9NVcRbJwcQ5JzzErBsHPdZtLxiy4xWtsBZceA==

array-union@^1.0.1:
version "1.0.2"
Expand Down Expand Up @@ -95,10 +95,10 @@ fs.realpath@^1.0.0:
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=

gh-pages@2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-2.2.0.tgz#74ebeaca8d2b9a11279dcbd4a39ddfff3e6caa24"
integrity sha512-c+yPkNOPMFGNisYg9r4qvsMIjVYikJv7ImFOhPIVPt0+AcRUamZ7zkGRLHz7FKB0xrlZ+ddSOJsZv9XAFVXLmA==
gh-pages@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-3.0.0.tgz#65f3ccd424bfbc7906f31c4bdb524a1147fa8da2"
integrity sha512-oaOfVcrSwnqoWUgZ6cmCDM6mUuWyOSG+SHjqxGBawN0F3SKaF5NwbeYDG+w2RNXO2HJ/5Iam4o7dP5NAtoHuwQ==
dependencies:
async "^2.6.1"
commander "^2.18.0"
Expand Down

0 comments on commit 81975af

Please sign in to comment.