Skip to content

Commit

Permalink
Dependabot updates (#316)
Browse files Browse the repository at this point in the history
* 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](mafintosh/dns-packet@v1.3.1...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>

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](sparklemotion/nokogiri@v1.11.2...v1.11.4)

Signed-off-by: dependabot[bot] <support@github.com>

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](puma/puma@v5.2.2...v5.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

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](lodash/lodash@4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

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](handlebars-lang/handlebars.js@v4.7.6...v4.7.7)

Signed-off-by: dependabot[bot] <support@github.com>

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](unshiftio/url-parse@1.4.4...1.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

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 <russell@russelledens.net>
  • Loading branch information
3 people committed May 28, 2021
1 parent 3cee6db commit 6968282
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 50 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semantic-release.yml
Expand Up @@ -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
Expand Down
19 changes: 13 additions & 6 deletions .releaserc
Expand Up @@ -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"
]
Expand Down
30 changes: 15 additions & 15 deletions CHANGELOG.md
Expand Up @@ -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)*

8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down
16 changes: 8 additions & 8 deletions public/bundle.css
Expand Up @@ -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; }
Expand All @@ -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;
Expand All @@ -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; }
Expand Down Expand Up @@ -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; }
Expand All @@ -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;
Expand All @@ -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; }
Expand Down
32 changes: 16 additions & 16 deletions views/mdc/package-lock.json

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

2 changes: 1 addition & 1 deletion views/mdc/package.json
Expand Up @@ -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"
Expand Down

0 comments on commit 6968282

Please sign in to comment.