-
Notifications
You must be signed in to change notification settings - Fork 153
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
fix(deps): update minor-and-patch (dev) #5992
Conversation
|
5a9967c
to
264e721
Compare
264e721
to
f664784
Compare
f664784
to
5555cdc
Compare
5555cdc
to
982977f
Compare
982977f
to
e7cea14
Compare
e7cea14
to
3b0b7c7
Compare
3b0b7c7
to
f7c1214
Compare
f7c1214
to
deb7416
Compare
deb7416
to
5ff27d9
Compare
3c62176
to
a7653c8
Compare
a7653c8
to
1a25e6b
Compare
1a25e6b
to
157bcbc
Compare
157bcbc
to
f9386c2
Compare
f9386c2
to
c596f2f
Compare
c596f2f
to
d5536f2
Compare
d5536f2
to
dff0b2c
Compare
This PR contains the following updates:
2.9.3
->2.10.0
2.9.3
->2.10.0
7.26.0
->7.26.9
7.26.0
->7.26.9
0.5.0
->0.5.1
2.27.11
->2.28.0
9.0.17
->9.0.19
7.0.11
->7.0.13
10.0.16
->10.0.18
10.6.1
->10.8.1
10.0.29
->10.0.31
2.3.0
->2.3.1
9.0.7
->9.0.8
22.10.9
->22.13.4
8.5.13
->8.5.14
8.21.0
->8.24.0
8.21.0
->8.24.0
3.7.0
->3.8.0
5.9.6
->5.10.0
15.4.2
->15.4.3
5.27.0
->5.28.1
5.27.0
->5.28.1
14.0.0
->14.0.1
3.4.2
->3.5.1
v1.64.1
->v1.65.0
5.97.1
->5.98.0
Release Notes
apollographql/federation (@apollo/gateway)
v2.10.0
Compare Source
Patch Changes
8927e315ab0e865ef3ff12320f265ee95588b899
,8927e315ab0e865ef3ff12320f265ee95588b899
]:apollographql/federation (@apollo/subgraph)
v2.10.0
Compare Source
Patch Changes
When resolving references, skip type resolution if the reference resolves to null. (#3215)
Updated dependencies [
8927e315ab0e865ef3ff12320f265ee95588b899
,8927e315ab0e865ef3ff12320f265ee95588b899
]:babel/babel (@babel/core)
v7.26.9
Compare Source
🐛 Bug Fix
babel-types
TSPropertySignature.kind
(@liuxingbaoyu)babel-generator
,babel-types
🏠 Internal
babel-types
.ts
files with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core
@types/gensync
in Babel 7 (@nicolo-ribaudo)v7.26.8
Compare Source
v7.26.8 (2025-02-08)
🏠 Internal
babel-preset-env
v7.26.7
Compare Source
🐛 Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
babel-plugin-transform-typeof-symbol
typeof
in arrow functions (@liuxingbaoyu)babel-parser
ranges
option in estree method value (@JLHwung)babel-core
babel-plugin-transform-typescript
babel-plugin-transform-typescript
,babel-traverse
,babel-types
import x = y.z
(@liuxingbaoyu)changesets/changesets (@changesets/changelog-github)
v0.5.1
Compare Source
ardatan/graphql-tools (@graphql-tools/merge)
v9.0.19
Compare Source
Patch Changes
[
651a5dc
]:v9.0.18
Compare Source
Patch Changes
[
0a3e193
,357b2ee
]:ardatan/graphql-tools (@graphql-tools/resolvers-composition)
v7.0.13
Compare Source
Patch Changes
[
651a5dc
]:v7.0.12
Compare Source
Patch Changes
[
0a3e193
,357b2ee
]:ardatan/graphql-tools (@graphql-tools/schema)
v10.0.18
Compare Source
Patch Changes
[
651a5dc
]:v10.0.17
Compare Source
Patch Changes
357b2ee
Thanks @renovate! - dependencies updates:
value-or-promise@^1.0.12
↗︎ (fromdependencies
)[
0a3e193
,357b2ee
]:ardatan/graphql-tools (@graphql-tools/utils)
v10.8.1
Compare Source
Patch Changes
651a5dc
Thanks @ardatan! - Fix the regression on var counting
v10.8.0
Compare Source
Minor Changes
357b2ee
Thanks @renovate! - New
isUrl
helper, and it usesURL.canParse
if availablePatch Changes
0a3e193
Thanks @ardatan! - Do not add
_v
prefix if there is only oneargument/variable
v10.7.2
Compare Source
Patch Changes
#6822
53bb601
Thanks @enisdenjo! - dependencies updates:
dset@^3.1.4
↗︎ (from^3.1.2
, independencies
)#6822
53bb601
Thanks @enisdenjo! - Bump dset dependency handling the
CVE-2024-21529
https://security.snyk.io/vuln/SNYK-JS-DSET-7116691
v10.7.1
Compare Source
Patch Changes
4912f19
Thanks @AaronMoat! - Remove use of
VoidFunction
type, whichrequires DOM types
v10.7.0
Compare Source
Minor Changes
#6789
2c70d27
Thanks @n1ru4l! - - New helper function
getAbortPromise
to get apromise rejected when
AbortSignal
is abortedregisterAbortSignalListener
to register a listener to abort a promise whenAbortSignal
is abortedInstead of using
.addEventListener('abort', () => {/* ... */})
, we register a single listener toavoid warnings on Node.js like
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 abort listeners added. Use emitter.setMaxListeners() to increase limit
.v10.6.4
Compare Source
Patch Changes
6a8123b
Thanks @ardatan! - Improvements for
fakePromise
so it can be usedwithout params to create a
void
Promisev10.6.3
Compare Source
Patch Changes
020b9e4
Thanks @ardatan! - `AbortSignal` in `GraphQLResolveInfo`, and
`AbortSignal` in `ExecutionRequest`
v10.6.2
Compare Source
Patch Changes
#6737
1b24656
Thanks @ardatan! - Handle array of primitives correctly
The bug was following;
graphql-hive/gateway (@graphql-tools/wrap)
v10.0.31
Compare Source
Patch Changes
2318393
]:v10.0.30
Compare Source
Patch Changes
#620
d72209a
Thanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1
↗︎ (from^10.7.0
, independencies
)Updated dependencies [
d72209a
]:neo4j/cypher-builder (@neo4j/cypher-builder)
v2.3.1
Compare Source
Patch Changes
#497
e544b91
Thanks @angrykoala! - Support for assigning maps and variables directly to variables with.set
to override all properties of a node:typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.24.0
Compare Source
🚀 Features
allowConstantLoopConditions
more granular (#10639)🩹 Fixes
allowNumberAndString
isfalse
(#10737)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.23.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.22.0
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.24.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.23.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.22.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v3.8.0
Compare Source
Minor Changes
#345
fcc8883
Thanks @carlocorradini! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator.#346
c124e87
Thanks @carlocorradini! - Update get-tsconfig to the the latest version. We now support the${configDir}
variable, introduced in TypeScript 5.5.panva/jose (jose)
v5.10.0
Compare Source
Features
Ed25519
algorithm identifier (c39f57d)lint-staged/lint-staged (lint-staged)
v15.4.3
Compare Source
Patch Changes
cbfed1d
Thanks @tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.neo4j/neo4j-javascript-driver (neo4j-driver)
v5.28.1
Compare Source
Patch release fixing the new handshake for some potential future bolt protocol versions.
🔧 Fixes
v5.28.0
Compare Source
Implements caching of home databases, saving significant round trips, primarily for usage against Aura, along with improved error handling, DateTime conversion and a new handshake protocol.
👏🏼 Improvements
🔧 Fixes
nock/nock (nock)
v14.0.1
Compare Source
Bug Fixes
prettier/prettier (prettier)
v3.5.1
Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercompose
andgithub-actions-workflow
languages in Visual Studio Code.v3.5.0
Compare Source
diff
🔗 Release Notes
reviewdog/action-actionlint (reviewdog/action-actionlint)
v1.65.0
Compare Source
v1.65.0: PR #155 - feat: add arm support
webpack/webpack (webpack)
v5.98.0
Compare Source
Fixes
filenameTemplate
in new split chunk #19104 by @henryqdineenblob:
protocol when public path isauto
#19199 by @alexander-akaitoutput.charset
everywhere #19202 by @alexander-akaitBuildInfo
andBuildMeta
type definitions #19200 by @inottnPerformance Improvements
FlagDependencyExportsPlugin
for large JSON by depth #19058 by @hai-xstartsWith
for matching instead of converting the string to a regex #19207 by @inottnChores
nanoid
from 3.3.7 to 3.3.8 #19063 by @dependabotDefaultStatsFactoryPlugin
#19156 by @Andaristreadme.md
by adding videoConfiguration
📅 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.