chore(deps): update minor-and-patch (lts) #5809
Merged
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:
4.11.0
->4.11.2
4.11.0
->4.11.2
9.0.8
->9.0.9
7.0.2
->7.0.3
10.0.7
->10.0.8
10.5.5
->10.5.6
10.0.12
->10.0.16
1.22.2
->1.22.4
20.17.2
->20.17.6
8.5.12
->8.5.13
9.0.1
->9.1.0
28.8.3
->28.9.0
5.7.0
->5.10.2
9.1.6
->9.1.7
13.5.5
->13.5.6
2.12.0
->2.13.0
v1.27.0
->v1.27.1
4.1.0
->4.2.0
5.95.0
->5.96.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
apollographql/apollo-server (@apollo/server)
v4.11.2
Compare Source
(No change; there is a change to the
@apollo/server-integration-testsuite
used to test integrations, and the two packages always have matching versions.)v4.11.1
Compare Source
Patch Changes
#7952
bb81b2c
Thanks @glasser! - Upgrade dependencies so that automated scans don't detect a vulnerability.@apollo/server
depends onexpress
which depends oncookie
. Versions ofexpress
older than v4.21.1 depend on a version ofcookie
vulnerable to CVE-2024-47764. Users of olderexpress
versions who callres.cookie()
orres.clearCookie()
may be vulnerable to this issue.However, Apollo Server does not call this function directly, and it does not expose any object to user code that allows TypeScript users to call this function without an unsafe cast.
The only way that this direct dependency can cause a vulnerability for users of Apollo Server is if you call
startStandaloneServer
with a context function that calls Express-specific methods such asres.cookie()
orres.clearCookies()
on the response object, which is a violation of the TypeScript types provided bystartStandaloneServer
(which only promise that the response object is a core Node.jshttp.ServerResponse
rather than the Express-specific subclass). So this vulnerability can only affect Apollo Server users who use unsafe JavaScript or unsafeas
typecasts in TypeScript.However, this upgrade will at least prevent vulnerability scanners from alerting you to this dependency, and we encourage all Express users to upgrade their project's own
express
dependency to v4.21.1 or newer.ardatan/graphql-tools (@graphql-tools/merge)
v9.0.9
Compare Source
Patch Changes
[
dc5043b
]:ardatan/graphql-tools (@graphql-tools/resolvers-composition)
v7.0.3
Compare Source
Patch Changes
[
dc5043b
]:ardatan/graphql-tools (@graphql-tools/schema)
v10.0.8
Compare Source
Patch Changes
[
dc5043b
]:ardatan/graphql-tools (@graphql-tools/utils)
v10.5.6
Compare Source
Patch Changes
dc5043b
Thanks @enisdenjo! -
onError
andonEnd
callbacks frommapAsyncIterator
are invoked only once regardless of how many timesthrow
/return
was calledon the iterator
ardatan/graphql-tools (@graphql-tools/wrap)
v10.0.16
Compare Source
v10.0.15
Compare Source
Patch Changes
[
342e044
]:v10.0.14
Compare Source
Patch Changes
[
e9906eb
]:v10.0.13
Compare Source
Patch Changes
[
da1de08
]:neo4j/cypher-builder (@neo4j/cypher-builder)
v1.22.4
Compare Source
Patch Changes
e0d7f4b
Thanks @angrykoala! - DeprecatesCypherEnvironment
exported types in favor ofRawCypherContext
for usage inCypher.Raw
v1.22.3
Compare Source
Patch Changes
#444
be3c49e
Thanks @angrykoala! - DeprecateassignToPath
in clauses in favor ofassignTo
in PatternBefore:
Now:
Generates the Cypher:
#444
0a5bf6c
Thanks @angrykoala! - DeprecateCypher.Path
andCypher.NamedPath
in favor ofCypher.PathVariable
andCypher.NamedPathVariable
respectivelyopen-cli-tools/concurrently (concurrently)
v9.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0
jest-community/eslint-plugin-jest (eslint-plugin-jest)
v28.9.0
Compare Source
Features
28.8.3 (2024-09-04)
Bug Fixes
28.8.2 (2024-09-02)
Performance Improvements
28.8.1 (2024-08-29)
Bug Fixes
dotansimha/graphql-yoga (graphql-yoga)
v5.10.2
Compare Source
Patch Changes
#3491
7a413bc
Thanks @n1ru4l! - dependencies updates:
@whatwg-node/server@^0.9.55
↗︎(from
^0.9.54
, independencies
)#3491
7a413bc
Thanks @n1ru4l! - Fix issue where context values being shared between
batched requests.
A bug within
@whatwg-node/server
caused properties assigned to a batched requests context to bepropagated to all other batched requests contexts. It is resolved by updating the dependency of
@whatwg-node/server
to0.9.55
.v5.10.1
Compare Source
Patch Changes
20cd9b6
Thanks @ardatan! - dependencies updates:
@whatwg-node/fetch@^0.10.1
↗︎(from
^0.9.22
, independencies
)@whatwg-node/server@^0.9.54
↗︎(from
^0.9.50
, independencies
)v5.10.0
Compare Source
Minor Changes
f81501c
Thanks @maeldur! - Correctly handle HTTP GET requests with
?
characters in the query search string.
v5.9.0
Compare Source
Minor Changes
87ee333
Thanks @n1ru4l! - Inject initial context into
onParams
hook.Patch Changes
2523d9f
Thanks @kroupacz! - ### Fixed
version
v5.8.0
Compare Source
Minor Changes
18fe916
Thanks @kroupacz! - Add
version
property to get version of YogaPatch Changes
6bb19ed
Thanks @ardatan! - dependencies updates:
@whatwg-node/fetch@^0.9.22
↗︎(from
^0.9.18
, independencies
)@whatwg-node/server@^0.9.50
↗︎(from
^0.9.44
, independencies
)typicode/husky (husky)
v9.1.7
Compare Source
nock/nock (nock)
v13.5.6
Compare Source
Bug Fixes
parcel-bundler/parcel (parcel)
v2.13.0
Compare Source
Added
Core
Bundler
Dev Server
Resolver
Fixed
Core
Bundler
JavaScript
process.env
replacer to use SWC VisitMut – Details__filename
and__dirname
replace to use SWC VisitMut – DetailsResolver
TypeScript
SASS
SVG
Image
Vue
Web Extensions
slackapi/slack-github-action (slackapi/slack-github-action)
v1.27.1
: Slack Send V1.27.1Compare Source
What's changed
This release tags multiple updates to dependencies and a clarification in documentation 📚
No changes are needed to update from
slackapi/[email protected]
- other than bumping the version - but ongoing development is now happening on version@v2
and@v1
is no longer planning to receive significant updates after this.Please stay tuned for upcoming changes, and may all of your workflows run well ❤️
📚 Documentation
🧪 Maintenance
📦 Dependencies
Full Changelog: slackapi/slack-github-action@v1.27.0...v1.27.1
dividab/tsconfig-paths-webpack-plugin (tsconfig-paths-webpack-plugin)
v4.2.0
Compare Source
Added
Fixed
webpack/webpack (webpack)
v5.96.1
Compare Source
v5.96.0
Compare Source
Bug Fixes
output.environment.dynamicImport
to determine chunk format when no browserslist or targetoptimization.avoidEntryIife
output.devtoolNamespace
importModule
on the execution stageexport
andimport
css/auto
considers a module depending on its filename ascss
(pure CSS) orcss/local
, before it wascss/global
andcss/local
node
targeturl()
s and@import
parsingNew Features
/* webpackIgnore: true */
for CSS filessrc()
supportConfiguration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.