-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 platform security modules (main) #173232
Conversation
Pinging @elastic/kibana-security (Team:Security) |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
@@ -1473,7 +1473,6 @@ | |||
"@types/webpack-env": "^1.15.3", | |||
"@types/webpack-merge": "^4.1.5", | |||
"@types/webpack-sources": "^0.1.4", | |||
"@types/xml-crypto": "^1.4.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: xml-crypto 5.x
is shipped with its own types now.
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @azasypkin |
@elasticmachine run elasticsearch-ci/docs |
(cherry picked from commit 35d79a9)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
(cherry picked from commit 35d79a9) # Conflicts: # package.json # packages/kbn-mock-idp-plugin/common/utils.ts # yarn.lock
# Backport This will backport the following commits from `main` to `8.12`: - [Update platform security modules (main) (#173232)](#173232) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-12-20T19:58:38Z","message":"Update platform security modules (main) (#173232)","sha":"35d79a901d9c690fbb128f138203799f97826291","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","backport:all-open","v8.13.0"],"number":173232,"url":"https://github.com/elastic/kibana/pull/173232","mergeCommit":{"message":"Update platform security modules (main) (#173232)","sha":"35d79a901d9c690fbb128f138203799f97826291"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173232","number":173232,"mergeCommit":{"message":"Update platform security modules (main) (#173232)","sha":"35d79a901d9c690fbb128f138203799f97826291"}}]}] BACKPORT--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
# Backport This will backport the following commits from `main` to `7.17`: - [Update platform security modules (main) (#173232)](#173232) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"renovate[bot]","email":"29139614+renovate[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2023-12-20T19:58:38Z","message":"Update platform security modules (main) (#173232)","sha":"35d79a901d9c690fbb128f138203799f97826291","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","backport:all-open","v8.13.0"],"number":173232,"url":"https://github.com/elastic/kibana/pull/173232","mergeCommit":{"message":"Update platform security modules (main) (#173232)","sha":"35d79a901d9c690fbb128f138203799f97826291"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173232","number":173232,"mergeCommit":{"message":"Update platform security modules (main) (#173232)","sha":"35d79a901d9c690fbb128f138203799f97826291"}},{"url":"https://github.com/elastic/kibana/pull/173788","number":173788,"branch":"8.12","state":"OPEN"}]}] BACKPORT--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates:
^1.3.1
->^1.3.10
^4.0.2
->^4.0.5
^1.4.2
->^1.4.6
^2.2.9
->^2.4.5
^4.1.2
->^4.1.3
^3.0.1
->^5.0.0
Release Notes
jaredpalmer/formik (formik)
v2.4.5
Compare Source
Patch Changes
d7db9cd
#3860 Thanks @patik! - Add missing dependency@types/hoist-non-react-statics
, closes #3837fe4ed7e
#3501 Thanks @markspolakovs! - Markformik
as side-effect free inpackage.json
v2.4.4
Compare Source
Patch Changes
41720c2
#3862 Thanks @yazaldefilimonepinto! - ForwardclassName
for custom components used withField
da58b29
#3858 Thanks @alaanescobedo! - Remove use of deprecatedStatelessComponent
type in favor ofFunctionComponent
5c01ee7
#3872 Thanks @rajpatelbot! - FIX: Fixed resetForm function dependency issuev2.4.3
Compare Source
Patch Changes
9e0a661
#3843 Thanks @bonimba! - Fix FormikHelper and FieldHelperProps typesv2.4.2
Compare Source
Patch Changes
96280d3
#3817 Thanks @probablyup! - Updated internal types to support React 18.v2.4.1
Compare Source
Patch Changes
2b194c2
#3808 Thanks @NagaiKoki! - fix type of setFieldValue function708bcb2
#3813 Thanks @probablyup! - RevertFieldArray
"shouldComponentUpdate" performance optimization. As it turns out, it's a common use case to have JSX controlled via non-Formik state/props inside ofFieldArray
, so it's not safe to cancel re-renders here.187e47d
#3815 Thanks @probablyup! - Revert Yup transform support for the time being, this may be re-introduced in a future release under an opt-in prop.v2.4.0
Compare Source
Minor Changes
2f53b70
#3796 Thanks @probablyup! - Add support for Yup "transforms".v2.3.3
Compare Source
Patch Changes
f075a0c
#3798 Thanks @probablyup! - Fixed the use of generics for theArrayHelpers
type such thatany[]
is the default array type and for each individual method the array item type can be overridden if necessary.v2.3.2
Compare Source
Patch Changes
f086b5a
#3237 Thanks @pieplu! - ChangedgetIn
to return undefined when it can't find a value AND a parent of that value is "falsy" ( "" / 0 / null / false )6d8f018
#3792 Thanks @probablyup! - Update the type forsetFieldValue
to reflect the returnedPromise
and potential returned error(s).v2.3.0
Compare Source
Minor Changes
73de78d
#3788 Thanks @probablyup! - Added typescript generics toArrayHelpers
interface and its methods so that users who use TypeScript can set the type for their arrays and have type safety on array utils. I have also gone ahead and made supplying a type for the generic optional for the sake of backwards compatibility so any existing TS code that does not give a type for the FieldArray will continue to work as they always have.39a7bf7
#3786 Thanks @probablyup! - Yup by default only allows for cross-field validation within thesame field object. This is not that useful in most scenarios because
a sufficiently-complex form will have several
yup.object()
in theschema.
However, Yup offers something called
context
which can operate acrossthe entire schema when using a \$ prefix:
With this change, you may now validate against any field in the entire schema,
regardless of position when using the \$ prefix.
v2.2.10
Compare Source
Patch Changes
22e236e
#3784 Thanks @probablyup! - Improve performance of theFieldArray
component by adding ashouldComponentUpdate
check; this should help avoid unnecessary re-renders which may affect the performance of a form.bc9cb28
#3785 Thanks @probablyup! - Fixed field error state for array fields that have an error and become empty through an API likearrayHelpers.remove
.The prior behavior resolved the field error to
[undefined]
, now it is simplyundefined
.9cbf150
#3787 Thanks @probablyup! - Fix infinite loop issue inField
when field helpers (setTouched
, etc) are used as an argument inReact.useEffect
.9c75a9f
#3780 Thanks @probablyup! - Fixed an issue with array field errors being incorrectly split into an array of individual characters instead of an array of error strings.35fa4cc
#3783 Thanks @probablyup! - Fix validation of deep.dot.path field references when using thevalidateField
API.node-saml/xml-crypto (xml-crypto)
v5.0.0
Compare Source
💣 Major Changes
getKeyInfo()
private as it has no public consumers #412getKeyInfoContent
forcing a consumer to choose #411🚀 Minor Changes
🔗 Dependencies
🐛 Bug Fixes
📚 Documentation
⚙️ Technical Tasks
v4.1.0
Compare Source
💣 Major Changes
pemToDer()
return type #364⚙️ Technical Tasks
xmldom
#365findChilds()
tofindChildren()
#363v4.0.1
Compare Source
🐛 Bug Fixes
v4.0.0
Compare Source
💣 Major Changes
signingCert
->publicCert
andsigningKey
->privateKey
#315KeyInfoProvider
#301🚀 Minor Changes
🔗 Dependencies
🐛 Bug Fixes
⚙️ Technical Tasks
no-unused-vars
#349deprecation
#347prefer-template
#346no-this-alias
#345master
branch when generating changelog #342no-unused-vars
#322no-prototype-builtins
#321eqeqeq
rule #320prefer-const
#312no-var
#311curly
#310one-var
#309v3.2.0
Compare Source
master
branch when generating changelog (#341) (d53a771
)96bdea8
)a259d83
)index.js
on release (#337) (10e8705
)6bcbaa6
)4b1e39e
)a31e7ff
)be17c06
)v3.1.0
Compare Source
🚀 Minor Changes
🔗 Dependencies
📚 Documentation
node-saml
organization #298⚙️ Technical Tasks
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 Mend Renovate. View repository job log here.