Skip to content
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 loader-utils, @geist-ui/react and next #122

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 19, 2022

Bumps loader-utils to 1.4.2 and updates ancestor dependencies loader-utils, @geist-ui/react and next. These dependencies need to be updated together.

Updates loader-utils from 1.4.0 to 1.4.2

Release notes

Sourced from loader-utils's releases.

v1.4.2

1.4.2 (2022-11-11)

Bug Fixes

v1.4.1

1.4.1 (2022-11-07)

Bug Fixes

Changelog

Sourced from loader-utils's changelog.

1.4.2 (2022-11-11)

Bug Fixes

1.4.1 (2022-11-07)

Bug Fixes

Commits

Updates @geist-ui/react from 2.1.5 to 2.2.5

Release notes

Sourced from @​geist-ui/react's releases.

v2.2.5

Improvements

  • Simplify style library type export. (No side effects, optimize tsc compilation speed only)

v2.2.4

Patches

  • Fix sharing of component contexts in esm mode. #681
  • Fix styled-jsx build failure in rollup. #681

v2.2.3

Patches

  • Remove the scale props before the component is passed to the real dom. #666 #671
  • Fix reference paths after type compilation. #673

v2.2.2

Patches

  • Remove all dependencies of the Geist UI
  • Redesign the bundling process to be compatible with ESM
  • Fix user build failure with ESM in production mode

v2.2.1

Patches

  • Fix the wrong file path of hooks in esm mode. #603
  • Fix the horizontal scrollbar of component Select is always visible. #655
  • Fix typo of component displayName in development mode. #612
  • Removed unnecessary code in Grid Component. #633
  • Upgrade dependencies to be compatible with Vite and next.js.

Credits

Thanks to @​Megrax @​jstolwijk @​zaguiini @​mnismt @​moatorres @​RodrigoTomeES @​craigglennie

v2.2.0

Improvements & Features

Scaleable

Scaleable is one of the most exciting features of this release, giving Geist a great deal of freedom and imagination, and EVERY COMPONENT fully supports the Scaleable feature.

We removed all size props, so that each component no longer needs to be manually scaled, but instead the scale props control the scaling function:

<Loading scale={0.5} />
</tr></table> 

... (truncated)

Commits
  • 29f3f6b chore: simplify the type srouce of third-party lib (#683)
  • 1bc7609 chore: append redirects for project renaming (#682)
  • fe6baec build: manually add references to styled-jsx for rollup ecosystem (#681)
  • 890d083 chore: rename the GH repository (#678)
  • f5aa131 chore: migrate project name to core (#676)
  • dae1da2 chore(examples): add alt text for image to avoid eslint warn (#672)
  • 184b474 chore: release v2.2.3 (#675)
  • fe8f1fb fix: fix reference paths after type compilation (#674)
  • 97b38f0 fix: remove the unknown props on elements (#671)
  • 70d79f1 chore: update nextjs example (#670)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by echo_unix, a new releaser for @​geist-ui/react since your current version.


Updates next from 10.1.3 to 13.0.4

Release notes

Sourced from next's releases.

v13.0.4

Core Changes

  • Show link to the docs for route segment config options: #42779
  • fix: Fix regression of swc minifier: #42790
  • Add additional item to RSC payload, preparing for head.tsx on navigation: #42791
  • Use window.location directly instead of parsing into URL: #42888
  • feat(next-swc/relay): Add javascript to language: #42894
  • types(#42003): better typing for next/link: #42117
  • Ensure query is provided correctly with middleware rewrites: #42818
  • feat(next/swc): allow to run custom turbopack binary: #42656
  • fix: Error: NEXT_REDIRECT crashing server in prod: #42793
  • Update caching for swc turbo builds: #42929
  • Handle head.js on client-side navigation: #42904
  • feat(jest): respect transpilePackages in tests: #42987
  • App files ending with page registred as page files: #42996
  • Allow generateStaticParams to be a synchronous function in app directory: #42942
  • chore(eslint-config-next): bump eslint-import-resolver-typescript: #43010
  • Ensure next.config.js function is handled for turbo: #43015
  • Fix app page check on windows: #43022
  • Add middleware prefetching config: #42936
  • Fix middleware prefetch cases: #43056
  • Ensure backslash is correctly handled in find-page-file: #43057
  • Fix app render: escape segment value #42626: #42823

Documentation Changes

  • docs: fix middleware docs cookie example: #42816
  • Update docs/advanced-features/debugging.md: #42842
  • docs(edge-api-routes): fixes example: #42903
  • Update SFCC example to use TypeScript + @next/font: #42865
  • Add more details to invalid-next-config doc: #42917
  • typo: #42968
  • Document regions config for experimental-edge: #43009
  • docs: Add examples of using multiple weights and styles: #43031

Example Changes

  • chore(examples): next/future/image -> next/image: #42794
  • docs(examples): auth0 update callback URL: #42855
  • Updates Apollo Server Examples to use Apollo Server 4 & @​as-integrations/next: #42771
  • Improve with-algolia-react-instantsearch example and convert to TypeScript: #42617
  • Convert blog cover images to next/image: #42908
  • Make cover image full width: #42916
  • Convert with-app-layout example to TypeScript: #42930
  • Tigris example with Next.js: #42662
  • feat(examples): with-grafbase: #42898
  • docs(examples): add postgres.js example: #42962
  • Remove with-atlaskit example: #42973
  • Remove with-carbon-components example: #42976

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vercel-release-bot, a new releaser for next since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [@geist-ui/react](https://github.com/geist-org/geist-ui) and [next](https://github.com/vercel/next.js). These dependencies need to be updated together.


Updates `loader-utils` from 1.4.0 to 1.4.2
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.0...v1.4.2)

Updates `@geist-ui/react` from 2.1.5 to 2.2.5
- [Release notes](https://github.com/geist-org/geist-ui/releases)
- [Commits](geist-org/geist-ui@v2.1.5...v2.2.5)

Updates `next` from 10.1.3 to 13.0.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@v10.1.3...v13.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
- dependency-name: "@geist-ui/react"
  dependency-type: direct:production
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 19, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants