-
Notifications
You must be signed in to change notification settings - Fork 0
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
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 7, 2024 15:52
b164de1
to
42fdeff
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 7, 2024 19:59
42fdeff
to
2d16e62
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 8, 2024 09:11
2d16e62
to
ac4ed23
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 8, 2024 14:07
ac4ed23
to
0e360e6
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 9, 2024 20:01
0e360e6
to
4d75001
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 12, 2024 14:10
4d75001
to
44e8d7d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 12, 2024 18:57
44e8d7d
to
d7ade0b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 13, 2024 10:22
d7ade0b
to
f665845
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 13, 2024 15:05
f665845
to
4f1abc8
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 13, 2024 22:21
4f1abc8
to
2d2e5d5
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 14, 2024 18:18
2d2e5d5
to
793aa95
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 15, 2024 17:32
793aa95
to
c10b644
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 16, 2024 20:20
c10b644
to
a075fff
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 18, 2024 09:10
a075fff
to
16320ad
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 18, 2024 13:08
16320ad
to
369e181
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 19, 2024 05:18
369e181
to
6371e8b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 19, 2024 16:56
6371e8b
to
d4b3a07
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 19, 2024 20:21
d4b3a07
to
4ecb53c
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 21, 2024 01:02
4ecb53c
to
28d782b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
0.5.13
->0.5.14
20.14.11
->20.16.1
18.3.3
->18.3.4
8.0.0
->8.2.0
8.0.0
->8.2.0
10.4.19
->10.4.20
2.0.9
->2.0.14
13.0.1
->13.3.2
13.0.1
->13.3.2
9.6.0
->9.7.1
8.4.39
->8.4.41
3.4.6
->3.4.10
8.2.2
->8.2.4
4.16.2
->4.17.0
2.0.9
->2.0.14
5.5.3
->5.5.4
2.0.4
->2.0.5
Release Notes
tailwindlabs/tailwindcss-typography (@tailwindcss/typography)
v0.5.14
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.2.0
Compare Source
🚀 Features
require-await
to removeasync
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
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 decoratoreslint-plugin: [prefer-optional-chain] wrong parenthesis fix output
eslint-plugin: [no-unnecessary-type-parameters] clarify message
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.0.1
Compare Source
🩹 Fixes
❤️ Thank You
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
fit-content
prefix for Firefox.vercel/turborepo (eslint-config-turbo)
v2.0.14
: Turborepo v2.0.14Compare Source
What's Changed
Changelog
Full Changelog: vercel/turborepo@v2.0.13...v2.0.14
v2.0.13
: Turborepo v2.0.13Compare Source
What's Changed
Docs
Changelog
--affected
toturbo ls
by @NicholasLYang in https://github.com/vercel/turbo/pull/8970New Contributors
Full Changelog: vercel/turborepo@v2.0.12...v2.0.13
v2.0.12
: Turborepo v2.0.12Compare Source
What's Changed
Docs
@turbo/repository
Changelog
turbo.json
by @dimitropoulos in https://github.com/vercel/turbo/pull/8757New Contributors
Full Changelog: vercel/turborepo@v2.0.11...v2.0.12
v2.0.11
: Turborepo v2.0.11Compare Source
What's Changed
Changelog
New Contributors
Full Changelog: vercel/turborepo@v2.0.10...v2.0.11
v2.0.10
: Turborepo v2.0.10Compare 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 button0e0ef8c
]v13.3.1
Compare Source
Patch Changes
7258c4b
: Fix thumb not rendered on initial renderv13.3.0
Compare Source
Minor Changes
8f5b19e
: IntroduceDocsTitle
,DocsDescription
andDocsCategory
components32ca37a
: Support Clerk-style TOC9aae448
: Support multiple toc active itemsc542561
: Use cookie to store active locale onalways
modePatch Changes
4916f84
]fd46eb6
]fd46eb6
]fd46eb6
]fd46eb6
]9aae448
]c542561
]v13.2.2
Compare Source
Patch Changes
36b771b
: Remark Image: Support relative import path61b91fa
: Improve Fumadocs OpenAPI supportv13.2.1
Compare Source
Patch Changes
17fa173
: Remark Image: Support fetching image size of external urlsv13.2.0
Compare Source
Patch Changes
96c9dda
: Change Heading scroll marginsv13.1.0
Compare Source
Patch Changes
f280191
: Page Tree Builder: Sort folders to bottomv13.0.7
Compare Source
Patch Changes
e7c52f2
: Fix code styles in headings37bbfff
]v13.0.6
Compare Source
Patch Changes
1622e36
: Fix bug breaking Tailwind CSS IntelliSense VSCode Extensionv13.0.5
Compare Source
Patch Changes
2cf65f6
: Support debounce value on algolia search clientv13.0.4
Compare Source
Patch Changes
5355391
: Support indexing description field on documentsv13.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
4819820
]pnpm/pnpm (pnpm)
v9.7.1
Compare Source
v9.7.0
: pnpm 9.7Compare Source
Minor Changes
Added pnpm version management. If the
manage-package-manager-versions
setting is set totrue
, pnpm will switch to the version specified in thepackageManager
field ofpackage.json
#8363. This is the same field used by Corepack. Example: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 ofpkg
installed,pnpm patch pkg
and subsequentpnpm patch-commit $edit_dir
will create an entry namedpkg
inpnpm.patchedDependencies
. And pnpm will attempt to apply this patch to other versions ofpkg
in the future.Change the default edit dir location when running
pnpm patch
from a temporary directory tonode_modules/.pnpm_patches/pkg[@​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 runnode-gyp rebuild
if the project has abinding.gyp
file even if the project doesn't have an install script #8293.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
postcss/postcss (postcss)
v8.4.41
Compare Source
v8.4.40
Compare Source
tailwindlabs/tailwindcss (tailwindcss)
v3.4.10
Compare Source
v3.4.9
Compare Source
Fixed
vendor
foldersv3.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
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.13Compare Source
What's Changed
Docs
Changelog
--affected
toturbo ls
by @NicholasLYang in https://github.com/vercel/turbo/pull/8970New 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.
This PR was generated by Mend Renovate. View the repository job log.