From 6968282c0eedf1c7dc280fa2951fa0f70e8d7bfc Mon Sep 17 00:00:00 2001 From: Russell Edens Date: Fri, 28 May 2021 15:44:21 -0400 Subject: [PATCH] Dependabot updates (#316) * chore(deps): bump dns-packet from 1.3.1 to 1.3.4 in /views/mdc (#315) Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump nokogiri from 1.11.2 to 1.11.4 (#314) Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.2 to 1.11.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.2...v1.11.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump puma from 5.2.2 to 5.3.1 (#313) Bumps [puma](https://github.com/puma/puma) from 5.2.2 to 5.3.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v5.2.2...v5.3.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump lodash from 4.17.20 to 4.17.21 in /views/mdc (#312) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump handlebars from 4.7.6 to 4.7.7 in /views/mdc (#311) Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump url-parse from 1.4.4 to 1.5.0 in /views/mdc (#310) Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.4 to 1.5.0. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.4...1.5.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Rebuilt with dependabot updates. * chore: Attempt to build the change log as expected. * fix: Bumping version from dependabot PR's. The dependabot PR's default to chore semantic release and that does not automatically bump the revision. So bumping the version with this change. * chore: Trying to fix error with changelog. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rx --- .github/workflows/semantic-release.yml | 1 + .releaserc | 19 ++++++++++----- CHANGELOG.md | 30 ++++++++++++------------ Gemfile.lock | 8 +++---- public/bundle.css | 16 ++++++------- views/mdc/package-lock.json | 32 +++++++++++++------------- views/mdc/package.json | 2 +- 7 files changed, 58 insertions(+), 50 deletions(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index c9704ea8..776f4a3a 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -32,6 +32,7 @@ jobs: uses: cycjimmy/semantic-release-action@v2 with: extra_plugins: | + @semantic-release/git @semantic-release/changelog @semantic-release/github semantic-release-rubygem diff --git a/.releaserc b/.releaserc index b433c35b..f8532360 100644 --- a/.releaserc +++ b/.releaserc @@ -3,12 +3,19 @@ "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", - [ - "@semantic-release/changelog", - { - "changelogFile": "CHANGELOG.md" - } - ], + "@semantic-release/release-notes-generator", + [ + "@semantic-release/changelog", + { + "changelogFile": "CHANGELOG.md" + } + ], + [ + "@semantic-release/git", + { + "assets": ["CHANGELOG.md"] + } + ], "@semantic-release/github", "semantic-release-rubygem" ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff9c384..37c16718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -117,20 +117,20 @@ This is the manual changelog, managed before switching to github_changelog_gener [Unreleased]: https://github.com/rx/presenters/compare/v0.1.14...HEAD [0.1.14]: https://github.com/rx/presenters/compare/v0.1.14...v0.1.13 -[Namespaces]: https://powerful-bastion-96181.herokuapp.com/namespaces -[Stepper]: https://powerful-bastion-96181.herokuapp.com/steppers -[Rich text component]: https://powerful-bastion-96181.herokuapp.com/text_areas -[Slider component]: https://powerful-bastion-96181.herokuapp.com/sliders -[Tagged Input]: https://powerful-bastion-96181.herokuapp.com/tagged_input -[Overline Text Style]: https://powerful-bastion-96181.herokuapp.com/styles -[Page separator]: https://powerful-bastion-96181.herokuapp.com/separator -[Blank lines]: https://powerful-bastion-96181.herokuapp.com/styles -[Grid Padding]: https://powerful-bastion-96181.herokuapp.com/layouts -[Map component]: https://powerful-bastion-96181.herokuapp.com/maps -[Clear action]: https://powerful-bastion-96181.herokuapp.com/clear_action -[Chip as input]: https://powerful-bastion-96181.herokuapp.com/chips#input_chips -[Floating content blocks]:https://powerful-bastion-96181.herokuapp.com/content#floating -[Grid Wide/Table scrolling]:https://powerful-bastion-96181.herokuapp.com/tables - +[Namespaces]: https://coprl-ruby.herokuapp.com/namespaces +[Stepper]: https://coprl-ruby.herokuapp.com/steppers +[Rich text component]: https://coprl-ruby.herokuapp.com/text_areas +[Slider component]: https://coprl-ruby.herokuapp.com/sliders +[Tagged Input]: https://coprl-ruby.herokuapp.com/tagged_input +[Overline Text Style]: https://coprl-ruby.herokuapp.com/styles +[Page separator]: https://coprl-ruby.herokuapp.com/separator +[Blank lines]: https://coprl-ruby.herokuapp.com/styles +[Grid Padding]: https://coprl-ruby.herokuapp.com/layouts +[Map component]: https://coprl-ruby.herokuapp.com/maps +[Clear action]: https://coprl-ruby.herokuapp.com/clear_action +[Chip as input]: https://coprl-ruby.herokuapp.com/chips#input_chips +[Floating content blocks]:https://coprl-ruby.herokuapp.com/content#floating +[Grid Wide/Table scrolling]:https://coprl-ruby.herokuapp.com/tables \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* + diff --git a/Gemfile.lock b/Gemfile.lock index a9767d39..6698abd0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,20 +56,20 @@ GEM ice_nine (0.11.2) json (2.3.1) method_source (0.9.0) - mini_portile2 (2.5.0) + mini_portile2 (2.5.1) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) nio4r (2.5.7) - nokogiri (1.11.2) + nokogiri (1.11.4) mini_portile2 (~> 2.5.0) racc (~> 1.4) - nokogiri (1.11.2-x86_64-darwin) + nokogiri (1.11.4-x86_64-darwin) racc (~> 1.4) optimist (3.0.1) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) - puma (5.2.2) + puma (5.3.1) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) diff --git a/public/bundle.css b/public/bundle.css index 05726e14..8d2c8be7 100644 --- a/public/bundle.css +++ b/public/bundle.css @@ -7335,7 +7335,7 @@ svg.mdc-button__icon { /* @alternate */ background-color: var(--mdc-theme-secondary, #E58D36); } -@keyframes mdc-checkbox-fade-in-background-ue3eedbf1 { +@keyframes mdc-checkbox-fade-in-background-uea256053 { 0% { border-color: rgba(0, 0, 0, 0.54); background-color: transparent; } @@ -7347,7 +7347,7 @@ svg.mdc-button__icon { /* @alternate */ background-color: var(--mdc-theme-secondary, #E58D36); } } -@keyframes mdc-checkbox-fade-out-background-ue3eedbf1 { +@keyframes mdc-checkbox-fade-out-background-uea256053 { 0%, 80% { border-color: #E58D36; @@ -7361,10 +7361,10 @@ svg.mdc-button__icon { background-color: transparent; } } .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background { - animation-name: mdc-checkbox-fade-in-background-ue3eedbf1; } + animation-name: mdc-checkbox-fade-in-background-uea256053; } .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background { - animation-name: mdc-checkbox-fade-out-background-ue3eedbf1; } + animation-name: mdc-checkbox-fade-out-background-uea256053; } .mdc-checkbox__checkmark { color: #fff; } @@ -15887,7 +15887,7 @@ button.mdc-chip { /* @alternate */ background-color: var(--mdc-theme-primary, #5488b2); } -@keyframes mdc-checkbox-fade-in-background-uf91172d7 { +@keyframes mdc-checkbox-fade-in-background-u1bcc4d2c { 0% { border-color: rgba(0, 0, 0, 0.54); background-color: transparent; } @@ -15899,7 +15899,7 @@ button.mdc-chip { /* @alternate */ background-color: var(--mdc-theme-primary, #5488b2); } } -@keyframes mdc-checkbox-fade-out-background-uf91172d7 { +@keyframes mdc-checkbox-fade-out-background-u1bcc4d2c { 0%, 80% { border-color: #5488b2; @@ -15915,12 +15915,12 @@ button.mdc-chip { .mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background { - animation-name: mdc-checkbox-fade-in-background-uf91172d7; } + animation-name: mdc-checkbox-fade-in-background-u1bcc4d2c; } .mdc-data-table__header-row-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-data-table__header-row-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-data-table__row-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-data-table__row-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background { - animation-name: mdc-checkbox-fade-out-background-uf91172d7; } + animation-name: mdc-checkbox-fade-out-background-u1bcc4d2c; } .mdc-data-table .mdc-list-item__graphic { margin-right: 0px; } diff --git a/views/mdc/package-lock.json b/views/mdc/package-lock.json index b757614b..13168f38 100644 --- a/views/mdc/package-lock.json +++ b/views/mdc/package-lock.json @@ -3656,9 +3656,9 @@ "dev": true }, "dns-packet": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz", - "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.4.tgz", + "integrity": "sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==", "dev": true, "requires": { "ip": "^1.1.0", @@ -5524,9 +5524,9 @@ "dev": true }, "handlebars": { - "version": "4.7.6", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.6.tgz", - "integrity": "sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==", + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", + "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", "dev": true, "requires": { "minimist": "^1.2.5", @@ -7969,9 +7969,9 @@ } }, "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "lodash.camelcase": { @@ -13066,9 +13066,9 @@ "dev": true }, "querystringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.1.0.tgz", - "integrity": "sha512-sluvZZ1YiTLD5jsqZcDmFyV2EwToyXZBfpoVOmktMmW+VEnhgakFHnasVph65fOjGPTWN0Nw3+XQaSeMayr0kg==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" }, "quill": { "version": "1.3.7", @@ -15687,11 +15687,11 @@ } }, "url-parse": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.4.tgz", - "integrity": "sha512-/92DTTorg4JjktLNLe6GPS2/RvAd/RGr6LuktmWSMLEOa6rjnlrFXNgSbSmkNvCoL2T028A0a1JaJLzRMlFoHg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.0.tgz", + "integrity": "sha512-9iT6N4s93SMfzunOyDPe4vo4nLcSu1yq0IQK1gURmjm8tQNlM6loiuCRrKG1hHGXfB2EWd6H4cGi7tGdaygMFw==", "requires": { - "querystringify": "^2.0.0", + "querystringify": "^2.1.1", "requires-port": "^1.0.0" } }, diff --git a/views/mdc/package.json b/views/mdc/package.json index 12ceaa64..f5506354 100644 --- a/views/mdc/package.json +++ b/views/mdc/package.json @@ -68,7 +68,7 @@ "mdl-stepper": "^1.1.6", "npm": "^6.14.6", "quill": "^1.3.7", - "url-parse": "^1.4.4" + "url-parse": "^1.5.0" }, "bundleDependencies": [ "@material/image-list"