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

Update Patch Dependencies #136

Merged
merged 2 commits into from
Sep 7, 2023
Merged

Update Patch Dependencies #136

merged 2 commits into from
Sep 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/server ^4.9.1 -> ^4.9.3 age adoption passing confidence
@as-integrations/next ^2.0.1 -> ^2.0.2 age adoption passing confidence
@headlessui/react ^1.7.16 -> ^1.7.17 age adoption passing confidence
@hookform/resolvers (source) ^3.3.0 -> ^3.3.1 age adoption passing confidence
@keystone-6/core (source) ^5.5.0 -> ^5.5.1 age adoption passing confidence
@marsidev/react-turnstile ^0.3.0 -> ^0.3.1 age adoption passing confidence
@tailwindcss/forms ^0.5.4 -> ^0.5.6 age adoption passing confidence
@tailwindcss/typography ^0.5.9 -> ^0.5.10 age adoption passing confidence
@types/dotenv-flow (source) ^3.3.0 -> ^3.3.1 age adoption passing confidence
@types/lodash (source) ^4.14.196 -> ^4.14.198 age adoption passing confidence
@types/node (source) ^18.17.3 -> ^18.17.14 age adoption passing confidence
@types/react (source) ^18.2.18 -> ^18.2.21 age adoption passing confidence
@vercel/analytics ^1.0.1 -> ^1.0.2 age adoption passing confidence
autoprefixer ^10.4.14 -> ^10.4.15 age adoption passing confidence
eslint-config-next (source) 13.4.12 -> 13.4.19 age adoption passing confidence
next (source) ^13.4.12 -> ^13.4.19 age adoption passing confidence
next-auth (source) ^4.23.0 -> ^4.23.1 age adoption passing confidence
pnpm (source) 8.7.0 -> 8.7.4 age adoption passing confidence
prettier (source) ^3.0.1 -> ^3.0.3 age adoption passing confidence
prettier-plugin-tailwindcss ^0.5.1 -> ^0.5.4 age adoption passing confidence
tsx ^3.12.7 -> ^3.12.8 age adoption passing confidence
turbo (source) ^1.10.12 -> ^1.10.13 age adoption passing confidence
zod (source) ^3.22.1 -> ^3.22.2 age adoption passing confidence

Release Notes

apollographql/apollo-server (@​apollo/server)

v4.9.3

Compare Source

Patch Changes
  • a1c725eaf Thanks @​trevor-scheer! - Ensure API keys are valid header values on startup

    Apollo Server previously performed no sanitization or validation of API keys on startup. In the case that an API key was provided which contained characters that are invalid as header values, Apollo Server could inadvertently log the API key in cleartext.

    This only affected users who:

    • Provide an API key with characters that are invalid as header values
    • Use either schema or usage reporting
    • Use the default fetcher provided by Apollo Server or configure their own node-fetch fetcher

    Apollo Server now trims whitespace from API keys and validates that they are valid header values. If an invalid API key is provided, Apollo Server will throw an error on startup.

    For more details, see the security advisory:
    GHSA-j5g3-5c8r-7qfx

v4.9.2

Compare Source

Patch Changes
  • #​7699 62e7d940d Thanks @​trevor-scheer! - Fix error path attachment for list items

    Previously, when errors occurred while resolving a list item, the trace builder would fail to place the error at the correct path and just default to the root node with a warning message:

    Could not find node with path x.y.1, defaulting to put errors on root node.

    This change places these errors at their correct paths and removes the log.

apollo-server-integrations/apollo-server-integration-next (@​as-integrations/next)

v2.0.2

Compare Source

Patch Changes
tailwindlabs/headlessui (@​headlessui/react)

v1.7.17

Compare Source

Fixed
  • Use correct value when resetting <Listbox multiple> and <Combobox multiple> (#​2626)
  • Render <MainTreeNode /> in Popover.Group component only (#​2634)
  • Disable smooth scrolling when opening/closing Dialog components on iOS (#​2635)
  • Don't assume <Tab /> components are available when setting the next index (#​2642)
  • Fix incorrectly focused Combobox.Input component on page load (#​2654)
  • Ensure appear works using the Transition component (even when used with SSR) (#​2646)
  • Improve resetting values when using the nullable prop on the Combobox component (#​2660)
  • Fix hydration of components inside <Suspense> (#​2663)
  • Prevent scrolling when focusing a tab (#​2674)
react-hook-form/resolvers (@​hookform/resolvers)

v3.3.1

Compare Source

Bug Fixes
keystonejs/keystone (@​keystone-6/core)

v5.5.1

Compare Source

marsidev/react-turnstile (@​marsidev/react-turnstile)

v0.3.1

Compare Source

   🚀 Features
    View changes on GitHub
tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.6

Compare Source

Fixed
  • Fix date time bottom spacing on MacOS Safari (#​146)

v0.5.5

Compare Source

Fixed
  • Fix text alignment on date and time inputs on iOS (#​144)
tailwindcss/typography (@​tailwindcss/typography)

v0.5.10

Compare Source

Fixed
  • Fix space between <figcaption> and <pre> (#​313)
  • Remove typography styles from not-prose elements in addition to their children (#​301)
  • Add <picture> styles (#​314)
  • Fix prose-invert when used with colors in light mode (#​315)
  • Add <kbd> styles (#​317)
  • Add description list (<dl>, <dt>, <dd>) styles (#​316)
vercel/analytics (@​vercel/analytics)

v1.0.2

Compare Source

postcss/autoprefixer (autoprefixer)

v10.4.15

Compare Source

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).
vercel/next.js (eslint-config-next)

v13.4.19

Compare Source

Core Changes
  • fix: invalid module transform for @headlessui/react: #​54206
  • chore: remove unnecessary type cast in dev-build-watcher: #​54221
  • fix process.env not being available in standalone mode: #​54203
  • Fix missing devPageFiles collection: #​54224
  • Add Route and LinkProps stub generics: #​54226
  • Use createClientModuleProxy from Flight Server: #​54232
  • Add default not found to loader tree of group routes root layer: #​54228
  • feat(image): add support for custom loaderFile when loader: default: #​53417
  • Fix renamed export of Server Actions: #​54241
  • Ensures App Router Link respects scroll-behavior: smooth when only hash is changed.: #​54243
Misc Changes
  • Update dd-trace used for internal tools: #​54214
  • (Fix)Broken upgrading.mdx link : #​54234
  • chore: skip CI run on forks: #​54219
  • chore(ci): bump cancel-workflow-action@0.11.0: #​54246
Credits

Huge thanks to @​opnay, @​styfle, @​timneutkens, @​ztanner, @​shuding, @​huozhi, @​vinaykulk621, @​balazsorban44, @​goguda, and @​coreyleelarson for helping!

v13.4.18

Compare Source

v13.4.17

Compare Source

Core Changes
  • fix(next/image): empty blur image when animated #​54028
  • Do not output pages 404 in tree view if app not-found is used: #​54051
  • Fix scroll bailout logic when targeting fixed/sticky elements: #​53873
  • Debug tracing: add updated modules and page to HMR span: #​53698
  • fix(next-swc): coerce mdxrs default options: #​54068
  • fix: don't add forceConsistentCasingInFileNames to tsconfig when ts version >= 5.0: #​51564
  • fix(47299): allow testing pages with metadata in jsdom test environment: #​53578
  • upgrade edge-runtime dependency: #​54117
  • Fix root not-found page tree loader structure: #​54080
  • chore: remove as any type cast: #​54074
  • chore: refactor to use fs.promises.rm(): #​54076
  • Refactor layout router creation in app-render: #​54126
  • chore(image): remove apple silicon workaround for versions older than node@16.5.0: #​54125
  • fix routing bug when bfcache is hit following an mpa navigation: #​54081
  • Tracing: add opt-in flag to send a subset of development traces to url: #​53880
  • fix(edge): override init when cloning with NextRequest: #​54108
  • OpenTel: remove the internal (ipc) fetched from traces in a non-verbose mode: #​54083
  • cleanup: remove unnecessary effect dep: #​54134
  • Next build: use exported handle_issues from turbopack: #​52972
  • node-web-streams: remove tee shim, use ReadableStream.tee: #​54079
  • fix: cookies().has() breaks in app-route: #​54112
  • Revert "fix(47299): allow testing pages with metadata in jsdom test environment": #​54160
Documentation Changes
  • fix missing ' in data-fetching/fetching-caching-and-revalidating: #​54058
Example Changes
  • Update Docker example to remove HOSTNAME: #​54102
Misc Changes
  • chore: hide "same on new version" without link: #​54048
  • chore(ci): small notes for the build steps: #​54073
  • chore: update lock bot wording: #​54099
  • Update swc_core to v0.79.59: #​54082
  • install-native.mjs: include packageManager field: #​54132
Credits

Huge thanks to @​balazsorban44, @​huozhi, @​ztanner, @​williamli, @​wbinnssmith, @​kwonoj, @​stefanprobst, @​feugy, @​timneutkens, @​kdy1, @​Kikobeats, @​styfle, @​dvoytenko, @​MaxLeiter, and @​devjiwonchoi for helping!

v13.4.16

Compare Source

Core Changes
  • Concept: test mode for Playwright and similar integration tools: #​52520
  • Turbopack: fix hiding node_modules warnings in error overlay.: #​54022
  • ci(next-swc): print glibc version when build: #​54026
  • Adjust internal action proxy export: #​54004
Documentation Changes
  • Update 05-client-side-rendering.mdx with latest tanstack query version: #​54009
  • Open Graph Image font declaration moved to correct place: #​53998
  • Update opengraph-image.mdx: Fix typo: #​54020
Misc Changes
  • Remove extra label from runner: #​54002
  • add standalone testcase for ipv6 hostnames: #​53999
  • release: add release log generation script: #​54006
  • test(ci): refine test suite name unique: #​54013
  • Leverage previous swc build images: #​54027
  • chore: mark build folder indexable: #​54029
  • Move turbo outside of build for docker swc builds: #​54035
Credits

Huge thanks to @​ijjk, @​ztanner, @​huozhi, @​lacymorrow, @​dvoytenko, @​kylemcd, @​kwonoj, @​tibi1220, @​wbinnssmith, and @​shuding for helping!

v13.4.15

Compare Source

v13.4.13

Compare Source

Core Changes
  • Improve internal web stream utils: #​53004
  • fix: Add Next-Url to http vary in consideration of intercept routes.: #​52746
  • update Turbopack: #​53098
  • Add app, error, and document entrypoints: #​53013
  • Turbopack: use edge environment in server-side rendering of client components too: #​53099
  • refactor(codemod): replace chalk with picocolors: #​53115
  • move webpack specific logic into a separate file: #​53114
  • feat(turbopack): emit MODULE_FEATURE telemetry from turbopack: #​52356
  • Fix not found hangs the build with overridden node env: #​53106
  • chore: update warning message from yarn add sharp to npm i sharp: #​53130
  • fix(edge): allow Request cloning via NextRequest: #​53157
  • chore: extract common get-validated-args: #​53165
  • Fix minimal basePath handling: #​53174
  • Updates @​typescript-eslint/parser to 6.1.0: #​52848
  • fix(next/image): washed out blur placeholder: #​52583
  • Handle basePath app-dir minimal case: #​53189
Documentation Changes
  • (Docs) add missing import.: #​52992
  • Fix formData code snippet in route handler docs: #​52532
  • docs: remove unneeded good to know section during installation: #​53078
  • docs: fix typo in 08-parallel-routes.mdx: #​53069
  • chore(docs): Extend the options for custom server init: #​52851
  • (Docs) Add missing import for useRef(): #​53015
  • (Docs) Remove FormData type on formData defined in .js file: #​53014
  • docs: fix codeblock for redirect: #​53120
  • chore(docs): client-side data fetching loading state: #​53164
Example Changes
  • feat: remove unused global variable: #​51767
Misc Changes
  • chore(ci): always run validate-docs-links action: #​53022
  • update install-native postinstall to use pnpm: #​53080
  • chore(ci): make validate-docs-links required: #​53123
  • chore(test): fix flaky tsconfig.json test: #​53132
  • chore(ci): fix validate-docs-links for non-PR: #​53129
  • Temporarily skip flakey action revalidate: #​53134
Credits

Huge thanks to @​vinaykulk621, @​Lantianyou, @​styfle, @​shuding, @​joulev, @​AkifumiSato, @​trigaten, @​HurSungYun, @​DevLab2425, @​sokra, @​alexkirsz, @​ztanner, @​leerob, @​SukkaW, @​kwonoj, @​huozhi, @​ijjk, @​balazsorban44, @​daniel-web-developer, @​ky1ejs, and @​arturbien for helping!

nextauthjs/next-auth (next-auth)

v4.23.1

Compare Source

Bugfixes

  • ts: correctly expose next-auth/adapters (20c3fe3)
  • use default submodules export in package.json (#​8330)
pnpm/pnpm (pnpm)

v8.7.4

Compare Source

Patch Changes
  • Fix a bug causing the pnpm server to hang if a tarball worker was requested while another worker was exiting #​7041.
  • Fixes a regression published with pnpm v8.7.3. Don't hang while reading package.json from the content-addressable store #​7051.
  • Allow create scoped package with preferred version. #​7053
  • Reverting a change shipped in v8.7 that caused issues with the pnpm deploy command and "injected dependencies" #​6943.
Our Gold Sponsors
Our Silver Sponsors

v8.7.3

Compare Source

Patch Changes

  • Fix a bug causing errors to be printed as "Cannot read properties of undefined (reading 'code')" instead of the underlying reason when using the pnpm store server #​7032

Our Gold Sponsors

Our Silver Sponsors

v8.7.2

Compare Source

v8.7.1

Compare Source

Patch Changes

  • Fixed an issue with extracting some old versions of tarballs #​6991.
  • Side-effects cache will now be leveraged when running install in a workspace that uses dedicated lockfiles for each project #​6890.
  • Reduce concurrency in the pnpm -r publish command #​6968.
  • Improved the pnpm update --interactive output by grouping dependencies by type. Additionally, a new column has been added with links to the documentation for outdated packages #​6978.

Our Gold Sponsors

Our Silver Sponsors

prettier/prettier (prettier)

v3.0.3

Compare Source

[diff](https://github.com/


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Aug 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
emily-calder-performing-arts ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 7, 2023 6:45am
emily-calder-performing-arts-admin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 7, 2023 6:45am

@renovate renovate bot changed the title Update pnpm to v8.6.12 Update Patch Dependencies Aug 6, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0a6de90 to 09df678 Compare August 6, 2023 16:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 09df678 to 85e2913 Compare August 7, 2023 07:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 85e2913 to d91daa9 Compare August 7, 2023 17:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d91daa9 to 510a30b Compare August 8, 2023 07:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 510a30b to c9a78cf Compare August 8, 2023 17:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c9a78cf to dac2d6e Compare August 8, 2023 22:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f42bc2d to 5c98977 Compare August 9, 2023 07:46
@vercel vercel bot temporarily deployed to Preview – emily-calder-performing-arts-admin August 9, 2023 07:49 Inactive
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5c98977 to fbec5d9 Compare August 9, 2023 19:25
@renovate
Copy link
Contributor Author

renovate bot commented Sep 7, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@borisno2 borisno2 merged commit aa3a5da into dev Sep 7, 2023
4 checks passed
@borisno2 borisno2 deleted the renovate/all-minor-patch branch September 7, 2023 07:08
borisno2 added a commit that referenced this pull request Sep 7, 2023
* Update Patch Dependencies

* workaround for build hanging

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Josh Calder <8251494+borisno2@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant