-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bump the npm group across 1 directory with 21 updates #84
Closed
Conversation
This file contains 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
Bumps the npm group with 21 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `1.7.18` | `2.0.4` | | [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `14.1.4` | `14.2.4` | | [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` | | [jsdom](https://github.com/jsdom/jsdom) | `24.0.0` | `24.1.0` | | [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.4` | | [puppeteer-core](https://github.com/puppeteer/puppeteer) | `22.6.1` | `22.11.0` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.73` | `18.3.3` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.23` | `18.3.0` | | [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.2` | `6.4.6` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.2` | `16.0.0` | | [@types/gtag.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gtag.js) | `0.0.19` | `0.0.20` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `20.14.2` | | [cypress](https://github.com/cypress-io/cypress) | `13.7.1` | `13.11.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.5.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.4` | `14.2.4` | | [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `2.0.3` | `2.0.4` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.3` | `3.4.4` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.2` | `29.1.5` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` | Updates `@headlessui/react` from 1.7.18 to 2.0.4 - [Release notes](https://github.com/tailwindlabs/headlessui/releases) - [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/[email protected]/packages/@headlessui-react) Updates `@next/mdx` from 14.1.4 to 14.2.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v14.2.4/packages/next-mdx) Updates `clsx` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/lukeed/clsx/releases) - [Commits](lukeed/clsx@v2.1.0...v2.1.1) Updates `jsdom` from 24.0.0 to 24.1.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](jsdom/jsdom@24.0.0...24.1.0) Updates `next` from 14.1.4 to 14.2.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.1.4...v14.2.4) Updates `puppeteer-core` from 22.6.1 to 22.11.0 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](puppeteer/puppeteer@puppeteer-core-v22.6.1...puppeteer-core-v22.11.0) Updates `react` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react) Updates `@types/react` from 18.2.73 to 18.3.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-dom` from 18.2.0 to 18.3.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom) Updates `@types/react-dom` from 18.2.23 to 18.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `@testing-library/jest-dom` from 6.4.2 to 6.4.6 - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.4.2...v6.4.6) Updates `@testing-library/react` from 14.2.2 to 16.0.0 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v14.2.2...v16.0.0) Updates `@types/gtag.js` from 0.0.19 to 0.0.20 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gtag.js) Updates `@types/node` from 20.12.2 to 20.14.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.2.73 to 18.3.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.2.23 to 18.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `cypress` from 13.7.1 to 13.11.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v13.7.1...v13.11.0) Updates `eslint` from 8.57.0 to 9.5.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.5.0) Updates `eslint-config-next` from 14.1.4 to 14.2.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v14.2.4/packages/eslint-config-next) Updates `start-server-and-test` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/bahmutov/start-server-and-test/releases) - [Commits](bahmutov/start-server-and-test@v2.0.3...v2.0.4) Updates `tailwindcss` from 3.4.3 to 3.4.4 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.4.3...v3.4.4) Updates `ts-jest` from 29.1.2 to 29.1.5 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.1.2...v29.1.5) Updates `typescript` from 5.4.3 to 5.4.5 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.4.3...v5.4.5) --- updated-dependencies: - dependency-name: "@headlessui/react" dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: "@next/mdx" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: clsx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: jsdom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: next dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: puppeteer-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: "@types/gtag.js" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: start-server-and-test dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Jun 17, 2024
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
0 participants
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.
Bumps the npm group with 21 updates in the / directory:
1.7.18
2.0.4
14.1.4
14.2.4
2.1.0
2.1.1
24.0.0
24.1.0
14.1.4
14.2.4
22.6.1
22.11.0
18.2.0
18.3.1
18.2.73
18.3.3
18.2.0
18.3.1
18.2.23
18.3.0
6.4.2
6.4.6
14.2.2
16.0.0
0.0.19
0.0.20
20.12.2
20.14.2
13.7.1
13.11.0
8.57.0
9.5.0
14.1.4
14.2.4
2.0.3
2.0.4
3.4.3
3.4.4
29.1.2
29.1.5
5.4.3
5.4.5
Updates
@headlessui/react
from 1.7.18 to 2.0.4Release notes
Sourced from
@headlessui/react
's releases.... (truncated)
Changelog
Sourced from
@headlessui/react
's changelog.... (truncated)
Commits
7be23e5
2.0.4 -@headlessui/react
f740050
Use nativefieldset
instead ofdiv
by default for\<Fieldset />
componen...8c3499c
Only handle form reset whendefaultValue
is used (#3240)c2754bc
Ensure tabbing to a portalled\<PopoverPanel>
component moves focus inside (...b822c8a
Fix crash when toggling betweenvirtual
and non-virtual mode inCombobox
...b478189
MarkSwitchGroup
as deprecated, preferField
instead (#3232)7fcb410
do not applyaria-modal
in demo mode (#3227)045f2bc
Ensure page doesn't scroll down when pressingEscape
to close theDialog
...300e9eb
Update changelog3407625
Use same tenseUpdates
@next/mdx
from 14.1.4 to 14.2.4Release notes
Sourced from
@next/mdx
's releases.Commits
3078441
v14.2.42e7a96a
v14.2.3c850e4a
v14.2.2c0ae6f6
v14.2.1774563f
v14.2.07aabb1d
v14.2.0-canary.67265d7b9
v14.2.0-canary.6622754fa
v14.2.0-canary.65167ea33
v14.2.0-canary.64c289063
v14.2.0-canary.63Updates
clsx
from 2.1.0 to 2.1.1Release notes
Sourced from clsx's releases.
Commits
925494c
2.1.13d960ab
fix(types): includebigint
inClassValue
type (#96)684509c
chore: add licenses badgeUpdates
jsdom
from 24.0.0 to 24.1.0Release notes
Sourced from jsdom's releases.
Changelog
Sourced from jsdom's changelog.
Commits
4555914
Version 24.1.0a693107
Fix elements with names from Object.prototype8738255
Add regression test for comma selectora343932
Implement the getSetCookie() method of Headersf2fa507
Update URLs and fix grammar error7dc7ab9
Fix getComputedStyle() not-implemented messagef5f2468
Update dependencies and most dev dependenciesb32d82b
Fix wpt failure in overwritten-customElements-global.htmlUpdates
next
from 14.1.4 to 14.2.4Release notes
Sourced from next's releases.
Commits
3078441
v14.2.40538a0d
[not a backport] fix lint errors2807fb4
fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)efb476e
Add timeout/retry handling for fetch cache (#66652)c16a3f9
Use addDependency to track metadata route file changes (#66714)942e45a
Fix inconsistency with 404 getStaticProps cache-control (#66674)9728a35
Prevent append of trailing slash in cases where path ends with a file extensi...44661c2
ensure router cache updates reference the latest cache values (#66681)f7ec039
prevent duplicate RSC fetch when action redirects (#66620)dd6ab93
Fix loading navigation with metadata and prefetch (#66447)Updates
puppeteer-core
from 22.6.1 to 22.11.0Release notes
Sourced from puppeteer-core's releases.
... (truncated)
Commits
74d9969
chore: release main (#12573)5f2ee98
fix: do not wait for extension page targets on connect (#12574)0057f3f
feat: allow creating ElementHandles from the accessibility tree snapshot (#12...f5bc2b5
feat: roll to Chrome 126.0.6478.55 (r1300313) (#12572)defda09
chore: release main (#12507)dfefbd1
build(deps): bump chromium-bidi to 0.5.23 (#12569)aa54e97
chore(deps): Bump braces from 3.0.2 to 3.0.3 in /website (#12568)0ee705e
chore(build): update TypeScript to 5.4 (#12567)03e10a7
fix: add a way to run page.$$ without the isolation (#12539)9745173
chore(deps-dev): Bump the dev-dependencies group across 1 directory with 4 up...Updates
react
from 18.2.0 to 18.3.1Release notes
Sourced from react's releases.
Changelog
Sourced from react's changelog.
Commits
f1338f8
ExportReact.act
from 18.3d6c42f7
Bump to 18.3.173bfaa1
Turn on key spread warning in jsx-runtime for everyone (#25697)c2a246e
Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)2cfb474
Bump version from 18.2 to 18.3Maintainer 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.3Commits
Updates
react-dom
from 18.2.0 to 18.3.1Release notes
Sourced from react-dom's releases.
Changelog
Sourced from react-dom's changelog.
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.3Maintainer 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.0Commits
Updates
@testing-library/jest-dom
from 6.4.2 to 6.4.6Release notes
Sourced from
@testing-library/jest-dom
's releases.Commits
fd9ee68
fix: Support@starting-style
(#602)e8c8b13
fix: add js suffix to isEqualWith import (#599)f03a582
fix(infra): codecoverage token addition (#600)20aca33
fix: Updates role support for aria-required attribute intoBeRequired
(#590)bd82f64
refactor: replace lodash with own implementation when possible (#593)Updates
@testing-library/react
from 14.2.2 to 16.0.0Release notes
Sourced from
@testing-library/react
's releases.... (truncated)
Commits
a4744fa
feat: Move@testing-library/dom
and@types/react-dom
to peer dependencie...c1f2957
fix: Ensureact
is notany
whenReact.act
is not declared (#1323)b6e59f7
fix: export new act when available (#1319)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)Updates
@types/gtag.js
from 0.0.19 to 0.0.20Commits
Updates
@types/node
from 20.12.2 to 20.14.2Commits
Updates
@types/react
from 18.2.73 to 18.3.3Commits
Updates
@types/react-dom
from 18.2.23 to 18.3.0Commits
Updates
cypress
from 13.7.1 to 13.11.0Release notes
Sourced from cypress's releases.
Commits
09c6876
chore: release 13.11.0 (#29615)e790891
feat: add option to ignore chrome preferences (#29447)4ccdd86
misc: Add generic types to net-stubbing for use in intercept and wait (#29508)687eb60
fix: Launchpad perpetual loading state, in certain circumstances (#29597)f2894c4
perf: optimize reduce in wrapConsoleProps (#29501)41faa7e
chore: Update Chrome (stable) to 125.0.6422.141 and Chrome (beta) to 126.0.64...ea83415
chore: move questions-remain into cypress repo (#29542)e6b422c
chore: release@cypress/webpack-dev-server-v3
.9.0cf6b29dDescription has been truncated