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 all non-major dependencies #27

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) 2.27.7 -> 2.27.8 age adoption passing confidence
@next/eslint-plugin-next (source) 14.2.7 -> 14.2.11 age adoption passing confidence
@tailwindcss/typography 0.5.14 -> 0.5.15 age adoption passing confidence
@types/node (source) 20.16.2 -> 20.16.5 age adoption passing confidence
@types/react (source) 18.3.4 -> 18.3.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.3.0 -> 8.5.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.3.0 -> 8.5.0 age adoption passing confidence
clipanion (source) 4.0.0-rc.3 -> 4.0.0-rc.4 age adoption passing confidence
eslint-config-turbo (source) 2.1.0 -> 2.1.2 age adoption passing confidence
fumadocs-core (source) 13.3.2 -> 13.4.10 age adoption passing confidence
fumadocs-ui (source) 13.3.2 -> 13.4.10 age adoption passing confidence
next (source) 14.2.7 -> 14.2.11 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.10.0 age adoption passing confidence
postcss (source) 8.4.41 -> 8.4.45 age adoption passing confidence
tailwindcss (source) 3.4.10 -> 3.4.11 age adoption passing confidence
tsx (source) 4.19.0 -> 4.19.1 age adoption passing confidence
turbo (source) 2.1.0 -> 2.1.2 age adoption passing confidence
typescript (source) 5.5.4 -> 5.6.2 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.1 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.8

Compare Source

vercel/next.js (@​next/eslint-plugin-next)

v14.2.11

Compare Source

v14.2.10

Compare Source

v14.2.9

Compare Source

v14.2.8

Compare Source

What's Changed

[!NOTE]
This release is backporting bug fixes and minor improvements. It does not include all pending features/changes on canary.

Support esmExternals in app directory
Reading cookies set in middleware in components and actions
  • initialize ALS with cookies in middleware (#​65008)
  • fix middleware cookie initialization (#​65820)
  • ensure cookies set in middleware can be read in a server action (#​67924)
  • fix: merged middleware cookies should preserve options (#​67956)
Metadata and icons
  • support facebook-specific metadata (fb:app_id, fb:admins) in generateMetaData (#​65713)
  • Always collect static icons for all segments (#​68712)
  • Fix favicon merging with customized icons (#​67982)
  • Warn metadataBase missing in standalone mode or non vercel deployment (#​66296)
Parallel routes fixes
  • fix missing stylesheets when parallel routes are present (#​69507)
Draft mode and edge improvements
next/image fixes
  • Allow external image urls with _next/image pathname to be rendered via Image component (#​69586)
Server actions improvements
  • optimize server actions (#​66523)
  • Apply optimization for unused actions (#​69178)
  • Improve SWC transform ID generation (#​69183)
Other changes
  • Ensure we match comment minify behavior between terser and swc (#​68372)
  • send initialCanonicalUrl in array format to prevent crawler confusion (#​69509)
Create-next-app updates

Full Changelog: vercel/next.js@v14.2.7...v14.2.8


Huge thanks to everyone who contributed to this release:
@​abhi12299, @​delbaoliveira, @​eps1lon, @​ForsakenHarmony, @​huozhi, @​ijjk, @​JoshuaKGoldberg, @​leerob, @​lubieowoce, @​Netail, @​ronanru, @​samcx, @​shuding, @​sokra, @​stylessh, @​timfuhrmann, @​wbinnssmith, @​wyattjoh, @​ypessoa, @​ztanner

tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.15

Compare Source

Fixed
  • Support installing with alpha versions of Tailwind CSS v4 (#​358)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.5.0

Compare Source

🚀 Features
  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `

  • eslint-plugin: [no-unsafe-argument] differentiate error types

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer

  • eslint-plugin: [no-misused-promises] handle static method

  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis

  • eslint-plugin: [consistent-type-assertions] access parser services lazily

❤️ Thank You
  • f44da95
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v8.4.0

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.5.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.4.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

arcanis/clipanion (clipanion)

v4.0.0-rc.4

Compare Source

vercel/turborepo (eslint-config-turbo)

v2.1.2

Compare Source

v2.1.1: Turborepo v2.1.1

Compare Source

What's Changed

Docs
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.1.0...v2.1.1

fuma-nama/fumadocs (fumadocs-core)

v13.4.10

Compare Source

Patch Changes
  • 6231ad3: fix(types): PageData & MetaData exactOptionalPropertyTypes compat

v13.4.9

Compare Source

Patch Changes

v13.4.8

Compare Source

Patch Changes
  • 78e59e7: Support to add icons to link items in meta.json

v13.4.7

Compare Source

Patch Changes
  • 6e1923e: Fix ocean present background repeat
  • 6e1923e: Introduce rainbow variant on Banner component
  • Updated dependencies [6e1923e]
    • fumadocs-core@13.4.7

v13.4.6

Compare Source

Patch Changes
  • b33aff0: Fix typography styles
  • afb697e: Fix Next.js 14.2.8 dynamic import problems
  • 6bcd263: Fix Banner component z-index
  • Updated dependencies [afb697e]
  • Updated dependencies [daa66d2]
    • fumadocs-core@13.4.6

v13.4.5

Compare Source

Patch Changes
  • d46a3f1: Improve search dialog
    • fumadocs-core@13.4.5

v13.4.4

Compare Source

Patch Changes
  • Updated dependencies [729928e]
    • fumadocs-core@13.4.4

v13.4.3

Compare Source

Patch Changes
  • fumadocs-core@13.4.3

v13.4.2

Compare Source

Patch Changes

v13.4.1

Compare Source

Patch Changes
  • Updated dependencies [95dbba1]
    • fumadocs-core@13.4.1

v13.4.0

Compare Source

Minor Changes
  • 26f5360: Support built-in OG Image generation
Patch Changes
  • fumadocs-core@13.4.0

v13.3.3

Compare Source

Patch Changes
  • Updated dependencies [f8cc167]
    • fumadocs-core@13.3.3
vercel/next.js (next)

v14.2.11

Compare Source

v14.2.10

Compare Source

v14.2.9

Compare Source

v14.2.8

Compare Source

pnpm/pnpm (pnpm)

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

postcss/postcss (postcss)

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).
tailwindlabs/tailwindcss (tailwindcss)

v3.4.11

Compare Source

privatenumber/tsx (tsx)

v4.19.1

Compare Source

vercel/turborepo (turbo)

v2.1.2

Compare Source

v2.1.1: Turborepo v2.1.1

Compare Source

What's Changed

Docs
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.1.0...v2.1.1

microsoft/TypeScript (typescript)

v5.6.2

Compare Source

vitest-dev/vitest (vitest)

v2.1.1

   🐞 Bug Fixes
    View changes on GitHub

v2.1.0

Compare Source

This release makes another big change to the Browser Mode by introducing locators API:

test('renders blog posts', async () => {
  const screen = page.render(<Blog />)

  await expect.element(screen.getByRole('heading', { name: 'Blog' })).toBeInTheDocument()

  const [firstPost] = screen.getByRole('listitem').all()

  await firstPost.getByRole('button', { name: 'Delete' }).click()

  expect(screen.getByRole('listitem').all()).toHaveLength(3)
})

You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the page object from @vitest/browser/context.

   🚀 Features
   🐞 Bug Fixes

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 was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Aug 28, 2024

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

Name Status Preview Comments Updated (UTC)
fuma-content ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 13, 2024 3:46pm

@renovate renovate bot changed the title Update all non-major dependencies to v13.3.3 Update all non-major dependencies Aug 28, 2024
@fuma-nama fuma-nama merged commit df1a852 into main Sep 13, 2024
3 of 4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 13, 2024 16:05
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