Update @elastic/appex-sharedux dependencies (main) #200957
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.2.5
->^1.3.2
^2.2.9
->^2.3.4
^1.1.0
->^1.1.2
^3.10.12
->^3.10.18
^4.7.9
->^5.0.0
^1.3.34
->^1.5.0
^5.1.0
->^5.1.34
^0.6.7
->^0.8.0
^1.3.1
->^1.5.1
^2.0.1
->^2.0.5
2.2.6
->2.5.1
^0.6.9
->^0.8.2
^4.9.0
->^5.3.0
^1.4.4
->^1.5.0
^0.44.0
->^0.52.2
1.0.2
->2.1.1
^5.3.11
->^6.1.13
Release Notes
wojtekmaj/enzyme-adapter-react-17 (@wojtekmaj/enzyme-adapter-react-17)
v0.8.0
Compare Source
What's changed?
@babel/runtime
.Bug fixes
v0.7.0
Compare Source
What's changed?
Bug fixes
simulateError()
on Memo component (originally implemented in https://github.com/enzymejs/enzyme/pull/2525). Thanks, @henryqdineen!isEmptyRender
not detecting memoized SFCs returning null properly (originally implemented in enzymejs/enzyme@41bf606). Thanks, @ljharb!woltapp/blurhash (blurhash)
v2.0.4
Compare Source
v2.0.3
Compare Source
v2.0.2
Compare Source
JedWatson/classnames (classnames)
v2.5.1
Compare Source
workspaces
field from package (#350)v2.5.0
Compare Source
interface
(#341)exports
field to package (#342)v2.4.0
Compare Source
v2.3.3
Compare Source
v2.3.2
Compare Source
[Object object]
in a vm, thanks Remco Haszing (#281)v2.3.1
Compare Source
v2.3.0
Compare Source
.toString()
methods on arguments, thanks Stanislav Titenko101arrowz/fflate (fflate)
v0.8.2
Compare Source
unzip
performance on undercompressed archivesondrain
handler andqueuedSize
v0.8.1
Compare Source
inflateSync
andunzlibSync
v0.8.0
Compare Source
inflateSync(compressed, outBuf)
is nowinflateSync(compressed, { out: outBuf })
v0.7.4
Compare Source
v0.7.3
Compare Source
v0.7.2
Compare Source
strictNullChecks
{ level: 0 }
v0.7.1
Compare Source
setTimeout
v0.7.0
Compare Source
v0.6.10
Compare Source
remix-run/history (history)
v5.3.0
Compare Source
This release provides support for native ESM consumption of all exports.
v5.2.0
Compare Source
🐛 Bug fixes
State
(now set tounknown
which will require consumer type narrowing)PartialPath
(usePartial<Path>
instead)PartialLocation
(usePartial<Location>
instead)createPath
return value (#813)✨ Features
Full Changelog: remix-run/history@v5.1.0...v5.2.0
v5.1.0
Compare Source
Because the prior 5.0.2 release removed the
State
type parameter fromLocation
, this was technically a breaking change. To correct for this, I'm bumping this as a minor release. It won't affect runtime code, but it may affect your development experience and tests if you were using that parameter.The
State
type export is also restored, so you shouldn't have issues with installing React Router v6.Oh, by the way, did you hear we released React Router v6?
Full Changelog: remix-run/history@v5.0.3...v5.1.0
v5.0.3
Compare Source
Fixed
parsePath
adding incorrectly addingsearch
v5.0.2
Compare Source
Just a couple fixes:
location.state
type toany
and removed the generic onLocation
Full Changelog: remix-run/history@v5.0.1...v5.0.2
v5.0.1
Compare Source
This patch release contains a tiny TypeScript update to use the built-in
Partial
utility forPartialPath
andPartialLocation
. We always love it when we can ship just a little less code!🙏 Credits
Thanks to @liuhanqu, @hanquliu, @chaance and @mjackson for your contributions!
v5.0.0
Compare Source
Today we are very pleased to announce the stable release of history version 5!
Overview
This version includes many enhancements and fixes a few important issues with the library.
New Features
location.state
history.block
API, with support for retrying transitions<script type=module>
userswindow
objects)Bugfixes
location.pathname
HistoryLibrary
so it doesn't conflict withwindow.History
Breaking Changes
pushState
)getUserConfirmation
,keyLength
, andhashType
APIsUsage
Please refer to our installation guide for instructions about how to install the library.
There is also a getting started guide as well as a complete API reference in the
docs
folder.We are very excited about this release, especially because it will serve as the foundation for the upcoming release of React Router version 6.
Thank you for your support. Enjoy! 😀
v4.10.1
Compare Source
<base>
tag (#577, #578)v4.10.0
Compare Source
basename
URL prefixes with special regex characters (#566, #544)microsoft/monaco-editor (monaco-editor)
v0.52.2
Compare Source
Changes:
This list of changes was auto generated.
v0.52.0
Compare Source
IModelContentChangedEvent
v0.51.0
Compare Source
IEditorOptions.placeholder
andIEditorOptions.compactMode
IGotoLocationOptions.multipleTests
andIGotoLocationOptions.alternativeTestsCommand
IInlineEditOptions.backgroundColoring
IEditorOptions.experimental.useTrueInlineView
CommentThreadRevealOptions
for commentsContributions to
monaco-editor
:v0.50.0
Compare Source
IEditorMinimapOptions.sectionHeaderLetterSpacing
IOverlayWidgetPosition.stackOridinal
EmitOutput.diagnostics
IOverlayWidget.onDidLayout
ICodeEditor.onBeginUpdate
andICodeEditor.onEndUpdate
HoverVerbosityRequest.action
->HoverVerbosityRequest.verbosityDelta
MultiDocumentHighlightProvider.selector
changed fromLanguageFilter
toLanguageSelector
getEmitOutput
:emitOnlyDtsFiles
andforceDtsEmit
Contributions to
monaco-editor
:csp.contribution.ts
PR #4504v0.49.0
Compare Source
editorHoverVerbosityLevel
APInewSymbolNamesProvider
APIContributions to
monaco-editor
:v0.48.0
Compare Source
Additions
showRegionSectionHeaders
)renderGutterMenu
)InlineCompletionsProvider.handlePartialAccept
hasPartialAcceptInfo
Contributions to
monaco-editor
:v0.47.0
Compare Source
Additions
registerNewSymbolNameProvider
registerInlineEditProvider
v0.46.0
Compare Source
v0.45.0
Compare Source
Breaking Changes
wordBasedSuggestions: boolean
->'off' | 'currentDocument' | 'matchingDocuments' | 'allDocuments'
occurrencesHighlight: boolean
->'off' | 'singleFile' | 'multiFile'
Additions
IEditorScrollbarOptions.ignoreHorizontalScrollbarInContentHeight
IDiffEditor.goToDiff
IDiffEditor.revealFirstDiff
w33ble/rison-node (rison-node)
v2.1.1
Compare Source
f0e10e3
v2.1.0
Compare Source
#2
41ba487
71c9910
v2.0.0
Compare Source
409eede
01e2be2
v1.0.2 (17 April 2018)
667fc6c
41f1f52
v1.0.1 (17 April 2018)
df44524
09bbabf
styled-components/styled-components (styled-components)
v6.1.13
Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.1.12...v6.1.13
v6.1.12
Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.1.11...v6.1.12
v6.1.11
Compare Source
What's Changed
Full Changelog: styled-components/styled-components@v6.1.10...v6.1.11
v6.1.10
Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.1.9...v6.1.10
v6.1.9
Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.1.8...v6.1.9
v6.1.8
Compare Source
Revert adding
peerDependencies
from v6.1.7; apparently some package managers have differing behaviors aroundpeerDependenciesMeta[package].optional
which is causing issues. Will revisit at a later date if possible.Full Changelog: styled-components/styled-components@v6.1.7...v6.1.8
v6.1.7
Compare Source
What's Changed
chore: add all missing peer dependency statements by @quantizor in https://github.com/styled-components/styled-components/pull/4243
NOTE: this change may cause some installed dependency duplication until this NPM bug is addressed but yarn and pnpm have correct behavior. Bun also has a similar bug.
Overall these changes ensure that styled-components is specifying a known working version of all utilized libraries, while instructing the client package manager that higher semver-compliant versions are permissible and should work, assuming the relevant libraries are compliant in practice.
Full Changelog: styled-components/styled-components@v6.1.6...v6.1.7
v6.1.6
Compare Source
What's Changed
Full Changelog: styled-components/styled-components@v6.1.5...v6.1.6
v6.1.5
Compare Source
What's Changed
Full Changelog: styled-components/styled-components@v6.1.4...v6.1.5
v6.1.4
Compare Source
What's Changed
attrs
to provide a customtheme
prop to child components by @quantizor in https://github.com/styled-components/styled-components/pull/4242Full Changelog: styled-components/styled-components@v6.1.3...v6.1.4
v6.1.3
Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.1.2...v6.1.3
v6.1.2
Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.1.1...v6.1.2
v6.1.1
Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.1.0...v6.1.1
v6.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.0.9...v6.1.0
v6.0.9
Compare Source
fix bundling to not hardcode
window
(should fix some testing use cases that were incorrectly assuming a server environment when JSDOM and similar are in use)Full Changelog: styled-components/styled-components@v6.0.8...v6.0.9
v6.0.8
Compare Source
What's Changed
toStyleSheet
function by @krudos in https://github.com/styled-components/styled-components/pull/4124StyleSheetManager
updating context on every render by @keeganstreet in https://github.com/styled-components/styled-components/pull/4159JSX.IntrinsicElements
for the supported element list by @RJWadley in https://github.com/styled-components/styled-components/pull/4149StyleFunction
,Interpolation
by @bcole808 in https://github.com/styled-components/styled-components/pull/4140CSSProperties
,CSSObject
,CSSPseudos
andCSSKeyframes
by @takurinton in https://github.com/styled-components/styled-components/pull/4117New Contributors
Full Changelog: styled-components/styled-components@v6.0.7...v6.0.8
v6.0.7
Compare Source
What's Changed
exactOptionalPropertyTypes
check by @aspirisen in https://github.com/styled-components/styled-components/pull/3993New Contributors
Full Changelog: styled-components/styled-components@v6.0.6...v6.0.7
v6.0.6
Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.0.5...v6.0.6
v6.0.5
Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.0.4...v6.0.5
v6.0.4
Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.0.3...v6.0.4
v6.0.3
Compare Source
What's Changed
New Contributors
Full Changelog: styled-components/styled-components@v6.0.2...v6.0.3
v6.0.2
Compare Source
What's Changed
displayName
in production to save bytes, it's already present in the static className if you're using the babel plugin or equivalentflatMap
andat
with ES5-compliant variantsNew Contributors
Full Changelog: styled-components/styled-components@v6.0.1...v6.0.2
v6.0.1
Compare Source
Fixed an issue where a dev-time warning was being triggered too eagerly.
Full Changelog: styled-components/styled-components@v6.0.0...v6.0.1
v6.0.0
Compare Source
Changed in this version
c0f8015
)e6c4f0a
)fa58875
)Breaking changes in v6
Migration guide → https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6
stylis
v4 (if usingstylis-plugin-rtl
you'll need to upgrade to the newer version)@types/styled-components
in the past, you'll want to remove it$as
and$forwardedAs
props (useas
orforwardedAs
)$
prefix) for stuff you don't want to be passed to child component / HTMLStyleSheetManager
disableVendorPrefixes
withenableVendorPrefixes
propwithComponent
API (87f511a
); use "as" prop insteadFull Changelog: styled-components/styled-components@v5.3.7...v6.0.0
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.