zanzibar-annotated
zanzibar-annotated copied to clipboard
Bump the npm group across 1 directory with 16 updates
Bumps the npm group with 16 updates in the / directory:
Package | From | To |
---|---|---|
@headlessui/react | 1.7.18 |
1.7.19 |
@next/mdx | 14.1.4 |
14.2.3 |
@types/jsdom | 20.0.1 |
21.1.6 |
clsx | 2.1.0 |
2.1.1 |
next | 14.1.4 |
14.2.3 |
puppeteer-core | 22.6.1 |
22.7.1 |
react | 18.2.0 |
18.3.1 |
@types/react | 18.2.73 |
18.3.1 |
react-dom | 18.2.0 |
18.3.1 |
@types/react-dom | 18.2.23 |
18.3.0 |
@testing-library/react | 14.2.2 |
15.0.5 |
@types/node | 20.12.2 |
20.12.7 |
cypress | 13.7.1 |
13.8.1 |
eslint | 8.57.0 |
9.1.1 |
eslint-config-next | 14.1.4 |
14.2.3 |
typescript | 5.4.3 |
5.4.5 |
Updates @headlessui/react
from 1.7.18 to 1.7.19
Release notes
Sourced from @headlessui/react
's releases.
@headlessui/react
@v1
.7.19Fixed
- Make sure panels re-register when IDs are calculated in React < 18 (#2883)
- Expose
disabled
state on<Tab />
component (#2918)- Prevent default behaviour when clicking outside of a
Dialog.Panel
(#2919)- Add
hidden
attribute to internal<Hidden />
component when theFeatures.Hidden
feature is used (#2955)- Allow setting custom
tabIndex
on the<Switch />
component (#2966)- Forward
disabled
state to hidden inputs in form-like components (#3004)- Respect
selectedIndex
for controlled<Tab/>
components (#3037)
Changelog
Sourced from @headlessui/react
's changelog.
[1.7.19] - 2024-04-15
Fixed
- Make sure panels re-register when IDs are calculated in React < 18 (#2883)
- Expose
disabled
state on<Tab />
component (#2918)- Prevent default behavior when clicking outside of a
Dialog.Panel
(#2919)- Add
hidden
attribute to internal<Hidden />
component when theFeatures.Hidden
feature is used (#2955)- Allow setting custom
tabIndex
on the<Switch />
component (#2966)- Forward
disabled
state to hidden inputs in form-like components (#3004)- Respect
selectedIndex
for controlled<Tab/>
components (#3037)[2.0.0-alpha.4] - 2024-01-03
Fixed
- Ensure
Input
,Select
andTextarea
exposeRef
related types (#2902)[2.0.0-alpha.3] - 2023-12-20
Fixed
- Further fine tune scroll locking on iOS (#2891)
[2.0.0-alpha.2] - 2023-12-20
Fixed
- Allow horizontal scrolling inside the
Dialog
component (#2889)- Improve cancellation of events when using
disabled
oraria-disabled
attributes (#2890)[2.0.0-alpha.1] - 2023-12-20
Added
- Add
immediate
prop to<Combobox />
for immediately opening the Combobox when theinput
receives focus (#2686)- Add
virtual
prop toCombobox
component (#2779)- Add new
Checkbox
component- Add new
Radio
component as an alternative to the existingRadioGroup.Option
component- Add new
Button
component- Add new
Input
component- Add new
Textarea
component- Add new
Select
component- Add new
Field
,Label
,Description
,Fieldset
andLegend
components- Add new
DataInteractive
component- Add new
anchor
andmodal
prop toComboboxOptions
,ListboxOptions
,MenuItems
andPopoverPanel
components- Add new
ListboxSelectedOption
component- Add new
MenuSection
,MenuHeading
, andMenuSeparator
components- Add new simplified
data-*
attributes as an alternative to the existingdata-headlessui-state="..."
attribute- Add
autoFocus
prop on focusable components (which maps todata-autofocus
)
... (truncated)
Commits
8599e49
1.7.19 -@headlessui/react
6784a73
RespectselectedIndex
for controlled\<Tab/>
components (#3037)2fd9d1c
Forwarddisabled
state to hidden inputs in form-like components (#3004)e9df8dd
Allow setting customtabIndex
on the\<Switch />
component (#2966)04695b2
Addhidden
attribute to internal\<Hidden />
component when the `Features....46a9b32
Don’t override explicitdisabled
prop for components inside\<MenuItem>
(#...39210df
Prevent default behaviour when clicking outside of aDialog.Panel
(#2919)369be39
Exposedisabled
state on\<Tab />
component (#2918)2b161b3
Make sure panels re-register when IDs are calculated in React < 18 (#2883)7ca6174
re-add new features to CHANGELOG- See full diff in compare view
Updates @next/mdx
from 14.1.4 to 14.2.3
Release notes
Sourced from @next/mdx
's releases.
v14.2.3
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Fix: resolve mixed re-exports module as cjs (#64681)
- fix: mixing namespace import and named import client components (#64809)
- Fix mixed exports in server component with barrel optimization (#64894)
- Fix next/image usage in mdx(#64875)
- fix(fetch-cache): fix additional typo, add type & data validation (#64799)
- prevent erroneous route interception during lazy fetch (#64692)
- fix root page revalidation when redirecting in a server action (#64730)
- fix: remove traceparent from cachekey should not remove traceparent from original object (#64727)
- Clean-up fetch metrics tracking (#64746)
Credits
Huge thanks to
@huozhi
,@samcx
,@ztanner
,@Jeffrey-Zutt
, and@ijjk
for helping!v14.2.2
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Fix Server Action error logs for unhandled POST requests (#64315)
- Improve rendering performance (#64408)
- Fix the method prop case in Server Actions transform (#64398)
- fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity (#64405)
- tweak test for Azure (#64424)
- router restore should take priority over pending actions (#64449)
- Fix client boundary inheritance for barrel optimization (#64467)
- improve turborepo caching (#64493)
- feat: strip traceparent header from cachekey (#64499)
- Fix more Turbopack build tests
- Update lockfile for compatibility with turbo (#64360)
- Fix typo in dynamic-rendering.ts (#64365)
- Fix DynamicServerError not being thrown in fetch (#64511)
- fix(next): Metadata.openGraph values not resolving basic values when type is set (#63620)
- disable production chunking in dev (#64488)
- Fix cjs client components tree-shaking (#64558)
- fix refresh behavior for discarded actions (#64532)
- fix: filter out middleware requests in logging (#64549)
- Turbopack: Allow client components to be imported in app routes (#64520)
- Fix ASL bundling for dynamic css (#64451)
- add pathname normalizer for actions (#64592)
- fix incorrect refresh request when basePath is set (#64589)
- test: skip turbopack build test (#64356)
- hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows (#64677)
... (truncated)
Commits
Updates @types/jsdom
from 20.0.1 to 21.1.6
Commits
- See full diff in compare view
Updates clsx
from 2.1.0 to 2.1.1
Release notes
Sourced from clsx's releases.
v2.1.1
Patches
- (types) Include
bigint
inClassValue
type: (#96): 3d960ab Accommodates recent@types/react
changes toReactNode
. Thank you@ViliamKopecky
~!Chores
- Add
licenses.dev
badge: 684509c This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table forpolka@next
and a largerastro
example.
Full Changelog: https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1
Commits
925494c
2.1.13d960ab
fix(types): includebigint
inClassValue
type (#96)684509c
chore: add licenses badge- See full diff in compare view
Updates next
from 14.1.4 to 14.2.3
Release notes
Sourced from next's releases.
v14.2.3
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Fix: resolve mixed re-exports module as cjs (#64681)
- fix: mixing namespace import and named import client components (#64809)
- Fix mixed exports in server component with barrel optimization (#64894)
- Fix next/image usage in mdx(#64875)
- fix(fetch-cache): fix additional typo, add type & data validation (#64799)
- prevent erroneous route interception during lazy fetch (#64692)
- fix root page revalidation when redirecting in a server action (#64730)
- fix: remove traceparent from cachekey should not remove traceparent from original object (#64727)
- Clean-up fetch metrics tracking (#64746)
Credits
Huge thanks to
@huozhi
,@samcx
,@ztanner
,@Jeffrey-Zutt
, and@ijjk
for helping!v14.2.2
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Fix Server Action error logs for unhandled POST requests (#64315)
- Improve rendering performance (#64408)
- Fix the method prop case in Server Actions transform (#64398)
- fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity (#64405)
- tweak test for Azure (#64424)
- router restore should take priority over pending actions (#64449)
- Fix client boundary inheritance for barrel optimization (#64467)
- improve turborepo caching (#64493)
- feat: strip traceparent header from cachekey (#64499)
- Fix more Turbopack build tests
- Update lockfile for compatibility with turbo (#64360)
- Fix typo in dynamic-rendering.ts (#64365)
- Fix DynamicServerError not being thrown in fetch (#64511)
- fix(next): Metadata.openGraph values not resolving basic values when type is set (#63620)
- disable production chunking in dev (#64488)
- Fix cjs client components tree-shaking (#64558)
- fix refresh behavior for discarded actions (#64532)
- fix: filter out middleware requests in logging (#64549)
- Turbopack: Allow client components to be imported in app routes (#64520)
- Fix ASL bundling for dynamic css (#64451)
- add pathname normalizer for actions (#64592)
- fix incorrect refresh request when basePath is set (#64589)
- test: skip turbopack build test (#64356)
- hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows (#64677)
... (truncated)
Commits
2e7a96a
v14.2.3a230be4
Clean-up fetch metrics tracking (#64746)73c2d63
fix: remove traceparent from cachekey should not remove traceparent from orig...dd44191
fix root page revalidation when redirecting in a server action (#64730)8b4c234
prevent erroneous route interception during lazy fetch (#64692)d6a7ca0
fix(fetch-cache): fix additional typo, add type & data validation (#64799)4a6b511
Fix next/image usage in mdx (#64875)04cc13c
Fix mixed exports in server component with barrel optimization (#64894)8d01d49
fix: mixing namespace import and named import client components (#64809)de84e3a
Fix: resolve mixed re-exports module as cjs (#64681)- Additional commits viewable in compare view
Updates puppeteer-core
from 22.6.1 to 22.7.1
Release notes
Sourced from puppeteer-core's releases.
puppeteer-core: v22.7.1
22.7.1 (2024-04-25)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
@puppeteer/browsers
bumped from 2.2.2 to 2.2.3puppeteer-core: v22.7.0
22.7.0 (2024-04-23)
Features
- roll to Chrome 124.0.6367.60 (r1274542) (#12305) (ed9d7dd)
- webdriver: support Network interception (#12279) (8fa52a5)
Bug Fixes
puppeteer-core: v22.6.5
22.6.5 (2024-04-15)
Bug Fixes
- remove NetworkServiceInProcess2 set by default (#12261) (ff4f70f), closes #12257
- use setImmediate to reduce flakiness when processing events (#12264) (73403b3)
Dependencies
- The following workspace dependencies were updated
- dependencies
@puppeteer/browsers
bumped from 2.2.1 to 2.2.2puppeteer-core: v22.6.4
22.6.4 (2024-04-11)
Bug Fixes
... (truncated)
Commits
feef2a3
chore: release main (#12318)eba4636
ci: switch to macos-13 (#12326)e35e783
chore: make a single visibility check (#12317)e254f74
chore: remove type castings (#12322)9763703
test: change test for BrowserContext (#12321)c9a5644
fix(performance): speed up Firefox profile creation (#12320)943ade7
build(deps): bump chromium-bidi to 0.5.19 (#12319)1241ccc
fix: roll to Chrome 124.0.6367.78 (r1274542) (#12314)165e3ec
chore: update FF expectations after latest nighty (#12316)be259de
test: fail faster if browser crashes (#12310)- Additional commits viewable in compare view
Updates react
from 18.2.0 to 18.3.1
Release notes
Sourced from react's releases.
18.3.1 (April 26, 2024)
- Export
act
fromreact
f1338f18.3.0 (April 25, 2024)
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
- Allow writing to
this.refs
to support string ref codemod 909071- Warn for deprecated
findDOMNode
outside StrictMode c3b283- Warn for deprecated
test-utils
methods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultProps
for function components #25699- Warn when spreading
key
#25697- Warn when using
act
fromtest-utils
d4ea75React DOM
Changelog
Sourced from react's changelog.
18.3.1 (April 26, 2024)
- Export
act
fromreact
f1338f18.3.0 (April 25, 2024)
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
- Allow writing to
this.refs
to support string ref codemod 909071- Warn for deprecated
findDOMNode
outside StrictMode c3b283- Warn for deprecated
test-utils
methods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultProps
for function components #25699- Warn when spreading
key
#25697- Warn when using
act
fromtest-utils
d4ea75React DOM
Commits
Maintainer changes
This version was pushed to npm by react-bot, a new releaser for react since your current version.
Updates @types/react
from 18.2.73 to 18.3.1
Commits
- See full diff in compare view
Updates react-dom
from 18.2.0 to 18.3.1
Release notes
Sourced from react-dom's releases.
18.3.1 (April 26, 2024)
- Export
act
fromreact
f1338f18.3.0 (April 25, 2024)
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
- Allow writing to
this.refs
to support string ref codemod 909071- Warn for deprecated
findDOMNode
outside StrictMode c3b283- Warn for deprecated
test-utils
methods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultProps
for function components #25699- Warn when spreading
key
#25697- Warn when using
act
fromtest-utils
d4ea75React DOM
Changelog
Sourced from react-dom's changelog.
18.3.1 (April 26, 2024)
- Export
act
fromreact
f1338f18.3.0 (April 25, 2024)
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
- Allow writing to
this.refs
to support string ref codemod 909071- Warn for deprecated
findDOMNode
outside StrictMode c3b283- Warn for deprecated
test-utils
methods d4ea75- Warn for deprecated Legacy Context outside StrictMode 415ee0
- Warn for deprecated string refs outside StrictMode #25383
- Warn for deprecated
defaultProps
for function components #25699- Warn when spreading
key
#25697- Warn when using
act
fromtest-utils
d4ea75React DOM
Commits
d6c42f7
Bump to 18.3.18a015b6
Add deprecation warning for unmountComponentAtNodec3b2839
Add deprecation warning for findDOMNoded4ea75d
ReactDOMTestUtils deprecation warnings7548c01
DeprecaterenderToStaticNodeStream
(#28872) (#28874)5894232
Enable warning for defaultProps on function components for everyone (#25699)c2a246e
Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)2cfb474
Bump version from 18.2 to 18.3- See full diff in compare view
Maintainer changes
This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.
Updates @types/react-dom
from 18.2.23 to 18.3.0
Commits
- See full diff in compare view
Updates @testing-library/react
from 14.2.2 to 15.0.5
Release notes
Sourced from @testing-library/react
's releases.
v15.0.5
15.0.5 (2024-04-26)
Bug Fixes
v15.0.4
15.0.4 (2024-04-23)
Bug Fixes
v15.0.3
15.0.3 (2024-04-23)
Bug Fixes
v15.0.2
15.0.2 (2024-04-13)
Bug Fixes
v15.0.1
15.0.1 (2024-04-11)
Bug Fixes
v15.0.0
15.0.0 (2024-04-10)
Release
BREAKING CHANGES
... (truncated)
Commits
f6a1677
chore: Adjust tests to workaround 18.3.0 bug (#1315)d143f46
fix: Stop restrictingcontainer
option based onhydrate
(#1313)48282c2
fix: EnsurerenderHook
options extend options forrender
(#1308)067d0c6
fix: Don't raise TypeScript errors when hydatingdocument
(#1304)c63b873
fix: ImprovelegacyRoot
error message (#1301)1645d21
fix: Stop using nullish coalescing (#1299)787cb85
Release: 15.0.0 (#1295)9c4a46d
feat: Add support for React 19 Canary (#1294)4e10ba3
chore: change canary version to specific prefix (#1290)cf045b4
chore: Update Codecov configuration to latest (#1289)- See full diff in compare view
Updates @types/node
from 20.12.2 to 20.12.7
Commits
- See full diff in compare view
Updates @types/react
from 18.2.73 to 18.3.1
Commits
- See full diff in compare view
Updates @types/react-dom
from 18.2.23 to 18.3.0
Commits
- See full diff in compare view
Updates cypress
from 13.7.1 to 13.8.1
Release notes
Sourced from cypress's releases.
v13.8.1
Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1
v13.8.0
Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0
v13.7.3
Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3
v13.7.2
Changelog: https://docs.cypress.io/guides/references/changelog#13-7-2
Commits
52347d6
chore: release 13.8.1 (#29390)867a973
perf: support activated service worker that is not handling requests (#29349)b188ad3
chore: standardize having authors removed from package.json (#29380)45cff01
misc: ensure 'its' function type excludes null and undefined (#28872) (#28904)8db1b23
chore(deps): update dependency filesize to v10 (#29379)c5fa260
fix: added validation for timeout for query operations (#29327)05ff7df
chore: Update v8 snapshot cache (#29382)4e7e3a2
fix: websocket closed (tentative) (#29347)734968a
chore: Add experimentalMemoryManagement flag to our cy-in-cy App tests (#29359)e23460c
dependency: update dependency zod to ^3.22.5 (#29367)- Additional commits viewable in compare view
Updates eslint
from 8.57.0 to 9.1.1
Release notes
Sourced from eslint's releases.
v9.1.1
Bug Fixes
v9.1.0
Features
03068f1
feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)751b518
feat: replace dependency graphemer withIntl.Segmenter
(#18110) (Francesco Trotta)4d11e56
feat: addname
to eslint configs (#18289) (唯然)1cbe1f6
feat: allowwhile(true)
inno-constant-condition
(#18286) (Tanuj Kanti)0db676f
feat: addIntl
in es6 globals (#18318) (唯然)Bug Fixes
8d18958
fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas)594eb0e
fix: do not crash on error infs.walk
filter (#18295) (Francesco Trotta)0d8cf63
fix: EMFILE errors (#18313) (Nicholas C. Zakas)e1ac0b5
fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas)09675e1
fix:--no-ignore
should not apply to non-global ignores (#18334) (Milos Djermanovic)Documentation
fb50077
docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden)71c771f
docs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós)200fd4e
docs: indicate eslintrc mode for.eslintignore
(#18285) (Francesco Trotta)16b6a8b
docs: Update README (GitHub Actions Bot)df5f8a9
docs:paths
andpatterns
difference inno-restricted-imports
(#18273) (Tanuj Kanti)c537d76
docs: updatenpm init @eslint/config
generated file names (#18298) (唯然)e1e305d
docs: fixlinebreak-style
examples (#18262) (Francesco Trotta)113f51e
docs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas)5c35321
docs: add eslintrc-only note to--rulesdir
(#18281) (Adam Lui 刘展鹏)Build Related
Chores
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
zanzibar-annotated | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 29, 2024 5:41am |
Looks like these dependencies are updatable in another way, so this is no longer needed.