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

Update all #168

Merged
merged 1 commit into from
Jun 21, 2021
Merged

Update all #168

merged 1 commit into from
Jun 21, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 21, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@bf2/ui-shared 0.0.18 -> 0.2.2 age adoption passing confidence
@cloudmosaic/quickstarts 0.0.21 -> 0.0.24 age adoption passing confidence
JamesIves/github-pages-deploy-action 4.1.0 -> 4.1.4 age adoption passing confidence
asciidoctor 2.2.1 -> 2.2.4 age adoption passing confidence
assets-webpack-plugin 7.0.0 -> 7.1.0 age adoption passing confidence
css-loader 5.1.1 -> 5.2.6 age adoption passing confidence
gh-pages 3.1.0 -> 3.2.2 age adoption passing confidence
glob 7.1.6 -> 7.1.7 age adoption passing confidence
html-webpack-plugin 5.2.0 -> 5.3.1 age adoption passing confidence
js-yaml 4.0.0 -> 4.1.0 age adoption passing confidence
jsdom 16.4.0 -> 16.6.0 age adoption passing confidence
mini-css-extract-plugin 1.3.9 -> 1.6.0 age adoption passing confidence
node 14.15.1 -> 14.17.1 age adoption passing confidence
patternfly (source) 3.24.0 -> 3.59.5 age adoption passing confidence
registry.access.redhat.com/ubi8/ubi-minimal 8.3 -> 8.4 age adoption passing confidence
terser-webpack-plugin 5.1.1 -> 5.1.3 age adoption passing confidence
tsconfig-paths-webpack-plugin 3.3.0 -> 3.5.1 age adoption passing confidence
tslib (source) 2.1.0 -> 2.3.0 age adoption passing confidence
typescript (source) 4.2.2 -> 4.3.4 age adoption passing confidence
webpack 5.24.3 -> 5.39.1 age adoption passing confidence
webpack-bundle-analyzer 4.4.0 -> 4.4.2 age adoption passing confidence
webpack-cli 4.5.0 -> 4.7.2 age adoption passing confidence
webpack-merge 5.7.3 -> 5.8.0 age adoption passing confidence
yaml (source) 1.10.0 -> 1.10.2 age adoption passing confidence
io.strimzi:kafka-oauth-client 0.7.1 -> 0.8.1 age adoption passing confidence

Release Notes

bf2fc6cc711aee1a0c2a/ui-shared

v0.2.2

Compare Source

v0.2.1

Compare Source

v0.2.0

Compare Source

v0.1.2

Compare Source

v0.0.22

Compare Source

v0.0.21

Compare Source

v0.0.20

Compare Source

v0.0.19

Compare Source

cloudmosaic/quickstarts

v0.0.24

Compare Source

v0.0.23

Compare Source

v0.0.22

Compare Source

JamesIves/github-pages-deploy-action

v4.1.4

Compare Source

Minor Changes

  • Resolves an issue with the buffer length causing issues with very large repos (thanks to @​garazdawi)
  • Lots of dependency updates across the board.
  • Minor README adjustments.

v4.1.3

Compare Source

Minor Changes

  • Resolves a false positive error that was caused by a build cleanup step.

v4.1.2

Compare Source

Minor Changes

  • Fixed an issue that prevented you from deploying if you had a similarly named branch, ie docs and ci/docs.
  • Resolved an issue that prevents you from deploying a second time in the same workflow job. The action will now correctly cleanup branch artifacts after it's done deploying.
  • Standardized ESLint configuration, now using typescript-eslint as opposed to the GitHub configuration.
  • Documentation change/cleanup for some parts.
  • Added sponsorship automation for people who donate via GitHub Sponsors.

v4.1.1

Compare Source

Minor Changes

  • Dependency/security updates provided through Dependabot.
  • Minor tooling changes, format is now lint:format for consistency.
  • Removed ^ keyword in all dependencies within package.json.
asciidoctor/asciidoctor.js

v2.2.4

Compare Source

Summary

This release is based on Asciidoctor 2.0.15 and Opal 0.11.99.dev (31d26d69).

It includes all the fixes from Asciidoctor 2.0.15 without any additional changes in Asciidoctor.js.

Release meta

Released on: 2021-04-30
Released by: @​Mogztter
Published by: GitHub Actions

Logs: full diff

📖 API documentation
📚 User Manual

v2.2.3

Compare Source

Summary

This release is based on Asciidoctor 2.0.13 and Opal 0.11.99.dev (31d26d69).

It includes all the fixes from Asciidoctor 2.0.13 without any additional changes in Asciidoctor.js.

Release meta

Released on: 2021-04-13
Released by: @​Mogztter
Published by: GitHub Actions

Logs: full diff

📖 API documentation
📚 User Manual

v2.2.2

Compare Source

Summary

This release is based on Asciidoctor 2.0.12 and Opal 0.11.99.dev (31d26d69).

Release meta

Released on: 2021-03-24
Released by: @​Mogztter
Published by: GitHub Actions

Logs: full diff

Changelog

Bug Fixes
  • Upgrade to Asciidoctor Opal runtime 0.3.2 (#​1228)
  • Backport bug fixes on v2.2.x branch (#​1234)
  • Fix incorrect type definitions on AbstractNode#getImageUri, #getMediaUri, #getIconUri (#​1193)
  • Fix type definitions on Document#getDocumentTitle, #getTitle (can return undefined) (#​1150)
  • Fix type definitions on AbstractNode#getParent (can return undefined) (#​1131)
  • Map AbstractBlock#alt (and Inline#alt) (#​1192)
  • AbstractNode#resolveSubstitutions returns undefined (#​1153)
Infrastructure
  • Post a release announcement on Zulip (#​1235)
Documentation

📖 API documentation
📚 User Manual

ztoben/assets-webpack-plugin

v7.1.0

Compare Source

webpack-contrib/css-loader

v5.2.6

Compare Source

v5.2.5

Compare Source

v5.2.4

Compare Source

v5.2.3

Compare Source

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

Features
5.1.4 (2021-03-24)
Bug Fixes
5.1.3 (2021-03-15)
Bug Fixes
  • the auto option works using inline module syntax (#​1274) (1db2f4d)
  • ident generation for CSS modules using inline module syntax (#​1274) (1db2f4d)
5.1.2 (2021-03-10)
Bug Fixes
  • handling @import with spaces before and after and any extensions (#​1272) (0c47cf7)
  • inline loader syntax in @import and modules (3f49ed0)
5.1.1 (2021-03-01)
Bug Fixes

v5.1.4

Compare Source

v5.1.3

Compare Source

v5.1.2

Compare Source

tschaub/gh-pages

v3.2.2

Compare Source

v3.2.1

Compare Source

v3.2.0

Compare Source

This release updates a few development dependencies and adds a bit of documentation.

isaacs/node-glob

v7.1.7

Compare Source

jantimon/html-webpack-plugin

v5.3.1

Compare Source

v5.3.0

Compare Source

Features
  • allow to modify the interpolation options in webpack config (d654f5b)
  • drop loader-utils dependency (41d7a50)
nodeca/js-yaml

v4.1.0

Compare Source

Added
  • Types are now exported as yaml.types.XXX.
  • Every type now has options property with original arguments kept as they were
    (see yaml.types.int.options as an example).
Changed
  • Schema.extend() now keeps old type order in case of conflicts
    (e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered as abcd instead of cbad).
jsdom/jsdom

v16.6.0

Compare Source

  • Added parentNode.replaceChildren(). (ninevra)
  • Fixed jsdom's handling of when code running inside the jsdom throws null or undefined as an exception. (mbest)
  • Removed the dependency on the deprecated request package, in the process fixing several issues with the XMLHttpRequest implementation around header processing. Special thanks to vegardbb for completing this months-long effort!

v16.5.3

Compare Source

  • Fixed infinite recursion when using MutationObservers to observe elements inside a MutationObserver callback.

v16.5.2

Compare Source

  • Fixed Access-Control-Allow-Headers: * to work with XMLHttpRequest. (silviot)
  • Fixed xhr.response to strip any leading BOM when xhr.responseType is "json".
  • Fixed new Text() and new Comment() constructors to properly set the resulting node's ownerDocument.
  • Fixed customElements.whenDefined() to resolve its returned promise with the custom element constructor, per recent spec updates. (ExE-Boss)
  • Fixed parsing to ensure that <svg><template></template></svg> does not throw an exception, but instead correctly produces a SVG-namespace <template> element.
  • Fixed domParser.parseFromString() to treat <noscript> elements appropriately.
  • Fixed form control validity checking when the control was outside the <form> element and instead associated using the form="" attribute.
  • Fixed legendEl.form to return the correct result based on its parent <fieldset>.
  • Fixed optionEl.text to exclude <script> descendants.
  • Fixed radio buttons and checkboxes to not fire input and change events when disconnected.
  • Fixed inputEl.indeterminate to reset to its previous value when canceling a click event on a checkbox or radio button.
  • Fixed the behavior of event handler attributes (e.g. onclick="...code...") when there were global variables named element or formOwner. (ExE-Boss)
  • On Node.js v14.6.0+ where WeakRefs are available, fixed NodeIterator to no longer stop working when more than ten NodeIterator instances are created, and to use less memory due to inactive NodeIterators sticking around. (ExE-Boss)

v16.5.1

Compare Source

  • Fixed a regression that broke customElements.get() in v16.5.0. (fdesforges)
  • Fixed window.event to have a setter which overwrites the window.event property with the given value, per the specification. This fixes an issue where after upgrading to jsdom v16.5.0 you would no longer be able to set a global variable named event in the jsdom context.

v16.5.0

Compare Source

  • Added window.queueMicrotask().
  • Added window.event.
  • Added inputEvent.inputType. (diegohaz)
  • Removed ondragexit from Window and friends, per a spec update.
  • Fixed the URL of about:blank iframes. Previously it was getting set to the parent's URL. (SimonMueller)
  • Fixed the loading of subresources from the filesystem when they had non-ASCII filenames.
  • Fixed the hidden="" attribute to cause display: none per the user-agent stylesheet. (ph-fritsche)
  • Fixed the new File() constructor to no longer convert / to :, per a pending spec update.
  • Fixed mutation observer callbacks to be called with the MutationObserver instance as their this value.
  • Fixed <input type=checkbox> and <input type=radio> to be mutable even when disabled, per a spec update.
  • Fixed XMLHttpRequest to not fire a redundant final progress event if a progress event was previously fired with the same loaded value. This would usually occur with small files.
  • Fixed XMLHttpRequest to expose the Content-Length header on cross-origin responses.
  • Fixed xhr.response to return null for failures that occur during the middle of the download.
  • Fixed edge cases around passing callback functions or event handlers. (ExE-Boss)
  • Fixed edge cases around the properties of proxy-like objects such as localStorage or dataset. (ExE-Boss)
  • Fixed a potential memory leak with custom elements (although we could not figure out how to trigger it). (soncodi)
webpack-contrib/mini-css-extract-plugin

v1.6.0

Compare Source

Features
1.5.1 (2021-04-28)
Bug Fixes

v1.5.1

Compare Source

v1.5.0

Compare Source

Features
  • add experimental support for importModule, improve perfomance (#​737) (8471ac2)
1.4.1 (2021-04-07)
Bug Fixes

v1.4.1

Compare Source

v1.4.0

Compare Source

Features
1.3.9 (2021-02-25)
Bug Fixes
  • allow consumers to access CssModule and CssDependency (#​703) (6484345)
  • allow to use auto value with the publicPath option (#​709) (1be21d2)
1.3.8 (2021-02-18)
Bug Fixes
1.3.7 (2021-02-15)
Bug Fixes
  • compatibility with webpack v5 (9b6b8b3)
1.3.6 (2021-02-08)
Bug Fixes
1.3.5 (2021-01-28)
Bug Fixes
1.3.4 (2021-01-13)
Bug Fixes
1.3.3 (2020-12-10)
Bug Fixes
1.3.2 (2020-12-04)
Bug Fixes
1.3.1 (2020-11-12)
Bug Fixes
nodejs/node

v14.17.1

Compare Source

Notable Changes
Commits

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot merged commit 6bac665 into main Jun 21, 2021
@renovate renovate bot deleted the renovate/all branch June 21, 2021 16:26
@wtrocki
Copy link
Collaborator

wtrocki commented Jul 29, 2021

This PR was automatically merged and it broke quarkus quickstart.

CC @pmuir

@pmuir
Copy link
Collaborator

pmuir commented Jul 30, 2021

Because of io.strimzi:kafka-oauth-client?

@wtrocki
Copy link
Collaborator

wtrocki commented Jul 30, 2021

Yes. After revert all works.

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