[Snyk] Upgrade: , clsx, framer-motion, meilisearch, next, next-themes, openai, p-map, pinecone-client, quick-lru, react-spinners, unified, rehype-format, rehype-raw, rehype-stringify, remark-gfm, remark-parse, remark-rehype, remark-stringify #29
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.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
@vercel/analytics
⚠️ This is a major version upgrade, and may be a breaking change | 4 months ago
⚠️ This is a major version upgrade, and may be a breaking change | 5 months ago
⚠️ This is a major version upgrade, and may be a breaking change | 23 days ago
⚠️ This is a major version upgrade, and may be a breaking change | 24 days ago
⚠️ This is a major version upgrade, and may be a breaking change | 22 days ago
⚠️ This is a major version upgrade, and may be a breaking change | 6 months ago
⚠️ This is a major version upgrade, and may be a breaking change | a year ago
⚠️ This is a major version upgrade, and may be a breaking change | a year ago
⚠️ This is a major version upgrade, and may be a breaking change | 3 months ago
⚠️ This is a major version upgrade, and may be a breaking change | a year ago
⚠️ This is a major version upgrade, and may be a breaking change | a year ago
⚠️ This is a major version upgrade, and may be a breaking change | a year ago
⚠️ This is a major version upgrade, and may be a breaking change | a year ago
⚠️ This is a major version upgrade, and may be a breaking change | a year ago
⚠️ This is a major version upgrade, and may be a breaking change | 8 months ago
⚠️ This is a major version upgrade, and may be a breaking change | a year ago
from 0.1.11 to 1.3.1 | 28 versions ahead of your current version
on 2024-05-24
clsx
from 1.2.1 to 2.1.1 | 5 versions ahead of your current version
on 2024-04-23
framer-motion
from 10.18.0 to 11.3.31 | 134 versions ahead of your current version
on 2024-08-29
meilisearch
from 0.31.1 to 0.42.0 | 28 versions ahead of your current version | 25 days ago
on 2024-08-26
next
from 13.5.7 to 14.2.7 | 338 versions ahead of your current version
on 2024-08-27
next-themes
from 0.2.1 to 0.3.0 | 2 versions ahead of your current version | 6 months ago
on 2024-03-13
openai
from 3.3.0 to 4.57.0 | 149 versions ahead of your current version
on 2024-08-29
p-map
from 5.5.0 to 7.0.2 | 4 versions ahead of your current version
on 2024-04-03
pinecone-client
from 1.1.2 to 2.0.0 | 2 versions ahead of your current version
on 2023-10-23
quick-lru
from 6.1.2 to 7.0.0 | 1 version ahead of your current version
on 2023-09-11
react-spinners
from 0.13.8 to 0.14.1 | 2 versions ahead of your current version | 3 months ago
on 2024-06-26
unified
from 10.1.2 to 11.0.5 | 6 versions ahead of your current version
on 2024-06-19
rehype-format
from 4.0.1 to 5.0.0 | 1 version ahead of your current version
on 2023-08-30
rehype-raw
from 6.1.1 to 7.0.0 | 1 version ahead of your current version
on 2023-08-26
rehype-stringify
from 9.0.4 to 10.0.0 | 1 version ahead of your current version
on 2023-08-26
remark-gfm
from 3.0.1 to 4.0.0 | 1 version ahead of your current version
on 2023-09-18
remark-parse
from 10.0.2 to 11.0.0 | 1 version ahead of your current version
on 2023-09-18
remark-rehype
from 10.1.0 to 11.1.0 | 2 versions ahead of your current version
on 2024-01-11
remark-stringify
from 10.0.3 to 11.0.0 | 1 version ahead of your current version
on 2023-09-18
Issues fixed by the recommended upgrade:
SNYK-JS-AXIOS-6032459
SNYK-JS-AXIOS-6124857
SNYK-JS-NEXT-6828457
Release notes
Package name: @vercel/analytics
What's Changed
Full Changelog: 1.3.0...1.3.1
What's Changed
Full Changelog: 1.2.2...1.3.0
What's Changed
Full Changelog: 1.2.1...1.2.2
What's Changed
New Contributors
Full Changelog: 1.2.0...1.2.1
What's Changed
Full Changelog: 1.1.4...1.2.0
Improved
route
support for race conditionsImprove route support in pages router
Further improve route support and better testing
What's Changed
New Contributors
Full Changelog: 1.1.3...1.1.4
What's Changed
Full Changelog: 1.1.2...1.1.3
Package name: clsx
Patches
bigint
inClassValue
type: (#96): 3d960abAccommodates recent
@ types/react
changes toReactNode
.Thank you @ ViliamKopecky~!
Chores
licenses.dev
badge: 684509cThis service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for
polka@next
and a largerastro
example.Features
Add new
clsx/lite
submodule forstring
-only usage: 1a49142This is a 140b version of
clsx
that is ideal for Tailwind and/or React contexts, which typically follow thisclsx
usage pattern:import { clsx as lite } from 'clsx/lite';
// strings-only usage is identical
clsx('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
lite('foo', null, 'bar', true && 'baz'); //=> "foo bar baz"
// clsx/lite ignores all non-strings
clsx('foo', { a: true, b: false, c: true }); //=> "foo a c"
lite('foo', { a: true, b: false, c: true }); //=> "foo"
Patches
arguments.length
&array.length
for 6% performance gain (#26): deff09bAdds 5 bytes (+2%) for ~3% avg performance gain
Thank you @ jalalazimi
Chores
nyc
withc8
in CI: 6e2468eThank you @ andipaetzold and @ acusti
Breaking
"exports"
map for native ESM support (#57): 3ec8e9f, 0949868Also supports TypeScript's
node16
/nodenext
module resolutionMaintains CommonJS support (with fixed TS definitions)
Thank you @ remcohaszing~!
Chores
Thank you @ kevinlowe0x3F7 & @ kevinlowe0x3F7
2.0.0-next.0
Patches
clsx
export tooChores
Package name: framer-motion
v11.3.31
v11.3.31-alpha.0
v11.3.30
v11.3.29
v11.3.29-alpha.0
v11.3.28
v11.3.28-alpha.1
v11.3.28-alpha.0
v11.3.27
v11.3.26
Package name: meilisearch
This version introduces features released on Meilisearch v1.10.0 🎉
Check out the changelog of Meilisearch v1.10.0 for more information on the changes.
More details here
query
,inputField
,inputType
,pathToEmbeddings
andembeddingObject
.request
andresponse
headers
🚀 Enhancements
Hybrid search improvements (#1692) @ mdubus
url
parameter to the OpenAI embedderdimensions
is now available as an optional parameter forollama
embedders.Add federated search parameters (#1689) @ flevi29
locale
search parameter (#1693) @ flevi29⚙️ Maintenance/misc
Thanks again to @ amit-ksh, @ brunoocasali, @ curquiza, @ flevi29, @ mdubus, @ meili-bors[bot] ! 🎉
This version introduces features released on Meilisearch v1.9.0 🎉
Check out the changelog of Meilisearch v1.9.0 for more information on the changes.
🚀 Enhancements
rankingScoreThreshold
insearch
(#1669) @ the-sinner and insearchGet
(#1673) @ mdubus🔒 Security
⚙️ Maintenance/misc