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 #22

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tailwindcss/typography 0.5.13 -> 0.5.14 age adoption passing confidence
@types/node (source) 20.14.11 -> 20.16.1 age adoption passing confidence
@types/react (source) 18.3.3 -> 18.3.4 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.0.0 -> 8.2.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.0.0 -> 8.2.0 age adoption passing confidence
autoprefixer 10.4.19 -> 10.4.20 age adoption passing confidence
eslint-config-turbo (source) 2.0.9 -> 2.0.14 age adoption passing confidence
fumadocs-core (source) 13.0.1 -> 13.3.2 age adoption passing confidence
fumadocs-ui (source) 13.0.1 -> 13.3.2 age adoption passing confidence
pnpm (source) 9.6.0 -> 9.7.1 age adoption passing confidence
postcss (source) 8.4.39 -> 8.4.41 age adoption passing confidence
tailwindcss (source) 3.4.6 -> 3.4.10 age adoption passing confidence
tsup (source) 8.2.2 -> 8.2.4 age adoption passing confidence
tsx (source) 4.16.2 -> 4.17.0 age adoption passing confidence
turbo (source) 2.0.9 -> 2.0.14 age adoption passing confidence
typescript (source) 5.5.3 -> 5.5.4 age adoption passing confidence
vitest (source) 2.0.4 -> 2.0.5 age adoption passing confidence

Release Notes

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

v0.5.14

Compare Source

  • Fix table text alignment (#​346)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.2.0

Compare Source

🚀 Features
  • eslint-plugin: add suggestion to require-await to remove async keyword
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then

  • eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment

  • eslint-plugin: delete [] in message if ReadOnly<string[]> is detected

  • eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary

  • eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections

❤️ Thank You
  • Abraham Guo
  • Dave
  • Jake Bailey
  • James
  • Josh Goldberg ✨
  • liuxingbaoyu
  • Yukihiro Hasegawa
  • Yutong Zhu

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

v8.1.0

Compare Source

🚀 Features
  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true

  • typescript-estree: restrict variable declarator definite/init combinations

  • eslint-plugin: [no-unsafe-return] check promise any

  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods

🩹 Fixes
  • eslint-plugin: [no-unsafe-enum-comparison] typo in test

  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references

  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator

  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output

  • eslint-plugin: [no-unnecessary-type-parameters] clarify message

❤️ Thank You
  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

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

v8.0.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unused-vars] ignore imports used only as types
❤️ Thank You
  • Jake Bailey

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

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

v8.2.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.1.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.0.1

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.

postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
vercel/turborepo (eslint-config-turbo)

v2.0.14: Turborepo v2.0.14

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.0.13...v2.0.14

v2.0.13: Turborepo v2.0.13

Compare Source

What's Changed

Docs
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.12...v2.0.13

v2.0.12: Turborepo v2.0.12

Compare Source

What's Changed

Docs
@​turbo/repository
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.11...v2.0.12

v2.0.11: Turborepo v2.0.11

Compare Source

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.10...v2.0.11

v2.0.10: Turborepo v2.0.10

Compare Source

What's Changed

Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.9...v2.0.10

fuma-nama/fumadocs (fumadocs-core)

v13.3.2

Compare Source

Patch Changes
  • 17746a6: Support built-in edit on github button
  • Updated dependencies [0e0ef8c]
    • fumadocs-core@13.3.2

v13.3.1

Compare Source

Patch Changes
  • 7258c4b: Fix thumb not rendered on initial render
    • fumadocs-core@13.3.1

v13.3.0

Compare Source

Minor Changes
  • 8f5b19e: Introduce DocsTitle, DocsDescription and DocsCategory components
  • 32ca37a: Support Clerk-style TOC
  • 9aae448: Support multiple toc active items
  • c542561: Use cookie to store active locale on always mode
Patch Changes

v13.2.2

Compare Source

Patch Changes
  • 36b771b: Remark Image: Support relative import path
  • 61b91fa: Improve Fumadocs OpenAPI support

v13.2.1

Compare Source

Patch Changes
  • 17fa173: Remark Image: Support fetching image size of external urls

v13.2.0

Compare Source

Patch Changes
  • 96c9dda: Change Heading scroll margins

v13.1.0

Compare Source

Patch Changes
  • f280191: Page Tree Builder: Sort folders to bottom

v13.0.7

Compare Source

Patch Changes
  • e7c52f2: Fix code styles in headings
  • Updated dependencies [37bbfff]
    • fumadocs-core@13.0.7

v13.0.6

Compare Source

Patch Changes
  • 1622e36: Fix bug breaking Tailwind CSS IntelliSense VSCode Extension
    • fumadocs-core@13.0.6

v13.0.5

Compare Source

Patch Changes
  • 2cf65f6: Support debounce value on algolia search client

v13.0.4

Compare Source

Patch Changes
  • 5355391: Support indexing description field on documents

v13.0.3

Compare Source

Patch Changes
  • 978342f: Type file system utilities (Note: This is an internal module, you're not supposed to reference it)

v13.0.2

Compare Source

Patch Changes
  • Updated dependencies [4819820]
    • fumadocs-core@13.0.2
pnpm/pnpm (pnpm)

v9.7.1

Compare Source

v9.7.0: pnpm 9.7

Compare Source

Minor Changes

  • Added pnpm version management. If the manage-package-manager-versions setting is set to true, pnpm will switch to the version specified in the packageManager field of package.json #​8363. This is the same field used by Corepack. Example:

    {
      "packageManager": "pnpm@9.3.0"
    }
  • Added the ability to apply patch to all versions #​8337.

    If the key of pnpm.patchedDependencies is a package name without a version (e.g. pkg), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version of pkg installed, pnpm patch pkg and subsequent pnpm patch-commit $edit_dir will create an entry named pkg in pnpm.patchedDependencies. And pnpm will attempt to apply this patch to other versions of pkg in the future.

  • Change the default edit dir location when running pnpm patch from a temporary directory to node_modules/.pnpm_patches/pkg[@&#8203;version] to allow the code editor to open the edit dir in the same file tree as the main project #​8379.

  • Substitute environment variables in config keys #​6679.

Patch Changes

  • pnpm install should run node-gyp rebuild if the project has a binding.gyp file even if the project doesn't have an install script #​8293.
  • Print warnings to stderr #​8342.
  • Peer dependencies of optional peer dependencies should be automatically installed #​8323.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

postcss/postcss (postcss)

v8.4.41

Compare Source

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).
tailwindlabs/tailwindcss (tailwindcss)

v3.4.10

Compare Source

v3.4.9

Compare Source

Fixed
  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

Compare Source

v3.4.7

Compare Source

egoist/tsup (tsup)

v8.2.4

Compare Source

Bug Fixes

v8.2.3

Compare Source

privatenumber/tsx (tsx)

v4.17.0

Compare Source

v4.16.5

Compare Source

Bug Fixes
  • resolver: directory import nested ".." (2fada74)

This release is also available on:

v4.16.4

Compare Source

Bug Fixes

This release is also available on:

v4.16.3

Compare Source

vercel/turborepo (turbo)

v2.0.14

Compare Source

v2.0.13: Turborepo v2.0.13

Compare Source

What's Changed
Docs
Changelog
New Contributors

Full Changelog: vercel/turborepo@v2.0.12...v2.0.13

v2.0.12: Turborepo v2.0.12

[Compare Source](https://tog


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 7, 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 Aug 21, 2024 1:03am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b164de1 to 42fdeff Compare August 7, 2024 15:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 42fdeff to 2d16e62 Compare August 7, 2024 19:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2d16e62 to ac4ed23 Compare August 8, 2024 09:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac4ed23 to 0e360e6 Compare August 8, 2024 14:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e360e6 to 4d75001 Compare August 9, 2024 20:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4d75001 to 44e8d7d Compare August 12, 2024 14:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 44e8d7d to d7ade0b Compare August 12, 2024 18:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d7ade0b to f665845 Compare August 13, 2024 10:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f665845 to 4f1abc8 Compare August 13, 2024 15:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4f1abc8 to 2d2e5d5 Compare August 13, 2024 22:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2d2e5d5 to 793aa95 Compare August 14, 2024 18:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 793aa95 to c10b644 Compare August 15, 2024 17:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c10b644 to a075fff Compare August 16, 2024 20:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a075fff to 16320ad Compare August 18, 2024 09:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4ecb53c to 28d782b Compare August 21, 2024 01:02
@fuma-nama fuma-nama merged commit 1d49eae into main Aug 21, 2024
3 of 4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 21, 2024 13:12
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