chore(deps): update all non-major dependencies #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all-minor-patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
3.19
->3.20
"~> 3.4.0"
->"~> 3.5.0"
"~> 2.1.0"
->"~> 2.2.0"
"1.16.5"
->"1.17.1"
"~> 3.2.5"
->"~> 3.3.0"
Release Notes
fabric8io/fluent-plugin-kubernetes_metadata_filter (fluent-plugin-kubernetes_metadata_filter)
v3.5.1
Compare Source
v3.5.0
Compare Source
fluent/fluent-plugin-prometheus (fluent-plugin-prometheus)
v2.2.0
Compare Source
ruby/rexml (rexml)
v3.3.9
: REXML 3.3.9 - 2024-10-24Compare Source
Improvements
Fixes
Fixed a parse bug for text only invalid XML.
Fixed a parse bug that
&#​0x...;
is accepted as a characterreference.
Thanks
v3.3.8
: REXML 3.3.8 - 2024-09-29Compare Source
Improvements
Fixes
the predefined "xml" namespace is reported.
Thanks
NAITOH Jun
KITAITI Makoto
v3.3.7
: REXML 3.3.7 - 2024-09-04Compare Source
Improvements
Added local entity expansion limit methods
Removed explicit strscan dependency
Thanks
takuya kodama
NAITOH Jun
Bo Anderson
v3.3.6
: REXML 3.3.6 - 2024-08-22Compare Source
Improvements
Removed duplicated entity expansions for performance.
Improved namespace conflicted attribute check performance. It was
too slow for deep elements.
Fixes
Fixed a bug that default entity expansions are counted for
security check. Default entity expansions should not be counted
because they don't have a security risk.
Fixed a parser bug that parameter entity references in internal
subsets are expanded. It's not allowed in the XML specification.
Fixed a stream parser bug that user-defined entity references in
text aren't expanded.
Thanks
Viktor Ivarsson
NAITOH Jun
l33thaxor
v3.3.5
: REXML 3.3.5 - 2024-08-12Compare Source
Fixes
REXML::Security.entity_expansion_text_limit
check has wrong text size calculation in SAX and pull parsers.
Thanks
Viktor Ivarsson
NAITOH Jun
v3.3.4
: REXML 3.3.4 - 2024-08-01Compare Source
Fixes
REXML::Security
isn't defined whenREXML::Parsers::StreamParser
is used andrexml/parsers/streamparser
is only required.Thanks
v3.3.3
: REXML 3.3.3 - 2024-08-01Compare Source
Improvements
Added support for detecting invalid XML that has unsupported
content before root element
Added support for
REXML::Security.entity_expansion_limit=
andREXML::Security.entity_expansion_text_limit=
in SAX2 and pullparsers
Added more tests for invalid XMLs.
Added more performance tests.
Improved parse performance.
Thanks
NAITOH Jun
Watson
tomoya ishida
v3.3.2
: REXML 3.3.2 - 2024-07-16Compare Source
Improvements
Improved parse performance.
Improved parse performance.
Added support for raising a parse exception when an XML has extra
content after the root element.
Added support for raising a parse exception when an XML
declaration exists in wrong position.
Removed needless a space after XML declaration in pretty print mode.
Stopped to emit
:text
event after the root element.Fixes
characters
callback.Thanks
NAITOH Jun
Watson
v3.3.1
: REXML 3.3.1 - 2024-06-25Compare Source
Improvements
Added support for detecting malformed top-level comments.
Improved
REXML::Element#attribute
performance.Added support for detecting malformed
<!-->
comments.Added support for detecting unclosed
DOCTYPE
.Added
changlog_uri
metadata to gemspec.Improved parse performance.
Fixes
Fixed a bug that large XML can't be parsed.
Fixed a bug that private constants are visible.
Thanks
Hiroya Fujinami
NAITOH Jun
fynsta
v3.3.0
: REXML 3.3.0 - 2024-06-11Compare Source
Improvements
Thanks
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Renovate Bot.
Checkout
From your project repository, check out a new branch and test the changes.