chore(deps): update all non-major dependencies #77
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:
^1.9.3
->^1.9.4
22.9.0
->22.13.5
^8.5.12
->^8.5.14
^0.9.7
->^0.13.4
^7.4.1
->^7.6.1
10.4.1
->10.5.2
^8.3.0
->^8.4.0
^3.0.2
->^3.0.7
^1.95.0
->^1.97.2
^8.17.0
->^8.18.1
Release Notes
openapi-ts/openapi-typescript (openapi-fetch)
v0.13.4
Compare Source
Patch Changes
5935cd2
Thanks @kerwanp! - add support for arbitrary methodv0.13.3
Patch Changes
Refresh of 0.13.2; corrupted package
v0.13.2
Patch Changes
7081842
Thanks @mellster2012! - Add client option to pass custom RequestInit object into fetch requests for supported implementationsv0.13.1
Compare Source
Patch Changes
35c576c
Thanks @luchsamapparat! - add onError handler to middlewarev0.13.0
Compare Source
Minor Changes
267977e
Thanks @DjordyKoert! - 204 responses or response with a Content-Length of 0 will now return undefined instead of an empty objectv0.12.5
Compare Source
Patch Changes
#1937
06163a2
Thanks @DjordyKoert! - client data & error now return a union of possible typesUpdated dependencies [
06163a2
]:v0.12.4
Compare Source
Patch Changes
abfad56
]:v0.12.3
Compare Source
Patch Changes
d14aa65
Thanks @BlakeSzabo! - Fix multiple empty arrays in query params appending extra ampersandsv0.12.2
Compare Source
Patch Changes
e39d11e
Thanks @yicrotkd! - ImproveMiddleware
type definition to require either onRequest or onResponsev0.12.1
Compare Source
Patch Changes
efaa1e2
Thanks @tobiasdcl! - allow usage of custom Request classv0.12.0
Compare Source
Minor Changes
b893c44
Thanks @goce-cz! - Do not set content-type on body-less requestsv0.11.3
Compare Source
Patch Changes
6038f8f
Thanks @goce-cz! - Allow falsy values (except undefined) as a valid bodyv0.11.2
Compare Source
Patch Changes
#1817
2a4b067
Thanks @Gruak! - Allow specifying baseUrl per request#1842
0e42cbb
Thanks @gzm0! - fix: allow use ofPathBasedClient
with generatedpaths
v0.11.1
Compare Source
Patch Changes
#1831
091e71a
Thanks @SebastienGllmt! - Add MethodResponse utility type to easily get the return type of an endpoint on a client#1833
cec023d
Thanks @ngraef! - Fix identification of required properties whenstrictNullChecks
is disabledUpdated dependencies [
cec023d
]:v0.11.0
Compare Source
Minor Changes
--⚠️ Breaking Change #1791
a956d5d
Thanks @gzm0! - Add support forclient["/endpoint"].GET()
style callsv0.10.6
Compare Source
Patch Changes
#1809
f21c05b
Thanks @gzm0! - perf: remove unnecessaryasync
keywords (for reduced code size)#1827
ba0d595
Thanks @ngraef! - Fix typing for environments without DOM libv0.10.5
Compare Source
Patch Changes
7698546
Thanks @thatsprettyfaroutman! - Allow FormData through defaultBodySerializerv0.10.4
Compare Source
Patch Changes
bcc9222
]:v0.10.3
Compare Source
Patch Changes
#1717
335530c
Thanks @kerwanp! - Ignore configuration files in published package#1717
335530c
Thanks @kerwanp! - Create own client type for easier reusabilityUpdated dependencies [
335530c
]:v0.10.2
Compare Source
Patch Changes
aea31a8
Thanks @swachter! - Fix: encode primitive path parametersv0.10.1
Compare Source
Patch Changes
#1719
a8f2253
Thanks @drwpow! - Remove nanoid from dependencies#1719
a8f2253
Thanks @drwpow! - Fix "failed to execute fetch on Window" error#1719
a8f2253
Thanks @drwpow! - Revert customFetch API back tofetch(input: Request)
v0.10.0
Compare Source
Minor Changes
openapi-typescript@7
is needed to work. You’ll get type errors withopenapi-typescript@6
and below.(request, options)
or(response, options)
. See Middleware docs for updated API.Content-Type
header is no longer sent by default if a body payload is attached.customFetch
type now callsfetch(input: string, init: RequestInit)
and the types have been updated, rather thanfetch(input: Request)
introduced in0.9.0
.Added
id
to middleware handlers that create a unique ID per-fetchpnpm/pnpm (pnpm)
v10.5.2
Compare Source
Patch Changes
pnpm config set
command should change the global.npmrc
file by default.This was a regression introduced by #9151 and shipped in pnpm v10.5.0.
v10.5.1
Compare Source
Patch Changes
pnpm-workspaces.yaml
orpnpm-workspaces.yml
file is found instead of apnpm-workspace.yaml
#9170.pnpm-workspace.yaml
by thepnpm approve-builds
command #9168.package.json
#9163overrides
inpnpm-workspace.yaml
should work.pnpm dlx
should ignore settings from thepackage.json
file in the current working directory #9178.v10.5.0
Compare Source
Minor Changes
Allow to set the "pnpm" settings from
package.json
via thepnpm-workspace.yaml
file #9121.Added support for automatically syncing files of injected workspace packages after
pnpm run
#9081. Use thesync-injected-deps-after-scripts
setting to specify which scripts build the workspace package. This tells pnpm when syncing is needed. The setting should be defined in a.npmrc
file at the root of the workspace. Example:The
packages
field inpnpm-workspace.yaml
became optional.Patch Changes
pnpm link
with no parameters should work as if--global
is specified #9151.--config.
prefix such as--@​scope:registry=https://scope.example.com/npm
#9089.pnpm link <path>
should calculate relative path from the root of the workspace directory #9132.pnpm-lock.yaml
file when using--fix-lockfile
and--filter
. #8639egoist/tsup (tsup)
v8.4.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
vitest-dev/vitest (vitest)
v3.0.7
Compare Source
v3.0.6
Compare Source
🐞 Bug Fixes
getMockedSystemTime
foruseFakeTimer
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7405 (03912)queueMicrotask
from default fake timers to not break node fetch - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7505 (167a9)toHaveClass
typing - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7383 (7ef23)maxWorkers
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7483 (adbb2)vite-node
to pass correct execution wrapper offset - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7417 (1f2e5)inspect
related cli options - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7373 (ed15b)View changes on GitHub
microsoft/vscode (vscode)
v1.97.2
: January 2025 Recovery 2Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.97.1
: January 2025 Recovery 1Compare Source
The update addresses these issues, including a fix for a security vulnerability.
For the complete release notes go to Updates on code.visualstudio.com.
v1.97.0
: January 2025Compare Source
Welcome to the January 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
For the complete release notes go to Updates on code.visualstudio.com.
Insiders: Want to see new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available. And for the latest Visual Studio Code news, updates, and content, follow us on Bluesky vscode.dev or Twitter @code!
v1.96.4
: November 2024 Recovery 4Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.96.3
: November 2024 Recovery 3Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.96.2
: November 2024 Recovery 2Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.96.1
: November 2024 Recovery 1Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.96.0
: November 2024Compare Source
Welcome to the November 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
For the complete release notes go to Updates on code.visualstudio.com.
Insiders: Want to see new features as soon as possible? You can download the nightly Insiders build and try the latest updates as soon as they are available. And for the latest Visual Studio Code news, updates, and content, follow us on Twitter @code!
v1.95.3
: October 2024 Recovery 3Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.95.2
: October 2024 Recovery 2Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
v1.95.1
: October 2024 Recovery 1Compare Source
The update addresses these issues.
For the complete release notes go to Updates on code.visualstudio.com.
websockets/ws (ws)
v8.18.1
Compare Source
Bug fixes
make them work when run via CITGM (
021f7b8
).Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.