-
Couldn't load subscription status.
- Fork 153
chore(deps): update non-major #281
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/non-major
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c1d838d to
0a29999
Compare
0a29999 to
2f6823b
Compare
2f6823b to
e11151c
Compare
e11151c to
0ca6a95
Compare
0ca6a95 to
5bb9ce4
Compare
5bb9ce4 to
72592a3
Compare
72592a3 to
3d6739c
Compare
3d6739c to
3985bca
Compare
3985bca to
885a8c8
Compare
885a8c8 to
184fcd5
Compare
184fcd5 to
aa29da9
Compare
aa29da9 to
002d659
Compare
002d659 to
fc62e60
Compare
fc62e60 to
82a6599
Compare
9acf3b7 to
4dade2d
Compare
4dade2d to
6995f19
Compare
6995f19 to
8a64cb0
Compare
8a64cb0 to
bee205a
Compare
bee205a to
8d8235b
Compare
8d8235b to
d74cd3f
Compare
d74cd3f to
76a6efe
Compare
76a6efe to
97e0fd3
Compare
97e0fd3 to
6dbdddf
Compare
6dbdddf to
6a57b46
Compare
6a57b46 to
2ba2fbc
Compare
2ba2fbc to
4c4c270
Compare
4c4c270 to
d3dd3be
Compare
d3dd3be to
0f6a94d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^3.2.0->^3.4.0^0.13.0->^0.18.0^4.5.0->^4.11.2^9.0.0->^9.0.1^0.4.0->^0.5.10^2.2.11->^2.3.4^14.14.10->^14.18.63^17.0.0->^17.0.89^4.9.0->^4.33.0^4.9.0->^4.33.0^0.6.0->^0.8.0^1.2.0->^1.6.3^10.0.4->^10.4.21^10.1.0->^7.11.0^2.2.6->^2.5.1^7.14.0->^7.32.0^5.2.0->^5.10.0^2.22.1->^2.32.0^6.4.1->^6.10.2^7.21.5->^7.37.5^6.2.2->^6.9.4^10.5.3->^10.5.4^0.14.0->^0.15.1^8.3.0->^8.3.1^1.0.1->^1.0.2^1.0.1->^1.0.5^6.7.0->^6.7.2^2.2.1->^2.8.8^2.1.3->^2.8.0^17.0.0->^17.0.2^17.0.0->^17.0.2^1.1.29->^1.1.33^2.0.1->^2.2.19^4.1.2->^4.9.5^4.15.1->^4.38.3This is a special PR that replaces
babel-eslintwith the community suggested minimal stable replacement version.Release Notes
juggle/resize-observer (@juggle/resize-observer)
v3.4.0Compare Source
Aligns polyfill with spec changes.
Initial value of
lastReportedSizechanged from0, 0to-1, -1allowing for consistent notifications to be triggered when an element is observed for the first time.w3c/csswg-drafts#3664 (comment)
reach/reach-ui (@reach/portal)
v0.18.0Compare Source
BREAKING Changes
reach-<pkg>.mjsinstead ofreach-<pkg>.esm.js.Minor Changes
We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed.
This may affect you if you use
patch-packageto modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.Patch Changes
@reach/[email protected]v0.17.0Compare Source
💔 Breaking Changes
disclosuredefaultOpenprop's value. This was done as a progressive enhancement to ensure content was visible to users without JavaScript, but in most cases it just meant that the user might see a flash before the state would change, causing unwanted layout shift.defaultOpenprop's value on the initial render. If you want the old behavior, control the state of your disclosures and ensure that the initial open state is always set totrue, then set the desired state for the following render inuseEffect.tabsisSelectedfrom from theTabcomponent. This prop was useful before we had hooks, but we can now get the selected tab from context without using render props. (2dd0aec)🐛 Bugfixes
auto-idb2f3bc0)tabs:focus-visiblelistboxquerySelectorspecificity to fix incorrect button clicks (#903)menu-button,combobox,listboxa8f38a4).🤜🤛 8 Committers
v0.16.2Compare Source
✨ Enhancements
comboboxportaldisclosureDisclosureaccessible when Javascript is disabled (@schwartzadev)🤜🤛 5 Committers
v0.16.0Compare Source
BREAKING: This release fixes a rendering bug in the
descendants, but the bug in some cases may have coincidentally allowed descendants to be re-indexed in dynamically sorted lists. While this is probably a nice feature, it didn't work consistently and created problems with nested collections.We do not directly support dynamic sorting of lists, so if you relied on this "feature" you'll need to provide indices to the descendant item directly via props. If you're rendering dynamic lists you are probably iterating an array anyway, so you shouldn't have any issues.
This applies to all collection-based compound components:
🐛 Bugfixes
menu-button✨ Enhancements
menu-buttondialogrectobserveis true🤜🤛 3 Committers
v0.15.3Compare Source
🐛 Bugfixes
utilsas={Link}onMenuLink(viautils/polymorphic) (@IanVS)menu-buttonlistbox📝 Documentation
dialog✨ Enhancements
comboboxopenOnFocusis true then also open when the input is clicked. (@ProggerPete)accordion,disclosuretabIndexfrom accordion and disclosure panels (@joshuajaco)🤜🤛 10 Committers
v0.15.2Compare Source
🐛 Bugfixes
menu-buttonlistboxListboxListwhen it's styled to overlapListboxButton(@loque)📝 Documentation
dialogreact-focus-lockandreact-remove-scrolldependencies✨ Enhancements
comboboxopenOnFocusis true then also open when the input is clicked (@ProggerPete)accordion,disclosuretabIndexfrom accordion and disclosure panels (@joshuajaco)🤜🤛 8 Committers
v0.15.0Compare Source
🐛 Bugfixes
persistSelectionissues when used withopenOnFocus(#455)forwardRefWithAsutility and created new types associated with components that us theasprop. This is a breaking change if you are using the component types directly, but this change was long overdue and should address some new issues that popped up in #753. Big thanks to @jjenzz and the Radix UI project for making our lives easier here!🤜🤛 3 Committers
v0.14.0Compare Source
listbox[data-current]for the selected listbox option, that selector has been removed in favor of[data-current-selected]. The reason is because we also added[data-current-nav]for the highlighted option when navigating the list, so this seemed more clear to distinguish between the two. We also removed the default styles for options that match[aria-selected="true”]because this is an implementation detail that will likely change in an upcoming patch release to address accessibility issues.📝 Documentation
tooltip✨ Enhancements
sideEffects: falseto all packages to enable tree shaking (@hipstersmoothie)auto-id🤜🤛 6 Committers
tailwindlabs/tailwindcss-forms (@tailwindcss/forms)
v0.5.10Compare Source
Fixed
v0.5.9Compare Source
Fixed
v0.5.8Compare Source
Fixed
v0.5.7Compare Source
Fixed
checkboxandradioappearance inforced-colorsmode (#152)v0.5.6Compare Source
Fixed
v0.5.5Compare Source
Fixed
v0.5.4Compare Source
Fixed
type(#141)v0.5.3Compare Source
Fixed
v0.5.2Compare Source
Added
v0.5.1Compare Source
Fixed
v0.5.0Compare Source
Changed
v0.4.1Compare Source
Added
distfolder and related dependencies (#96)Fixed
addComponentsfor class strategy (#91)statelyai/xstate (@xstate/inspect)
v0.8.0Compare Source
Minor Changes
f943513caThanks @mdpratt! - Add support for a customtargetWindowv0.7.1Compare Source
Patch Changes
cea609ce3Thanks @jlarmstrongiv! - Fixed an issue with a misleading dev-only warning being printed when inspecting machines because of the internalcreateMachinecall.v0.7.0Compare Source
Minor Changes
#3235
f666f5823Thanks @mattpocock! -@xstate/inspectwill now targethttps://stately.ai/vizby default. You can target the old inspector by setting the config options like so:v0.6.5Compare Source
Patch Changes
#3198
09e2130dfThanks @Andarist! - Fixed an issue that prevented some states from being sent correctly to the inspector when serializable values hold references to objects throwing ontoJSONproperty access (likeobj.toJSON). This property is accessed by the native algorithm before the value gets passed to the customserializer. Because of a bug we couldn't correctly serialize such values even when a customserializerwas implemented that was meant to replace it in a custom way from within its parent's level.#3199
f3d63147dThanks @Andarist! - Fixed an issue that caused sending the same event multiple times to the inspector for restarted services.#3076
34f3d9be7Thanks @SimeonC! - Fixed an issue with "maximum call stack size exceeded" errors being thrown when registering a machine with a very deep object in its context despite using a serializer capable of replacing such an object.v0.6.4Compare Source
Patch Changes
#3144
e08030fafThanks @lecepin! - Added UMD build for this package that is available in thedistdirectory in the published package.#3144
e08030fafThanks @lecepin! - Added properpeerDependencyon XState. It was incorrectly omitted from thepackage.jsonof this package.v0.6.3Compare Source
Patch Changes
862697e29Thanks @Andarist! - Fixed compatibility with Skypack by exporting some shared utilities from root entry of XState and consuming them directly in other packages (this avoids accessing those things using deep imports and thus it avoids creating those compatibility problems).v0.6.2Compare Source
Patch Changes
8550ddda7Thanks @davidkpiano! - The repository links have been updated fromgithub.com/davidkpianotogithub.com/statelyai.v0.6.1Compare Source
Patch Changes
3a8eb6574Thanks @rossng! - Fix crash when sending circular state objects (#2373).postcss/autoprefixer (autoprefixer)
v10.4.21Compare Source
-moz-prefix for:placeholder-shown(by @Marukome0743).v10.4.20Compare Source
fit-contentprefix for Firefox.v10.4.19Compare Source
end value has mixed support, consider using flex-endwarningsince
end/startnow have good support.v10.4.18Compare Source
-webkit-box-orienton-webkit-line-clamp(@Goodwine).v10.4.17Compare Source
user-select: containprefixes.v10.4.16Compare Source
v10.4.15Compare Source
::backdropprefixes (by 一丝).v10.4.14Compare Source
v10.4.13Compare Source
v10.4.12Compare Source
v10.4.11Compare Source
text-decorationprefixes by moving to MDN data (by Romain Menke).v10.4.10Compare Source
unicode-bidiprefixes by moving to MDN data.v10.4.9Compare Source
css-unicode-bidiissue from latest Can I Use.v10.4.8Compare Source
color-adjustwarning ifprint-color-adjustalso is in rule.v10.4.7Compare Source
print-color-adjustsupport in Firefox.v10.4.6Compare Source
print-color-adjustsupport.v10.4.5Compare Source
NaNin grid (by @SukkaW).v10.4.4Compare Source
package.fundingto have same value between all PostCSS packages.v10.4.3Compare Source
package.funding(by Álvaro Mondéjar).JedWatson/classnames (classnames)
v2.5.1Compare Source
workspacesfield from package (#350)v2.5.0Compare Source
interface(#341)exportsfield to package (#342)v2.4.0Compare Source
v2.3.3Compare Source
v2.3.2Compare Source
[Object object]in a vm, thanks Remco Haszing (#281)import-js/eslint-plugin-import (eslint-plugin-import)
v2.32.0Compare Source
Added
enforce-node-protocol-usage] rule andimport/node-versionsetting ([#3024], thanks [@GoldStrikeArch] and [@sevenc-nanashi])extensions]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier ([#3105], thanks [@Xunnamius])order]: addsortTypesGroupoption to allow intragroup sorting of type-only imports ([#3104], thanks [@Xunnamius])order]: addnewlines-between-typesoption to control intragroup sorting of type-only imports ([#3127], thanks [@Xunnamius])order]: addconsolidateIslandsoption to collapse excess spacing for aesthetically pleasing imports ([#3129], thanks [@Xunnamius])Fixed
no-unused-modules]: provide more meaningful error message when no .eslintrc is present ([#3116], thanks [@michaelfaith])order]: ensure arcane imports do not cause undefined behavior ([#3128], thanks [@Xunnamius])order]: resolve undefined property access issue when usingnamedordering ([#3166], thanks [@Xunnamius])enforce-node-protocol-usage]: avoid a crash with some TS code ([#3173], thanks [@ljharb])order]: codify invariants from docs into config schema ([#3152], thanks [@Xunnamius])Changed
extensions], [order]: improve documentation ([#3106], thanks [@Xunnamius])Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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 using a curated preset maintained by
. View repository job log here