generated from timelessco/next-ts-app-template
-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): ⬆️ update prod dependencies (minor) - autoclosed #17
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
Closed
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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
4fef846 to
270ad3c
Compare
270ad3c to
56d6543
Compare
56d6543 to
f037b06
Compare
f037b06 to
4bd7082
Compare
4bd7082 to
2554fd5
Compare
2554fd5 to
1132724
Compare
1132724 to
72e0988
Compare
72e0988 to
ed298e3
Compare
ed298e3 to
67c13f9
Compare
67c13f9 to
0a32f1c
Compare
0a32f1c to
e8c477e
Compare
e8c477e to
0f7ff5d
Compare
7a648d2 to
f196cdb
Compare
f196cdb to
f49358f
Compare
f49358f to
bfeae8c
Compare
bfeae8c to
c2fb48d
Compare
c2fb48d to
7fc14b0
Compare
7fc14b0 to
2c124f2
Compare
2c124f2 to
c5bd990
Compare
c5bd990 to
87c1c07
Compare
87c1c07 to
10ae0bb
Compare
10ae0bb to
e4977e2
Compare
e4977e2 to
82999a9
Compare
82999a9 to
86682da
Compare
86682da to
4d3ac8c
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:
2.0.4->2.2.10.17.0->0.18.02.0.0-next.36->2.0.0-next.4412.2.3->12.3.40.16.17->0.16.19Release Notes
chakra-ui/chakra-ui (@chakra-ui/hooks)
v2.2.1Compare Source
Patch Changes
63431c1efThanks @segunadebayo! - Fix issue with use
client directive in next.js
v2.2.0Compare Source
Minor Changes
169d71679Thanks @DimovyM! - Added option to listen
context menu click in useOutsideClick
v2.1.6Patch Changes
2e07db479Thanks @segunadebayo! - useClipboard:
Improve reactivity by ensuring it uses the latest reference of the passed
valuev2.1.5Patch Changes
ddbb1b4c4Thanks @segunadebayo! - Bump all packages
b427ef966Thanks @segunadebayo! - Fix issue where
useDimensionuses stale value of node referenceUpdated dependencies
[
ddbb1b4c4]:v2.1.4Compare Source
Patch Changes
[
9cdd43733]:v2.1.3Compare Source
Patch Changes
#7154
2d7398a01Thanks @segunadebayo! - ## All components
Improved the bundling setup for all components.
.mjsfile extension for correct ESM behaviortsupwill uses automatic JSX runtime detectionremoving the need for manually inject classic
Reactimporttsupconfig topackage.jsonsince it's very minimalclean-package.config.jsonin favor of thepackage.jsonpropertyUpdated dependencies
[
2d7398a01,0eedc151c]:v2.1.2Compare Source
Patch Changes
75eaba929Thanks @anddoutoi! - Fix issue where using
@chakra-ui/reactin a TypeScript project with"type": "module"inpackage.jsonand"moduleResolution": "Node16"intsconfig.jsoncannotfind the types.
[
75eaba929]:v2.1.1Compare Source
Patch Changes
49dc149ccThanks @Andarist! - Fixed issue where focus
sometimes moved back to the open element when it was intentionally moved away
from it.
v2.1.0Compare Source
Minor Changes
ed7f878b3Thanks @noobinthisgame! - Added
setValueas function exposed byuseClipboardto enable control over thevalue after first initialization
v2.0.11Compare Source
Patch Changes
#6648
9de39921bThanks @cschroeter! - Declare package exports
@see https://webpack.js.org/guides/package-exports/
Updated dependencies
[
9de39921b,d945b9a7d]:v2.0.10Compare Source
Patch Changes
#6666
3e1b3f6b6Thanks @TylerAPfledderer! - Add missing
component/function docs and relative docsite links.
Ensures that all Components, functions, and hooks that have detailed pages on
the Chakra site have corresponding JSDocs and links back to the docsite via
IDE intellisense.
Includes adding or fixing links within these docs to related WAI-ARIA
patterns.
Updated dependencies
[
99329e44a]:v2.0.9Patch Changes
445661955Thanks @anubra266! - - Initial release of
react hooks
[
445661955]:v2.0.8Patch Changes
Force release
Updated dependencies []:
v2.0.7Patch Changes
#6457
04ff824acThanks @segunadebayo! - Deprecate
useDimensionsin favor of theuseSizehookUpdated dependencies
[
dffc18b17,99af1e29f]:v2.0.6Patch Changes
Force new release
Updated dependencies []:
v2.0.5Patch Changes
1839e22ebThanks @segunadebayo! - - Force release due
to change in build configuration
mainandmoduleentries[
1839e22eb]:reach/reach-ui (@reach/skip-nav)
v0.18.0Compare Source
Minor Changes
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.We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define
--reach-<pkg>in your own stylesheets to silence dev warnings.Patch Changes
@reach/polymorphic@0.18.0ariakit/ariakit (ariakit)
v2.0.0-next.44Compare Source
Patch Changes
Checkboxwith a stringvalueprop used in combination with theuseCheckboxStatehook. (#2223)v2.0.0-next.43Compare Source
Patch Changes
<Popover portal>with no tabbable elements inside. (#2170)v2.0.0-next.42Compare Source
Patch Changes
Extracted React specific utilities from the
ariakit-utilspackage to theariakit-react-utilspackage. (#1819)Fixed type errors in TypeScript v4.8. (#1885)
TypeScript: Renamed types to have unique names matching their pattern. (#2153)
Updated dependencies:
ariakit-utils@0.17.0-next.27,ariakit-react-utils@0.17.0-next.27.v2.0.0-next.41Compare Source
Minor Changes
Improved
ComboboxwithautoSelectbehavior. (#1821)Before, when
autoSelectwas enabled, the first item would be selected only on text insertion. That is, deleting or pasting text was ignored. Now, the first item is selected on any change to the input value, including programmatic changes.Updated the behavior of
autoComplete="inline"andautoComplete="both"onComboboxso the completion string is only appended and highlighted when the caret is at the end of the input. (#1823)Added
moveOnKeyPressprop toCompositeItem. (#1821)Added
moveOnKeyPressprop toComposite. (#1821)Patch Changes
Comboboxwhen pressing modifier keys. (#1826)v2.0.0-next.40Compare Source
Minor Changes
Activating
CompositeItemelements rendered as links with Cmd/Ctrl+Enter now correctly opens the new tab in the background instead of bringing it to front. (#1771)Added support for clicking on
CompositeItemelements rendered as links with Alt+Enter to start a download. (#1771)Improved
CompositeTypeaheadruntime performance. (#1792)Added
displayNameto components in development. (#1791)Patch Changes
Fixed
ComboboxwithautoComplete="inline"orautoComplete="both"not allowing text selection in some cases. (#1773)Fixed
onFocusVisibletiming on theFocusablecomponent so it waits for any logic in focus/keydown events to be performed before applying thedata-focus-visibleattribute. (#1774)Fixed stale validity state on
FormField. (#1778)Fixed nested
Menuprematurely hiding when moving the mouse to it on Safari. (#1764)Fixed
Popoverblurred pixels when trying to fit viewport. (#1793)Fixed
portalRefprop type onPortalnot accepting mutable refs with initial value set tonull.Fixed
Selectnot getting focus when some browser extensions (like 1password) automatically moves focus to the next form element. (#1777)Updated dependencies:
ariakit-utils@0.17.0-next.26.v2.0.0-next.39Compare Source
Minor Changes
Improved support for
CompositeItemrendered as a link. This includesComboboxItem,MenuItem, andSelectItemcomponents. (#1736)Now clicking on
<a>items with a mouse or keyboard while pressingmetaKey(macOS) orctrlKey(PC) opens the link in a new tab as expected. Popovers won't close andSelect/Comboboxvalues won't change when clicking with those modifiers.The
roleattribute onMenuButton, when inside another menu, is now based on the popover role instead of being alwaysmenuitem. (#1728)Patch Changes
Fixed
Collectionitems order when adding items from start. (#1748)Fixed
Comboboxnot calling theonKeyDownprop when pressing printable keys. (#1739)Fixed
Hovercardprematurely hiding when moving mouse to it when the card is positioned diagonally to the anchor. (#1742)Fixed
aria-labelledbyattribute onMenunot pointing to the correct element when usingMenuHeading. (#1737)Fixed
TabwithdefaultSelectedIdon React 17. (#1724)Updated dependencies:
ariakit-utils@0.17.0-next.25.v2.0.0-next.38Compare Source
Minor Changes
Updated the
backdropprop type onDialogso it accepts elements with a legacyrefprop type. (#1703)The logic behind animations on
Disclosureand derived components (Dialog,Menu,Popover, etc.) has been refactored and is more reliable. (#1699)v2.0.0-next.37Compare Source
Minor Changes
Improved
focusandblurevents onCompositecomponents. (#1691)The
Dialogcomponent doesn't modify the scroll behavior when auto focusing elements on show/hide anymore. (#1687)Patch Changes
Fixed
autoSelectbehavior Combobox loses focus. (#1679)Fixed
ComboboxPopoverhiding when theComboboxCancelcomponent gets focused. (#1677)Fixed double focus on
CompositeItemwhen combining multipleCompositecomponents. (#1689)Fixed
Hovercardnot hiding after scroll. (#1680)Fixed
PopoverandTooltipinitial placement when inside an element withposition: relative. (#1676)Fixed the order that blur events are fired on
PortalwithpreserveTabOrderset totrue. (#1681)Updated dependencies:
ariakit-utils@0.17.0-next.24.vercel/next.js (next)
v12.3.4Compare Source
v12.3.3Compare Source
v12.3.2Compare Source
v12.3.1Compare Source
Core Changes
experimental: { esmExternals: 'loose' }: #40377next/dynamicshould only add default loading without suspense: #40397AppType: #40391onLoadconcurrent rendering resilient: #40191fallbackNodePolyfills: false: #40612notFound: truein/withnext export: #40592CONTRIBUTING.md: #40515Documentation Changes
swcMinify: trueout of "Experimental features" section: #40394loadingproperty: #40488Example Changes
Misc Changes
link:instead offile:in CONTRIBUTING.md: #40510/errors/directory.tar: #40513next/scriptbeforeInteractive test in both dev & prod: #40541Credits
Huge thanks to @huozhi, @shuding, @ijjk, @jasham, @Kikobeats, @wyattjoh, @rubytree33, @timneutkens, @balazsorban44, @andrewrjohn, @SukkaW, @hanneslund, @leerob, @Djo1e, @kdy1, @msafi, @tknickman, @feugy, @cramforce, @ryparker, @victorboucher, @steven-tey, @JDansercoer, @janklimo, @hiro0218, @HaNdTriX, @migueloller, @flex-kyunghwa, @saalimzafar, @alxhotel, @janicklas-ralph, @feedthejim, and @chornos13 for helping!
v12.3.0Compare Source
Core Changes
SPACE_AROUND_COLONregex: #39710fetchresponse: #39608onErrorhandling innext/future/image: #39824next/future/imagewhenobjectFitorobjectPosition: #39614next/future/imageblur-up placeholder : #39785@vercel/nft@0.22.0: #39906AppProps's generic forpageProps: #38867next/future/imageincorrectly warning forfill+blur: #39986experimental.fallbackNodePolyfillsflag: #39248next/scriptin the server build by default: #40013next/future/imageto use svg blur placeholder duringnext dev: #39992<noscript>fromnext/future/image: #40075filePathbeing wrongly stringified: #40070altto required innext/future/image: #40136next devandnext start: #40118next/future/image,remotePatterns,unoptimized: #40142@vercel/nft@0.22.1: #40164next/config: #40224next/future/imageto support onlywidthor onlyheight: #40278RemoveConsole: #40296react/no-unknown-property: #40331onLoadingCompletefornext/future/imageto receive reference to<img>: #40326Documentation Changes
next/future/imagedocs about Known Browser Bugs: #39759exportPathMapwithgetStaticPaths: #39813next/future/imagewith details about computed aspect ratio: #39829largePageDataBytesin warning docs: #39941script.md: #40017pageExtensions: #40016jest.config.js: #40090remotePatternsimage config: #40350Example Changes
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.