-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
chore(deps): update all devdependencies #12030
base: main
Are you sure you want to change the base?
Conversation
|
size-limit report 📦
|
5527170
to
406a78d
Compare
406a78d
to
1227e7c
Compare
commit: |
b2ec092
to
d80d15b
Compare
d80d15b
to
3f3874b
Compare
✅ Docs Preview ReadyNo new or changed pages found. |
3f3874b
to
0430d65
Compare
2e0f18c
to
11185c2
Compare
117aa32
to
058236a
Compare
8e79c55
to
368ab77
Compare
368ab77
to
d3168cb
Compare
dd0b961
to
f1430f6
Compare
✅ Deploy Preview for apollo-client-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
0.15.3
->0.17.0
^0.28.0
->0.28.0
7.25.0
->7.26.3
10.5.0
->10.6.2
7.47.9
->7.48.0
^10.4.0
->10.4.0
6.4.6
->6.6.3
^16.0.1
->16.0.1
20.16.1
->20.17.9
8.12.1
->8.14.0
3.6.1
->3.7.0
6.3.0
->6.5.0
0.19.0
->0.20.0
10.7.0
->10.8.2
4.0.13
->4.1.2
5.31.3
->5.37.0
1.3.0
->1.4.3
^4.19.2
->4.19.2
5.5.3
->5.7.2
Release Notes
arethetypeswrong/arethetypeswrong.github.io (@arethetypeswrong/cli)
v0.17.0
Patch Changes
e7ac94c
]v0.16.4
Patch Changes
3ca2866
]v0.16.3
Patch Changes
66ada51
: Fix warning message json-format suggestion to use proper syntaxv0.16.2
Patch Changes
622b71f
]v0.16.1
Patch Changes
5ee6f29
: Update README with new problem kindv0.16.0
Compare Source
Minor Changes
d480f1c
: New problem kind: Named exports cannot be detected by Node.js. Thanks @laverdet!Patch Changes
970b141
]d480f1c
]v0.15.4
Compare Source
Patch Changes
5566c1b
: Upgrading marked-terminal to version 7.1.0babel/babel (@babel/parser)
v7.26.3
Compare Source
v7.26.2
Compare Source
v7.26.2 (2024-10-30)
🐛 Bug Fix
babel-parser
babel-generator
Committers: 6
v7.26.1
Compare Source
v7.26.1 (2024-10-25)
🐛 Bug Fix
babel-parser
Committers: 3
v7.26.0
Compare Source
v7.26.0 (2024-10-25)
Thanks @timofei-iatsenko for your first PR!
You can find the release blog post with some highlights at https://babeljs.io/blog/2024/10/25/7.26.0.
🚀 New Feature
babel-core
,babel-generator
,babel-parser
,babel-plugin-syntax-import-assertions
,babel-plugin-syntax-import-attributes
,babel-preset-env
,babel-standalone
,babel-types
babel-core
babel-compat-data
,babel-plugin-proposal-regexp-modifiers
,babel-plugin-transform-regexp-modifiers
,babel-preset-env
,babel-standalone
transform-regexp-modifiers
topreset-env
(@JLHwung)babel-parser
startIndex
parser option (@DylanPiercey)babel-generator
,babel-parser
,babel-plugin-syntax-flow
babel-helpers
,babel-preset-typescript
,babel-runtime-corejs3
import()
inrewriteImportExtensions
(@liuxingbaoyu)babel-generator
,babel-parser
@babel/generator
(@nicolo-ribaudo)🐛 Bug Fix
babel-core
💅 Polish
babel-plugin-proposal-json-modules
,babel-plugin-transform-json-modules
,babel-standalone
proposal-json-modules
totransform-json-modules
(@nicolo-ribaudo)🏠 Internal
babel-code-frame
,babel-highlight
@babel/highlight
in@babel/code-frame
(@nicolo-ribaudo)babel-generator
,babel-parser
,babel-types
kind
toTSModuleDeclaration
(@liuxingbaoyu)🏃♀️ Performance
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
Committers: 5
v7.25.9
Compare Source
v7.25.9 (2024-10-22)
Thanks @victorenator for your first PR!
🐛 Bug Fix
babel-parser
,babel-template
,babel-types
syntacticPlaceholders
mode (@liuxingbaoyu)babel-helper-compilation-targets
,babel-preset-env
ClassAccessorProperty
to prevent theno-undef
rule (@victorenator)🏠 Internal
babel-helper-transform-fixture-test-runner
tsconfig
files (@liuxingbaoyu)🏃♀️ Performance
babel-parser
,babel-types
VISITOR_KEYS
etc. faster to access (@liuxingbaoyu)Committers: 4
v7.25.8
Compare Source
v7.25.8 (2024-10-10)
🐛 Bug Fix
babel-core
resolvePlugin
/resolvePreset
(@nicolo-ribaudo)🏠 Internal
babel-parser
,babel-plugin-proposal-async-do-expressions
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-proposal-export-default-from
,babel-plugin-proposal-function-bind
,babel-plugin-proposal-function-sent
,babel-plugin-proposal-import-defer
,babel-plugin-proposal-partial-application
,babel-plugin-proposal-throw-expressions
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-class-static-block
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-export-namespace-from
,babel-plugin-transform-json-strings
,babel-plugin-transform-logical-assignment-operators
,babel-plugin-transform-nullish-coalescing-operator
,babel-plugin-transform-numeric-separator
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-catch-binding
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-property-in-object
,babel-preset-env
Committers: 3
v7.25.7
Compare Source
v7.25.7 (2024-10-02)
Thanks @DylanPiercey and @YuHyeonWook for your first PRs!
🐛 Bug Fix
babel-helper-validator-identifier
babel-traverse
babel-plugin-transform-classes
super()
check (@nicolo-ribaudo)babel-generator
infer
in compact mode (@nicolo-ribaudo)[no LineTerminator here]
after nodes (@nicolo-ribaudo)💅 Polish
babel-types
🏠 Internal
babel-core
--experimental-require-module
(@nicolo-ribaudo)babel-helper-compilation-targets
,babel-helper-plugin-utils
,babel-preset-env
babel-plugin-proposal-destructuring-private
,babel-plugin-syntax-decimal
,babel-plugin-syntax-import-reflection
,babel-standalone
babel-generator
[no LineTerminator here]
before nodes (@nicolo-ribaudo)🏃♀️ Performance
babel-plugin-transform-typescript
babel-types
BABEL_TYPES_8_BREAKING
at startup (@nicolo-ribaudo)Committers: 8
v7.25.6
Compare Source
v7.25.6 (2024-08-29)
Thanks @j4k0xb for your first PR!
🐛 Bug Fix
babel-generator
babel-traverse
path.getAssignmentIdentifiers
may beundefined
(@liuxingbaoyu)babel-parser
babel-helpers
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs3
superPropertyGet
helper (@nicolo-ribaudo)💅 Polish
babel-generator
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-duplicate-named-capturing-groups-regex
,babel-plugin-transform-named-capturing-groups-regex
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
,babel-plugin-transform-react-pure-annotations
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
(
and comments (@nicolo-ribaudo)babel-plugin-syntax-import-assertions
,babel-plugin-syntax-import-attributes
babel-generator
🏠 Internal
babel-generator
parent
params in the generator (@nicolo-ribaudo)Committers: 5
v7.25.4
Compare Source
v7.25.4 (2024-08-22)
🐛 Bug Fix
babel-traverse
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
babel-types
babel-generator
export namespace as A
(@nicolo-ribaudo)💅 Polish
babel-generator
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
,babel-plugin-transform-destructuring
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-methods
,babel-plugin-transform-private-property-in-object
,babel-plugin-transform-typescript
,babel-runtime-corejs2
,babel-runtime
,babel-traverse
babel-generator
,babel-plugin-transform-class-properties
babel-generator
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-transform-object-rest-spread
🔬 Output optimization
babel-generator
Committers: 4
v7.25.3
Compare Source
v7.25.3 (2024-07-31)
🐛 Bug Fix
babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-traverse
traverse.visitors.merge
(@nicolo-ribaudo)🏠 Internal
babel-parser
@babel/types
as a dependency of@babel/parser
(@nicolo-ribaudo)Committers: 2
ardatan/graphql-tools (@graphql-tools/utils)
v10.6.2
Compare Source
Patch Changes
#6737
1b24656
Thanks @ardatan! - Handle array of primitives correctly
The bug was following;
v10.6.1
Compare Source
Patch Changes
1e02935
Thanks @ardatan! - Handle parse errors correctly when loader gets a
string directly
v10.6.0
Compare Source
Minor Changes
414e404
Thanks @ardatan! - new
fakePromise
,mapMaybePromise
andfakeRejectPromise
helper functionsv10.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
v10.5.5
Compare Source
Patch Changes
cf2ce5e
Thanks @kachkaev! - Make two types compatible with strict tsc
config
v10.5.4
Compare Source
Patch Changes
0286437
Thanks @ardatan! - Improve directive extraction
v10.5.3
Compare Source
Patch Changes
2124d7d
Thanks @ardatan! - Allow invalid path in `getDirectiveExtensions`
v10.5.2
Compare Source
Patch Changes
07b87ed
Thanks @ardatan! - Respect
extensionASTNodes
in directableGraphQLSchema object
v10.5.1
Compare Source
Patch Changes
6291e14
Thanks @ardatan! - Add all args from extensions to the AST even if
they don't exist in the directive def
microsoft/rushstack (@microsoft/api-extractor)
v7.48.0
Compare Source
Sat, 23 Nov 2024 01:18:55 GMT
Minor changes
v7.47.12
Compare Source
Fri, 22 Nov 2024 01:10:43 GMT
Version update only
v7.47.11
Compare Source
Thu, 17 Oct 2024 08:35:06 GMT
Version update only
v7.47.10
Compare Source
Tue, 15 Oct 2024 00:12:31 GMT
Patches
getModeForUsageLocation
in TypeScript 5.6testing-library/jest-dom (@testing-library/jest-dom)
v6.6.3
Compare Source
v6.6.2
Compare Source
Bug Fixes
v6.6.1
Compare Source
v6.6.0
Compare Source
v6.5.0
Compare Source
v6.4.8
Compare Source
v6.4.7
Compare Source
acornjs/acorn (acorn)
v8.14.0
Compare Source
v8.13.0
Compare Source
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v3.7.0
Compare Source
Minor Changes
#326
93ea130
Thanks @SukkaW! - This version has implemented theeslint-plugin-import-x
's v3 resolver interface. This allows you to use import/require to referenceeslint-import-resolver-typescript
directly in your ESLint flat config:Previously
Now
Note that this only works with
eslint-plugin-import-x@>=4.5.0
. You can't usecreateTypeScriptImportResolver
with the older versions ofeslint-plugin-import-x
or any existing versions ofeslint-plugin-import
.v3.6.3
Compare Source
Patch Changes
#305
f8d7b82
Thanks @SukkaW! - Fix resolve fornode:test
,node:sea
, andnode:sqlite
without sacrificing installation size#288
a4c6c78
Thanks @SunsetTechuila! - fix: ignore bun built-in modulestesting-library/eslint-plugin-testing-library (eslint-plugin-testing-library)
v6.5.0
Compare Source
Features
v6.4.0
Compare Source
Features
v6.3.4
Compare Source
Bug Fixes
v6.3.3
Compare Source
Bug Fixes
v6.3.2
Compare Source
Bug Fixes
v6.3.1
Compare Source
Bug Fixes
@testing-library
imports (#934) (62a3f61)mmkal/expect-type (expect-type)
v0.20.0
Compare Source
Breaking changes
This change updates how overloaded functions are treated. Now,
.parameters
gives you a union of the parameter-tuples that a function can take. For example, given the following type:Behvaiour before:
Behaviour now:
There were similar changes for
.returns
,.parameter(...)
, and.toBeCallableWith
. Also, overloaded functions are now differentiated properly when using.branded.toEqualTypeOf
(this was a bug that it seems nobody found).See #83 for more details or look at the updated docs (including a new section called "Overloaded functions", which has more info on how this behaviour differs for TypeScript versions before 5.3).
What's Changed
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, 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.