build(deps): bump the npm_and_yarn group across 4 directories with 17 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(1 day ago)
(1 day ago)
dependencies javascript
Bumps the npm_and_yarn group with 6 updates in the /ui/litellm-dashboard directory:
Package | From | To |
---|---|---|
next | 14.2.26 |
14.2.32 |
postcss | 8.4.33 |
8.5.6 |
@babel/runtime | 7.27.0 |
7.28.4 |
brace-expansion | 1.1.11 |
1.1.12 |
browserslist | 4.22.3 |
4.25.4 |
form-data | 4.0.0 |
4.0.4 |
Bumps the npm_and_yarn group with 4 updates in the /tests/proxy_admin_ui_tests/ui_unit_tests directory: @babel/runtime, brace-expansion, browserslist and form-data.
Bumps the npm_and_yarn group with 11 updates in the /docs/my-website directory:
Package | From | To |
---|---|---|
@babel/runtime | 7.27.0 |
7.28.4 |
brace-expansion | 1.1.11 |
1.1.12 |
prismjs | 1.29.0 |
1.30.0 |
sharp | 0.32.6 |
0.33.0 |
axios | 0.25.0 |
removed |
@docusaurus/core | 2.4.1 |
3.8.1 |
@docusaurus/plugin-google-gtag | 2.4.3 |
3.8.1 |
@docusaurus/plugin-ideal-image | 2.4.3 |
3.8.1 |
@docusaurus/preset-classic | 2.4.1 |
3.8.1 |
on-headers | 1.0.2 |
1.1.0 |
compression | 1.7.5 |
1.8.1 |
Bumps the npm_and_yarn group with 2 updates in the /litellm-js/spend-logs directory: esbuild and tsx.
Updates next
from 14.2.26 to 14.2.32
Release notes
Sourced from next's releases.
v14.2.32
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix router handling when setting a location response header #82588
Credits
Huge thanks to
@ztanner
for helping!v14.2.31
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix(next/image): improve and simplify detect-content-type (#82179)
- fix(next/image): fix image-optimizer.ts headers (#82178)
Credits
Commits
89ee561
v14.2.326a974ad
[backport v14]: fix router handling when setting a location response header (...55f7662
v14.2.315dd68a5
[backport v14]: fix(next/image): improve and simplify detect-content-type (#8...bcc7c65
[backport v14]: fix(next/image): fix image-optimizer.ts headers (#82114) (#82...243072b
v14.2.30f523d4a
[backport]: config.allowedDevOrigins (#80410)ca92115
v14.2.29ec9ee87
Only share incremental cache for edge in next start (#79389)e65628a
v14.2.28- Additional commits viewable in compare view
Updates postcss
from 8.4.33 to 8.5.6
Release notes
Sourced from postcss's releases.
8.5.6
- Fixed
ContainerWithChildren
type discriminating (by@Goodwine
).8.5.5
- Fixed
package.json
→exports
compatibility with some tools (by@JounQin
).8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary
).8.5.3
- Added more details to
Unknown word
error (by@hiepxanh
).- Fixed types (by
@romainmenke
).- Fixed docs (by
@catnipan
).8.5.2
- Fixed end position of rules with semicolon (by
@romainmenke
).8.5.1
- Fixed backwards compatibility for complex cases (by
@romainmenke
).8.5 “Duke Alloces”
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
@romainmenke
during his work on Stylelint addedInput#document
in additional toInput#css
.root.source.input.document //=> "<p>Hello</p> // <style> // p { // color: green; // } // </style>" root.source.input.css //=> "p { // color: green; // }"
Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
- Tidelift with a Spotify-like subscription model supporting all projects from your lock file.
- Direct donations at GitHub Sponsors or Open Collective.
... (truncated)
Changelog
Sourced from postcss's changelog.
8.5.6
- Fixed
ContainerWithChildren
type discriminating (by@Goodwine
).8.5.5
- Fixed
package.json
→exports
compatibility with some tools (by@JounQin
).8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary
).8.5.3
- Added more details to
Unknown word
error (by@hiepxanh
).- Fixed types (by
@romainmenke
).- Fixed docs (by
@catnipan
).8.5.2
- Fixed end position of rules with semicolon (by
@romainmenke
).8.5.1
- Fixed backwards compatibility for complex cases (by
@romainmenke
).8.5 “Duke Alloces”
- Added
Input#document
for sources like CSS-in-JS or HTML (by@romainmenke
).8.4.49
- Fixed custom syntax without
source.offset
(by@romainmenke
).8.4.48
- Fixed position calculation in error/warnings methods (by
@romainmenke
).8.4.47
- Removed debug code.
8.4.46
- Fixed
Cannot read properties of undefined (reading 'before')
.8.4.45
- Removed unnecessary fix which could lead to infinite loop.
8.4.44
- Another way to fix
markClean is not a function
error.8.4.43
- Fixed
markClean is not a function
error.8.4.42
- Fixed CSS syntax error on long minified files (by
@varpstar
).8.4.41
- Fixed types (by
@nex3
and@querkmachine
).- Cleaned up RegExps (by
@bluwy
).
... (truncated)
Commits
91d6eb5
Release 8.5.6 version65ffc55
Update dependenciesecd20eb
Fix ContainerWithChildren to allow discriminating the node type by comparing ...c181597
Release 8.5.5 versionc5523fb
Update dependencies2e3450c
refactor:import
should be listed beforerequire
(#2052)4d720bd
Update EM text6cb4a66
Release 8.5.4 versionec5c1e0
Update dependenciese85e938
Fix code format- Additional commits viewable in compare view
Updates @babel/runtime
from 7.27.0 to 7.28.4
Release notes
Sourced from @babel/runtime
's releases.
v7.28.4 (2025-09-05)
Thanks
@gwillen
and@mrginglymus
for your first PRs!:house: Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator
(@liuxingbaoyu
)babel-core
- #17474 Switch to
@jridgewell/remapping
(@mrginglymus
)Committers: 5
- Babel Bot (
@babel-bot
)- Bill Collins (
@mrginglymus
)- Glenn Willen (
@gwillen
)- Huáng Jùnliàng (
@JLHwung
)@liuxingbaoyu
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Jam Balaya (
@JamBalaya56562
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- easrng (
@easrng
)
... (truncated)
Changelog
Sourced from @babel/runtime
's changelog.
v7.28.4 (2025-09-05)
:house: Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator
(@liuxingbaoyu
)babel-core
- #17474 Switch to
@jridgewell/remapping
(@mrginglymus
)v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
... (truncated)
Commits
35055e3
v7.28.4ef155f5
v7.28.3cac0ff4
v7.28.2f68ac51
chore: Avoid CITGM errors (#17382)baa4cb8
v7.27.67d06930
v7.27.45b9468d
Reduceregenerator
size more (#17287)cb78b5b
[babel 8] Do not replace globalregeneratorRuntime
references in regenerato...a0690e3
SplitregeneratorRuntime
into multiple helpers (#17238)da5e371
v7.27.3- Additional commits viewable in compare view
Updates brace-expansion
from 1.1.11 to 1.1.12
Release notes
Sourced from brace-expansion's releases.
v1.1.12
- pkg: publish on tag 1.x c460dbd
- fmt ccb8ac6
- Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) c3c73c8
https://github.com/juliangruber/brace-expansion/compare/v1.1.11...v1.1.12
Commits
Updates browserslist
from 4.22.3 to 4.25.4
Release notes
Sourced from browserslist's releases.
4.25.4
- Fixed Windows support for custom stats (by
@torgeilo
).4.25.3
- Fixed ReDoS (by
@ericcornelissen
).4.25.2
- Fixed Node.js
--permission
support (by@broofa
).4.25.1
- Updated Firefox ESR.
4.25.0
- Added
cover 95% in browserslist-config-mycompany stats
query support.4.24.5
- Fixed support ESM shared config.
- Fixed docs (by Alexander Pushkov & マルコメ).
4.24.4
- Improved performance by using caching better (by
@thoughtspile
).4.24.3
- Updated Firefox ESR (by
@fpapado
).4.24.2
- Clarify outdated
caniuse-lite
warning text.4.24.1
- Added months since last
caniuse-lite
update to the warning (by@mezhnin
).4.24.0
- Added
browserslist.findConfigFile()
helper (by@JLHwung
).4.23.3
- Fixed
>=
query forios
(by@syi0808
).4.23.2
- Updated Firefox ESR.
4.23.1
- Fixed feature query with mobile to desktop when caniuse lags (by
@steverep
).4.23.0
- Added
BROWSERSLIST_ROOT_PATH
(by@teleclimber
).
Changelog
Sourced from browserslist's changelog.
4.25.4
- Fixed Windows support for custom stats (by
@torgeilo
).4.25.3
- Fixed ReDoS (by
@ericcornelissen
).4.25.2
- Fixed Node.js
--permission
support (by@broofa
).4.25.1
- Updated Firefox ESR.
4.25.0
- Added
cover 95% in browserslist-config-mycompany stats
query support.4.24.5
- Fixed support ESM shared config.
- Fixed docs (by Alexander Pushkov & マルコメ).
4.24.4
- Improved performance by using caching better (by
@thoughtspile
).4.24.3
- Updated Firefox ESR (by
@fpapado
).4.24.2
- Clarify outdated
caniuse-lite
warning text.4.24.1
- Added months since last
caniuse-lite
update to the warning (by@mezhnin
).4.24.0
- Added
browserslist.findConfigFile()
helper (by@JLHwung
).4.23.3
- Fixed
>=
query forios
(by@syi0808
).4.23.2
- Updated Firefox ESR.
4.23.1
- Fixed feature query with mobile to desktop when caniuse lags (by
@steverep
).4.23.0
- Added
BROWSERSLIST_ROOT_PATH
(by@teleclimber
).
Commits
631dd17
Release 4.25.4 versionfa33a90
Add tool to update CI actionseff0e9f
Update dependencies51319b8
Merge pull request #902 from torgeilo/loadstats-windows-path-bugb6a25c6
Fix loadStat creating a non-working module path on Windowse13f918
Release 4.25.3 version7e6db9f
Update dependenciesc331c95
Fix ReDoSc7b27ec
Release 4.25.2 version506b14a
Fix test coverage- Additional commits viewable in compare view
Updates form-data
from 4.0.0 to 4.0.4
Release notes
Sourced from form-data's releases.
v4.0.4
v4.0.4 - 2025-07-16
Commits
- [meta] add
auto-changelog
811f682
- [Tests] handle predict-v8-randomness failures in node < 17 and node > 23
1d11a76
- [Fix] Switch to using
crypto
random for boundary values3d17230
- [Tests] fix linting errors
5e34080
- [meta] actually ensure the readme backup isn’t published
316c82b
- [Dev Deps] update
@ljharb/eslint-config
58c25d7
- [meta] fix readme capitalization
2300ca1
v4.0.3
v4.0.3 - 2025-06-05
Fixed
- [Fix]
append
: avoid a crash on nullish values[#577](https://github.com/form-data/form-data/issues/577)
Commits
- [eslint] use a shared config
426ba9a
- [eslint] fix some spacing issues
2094191
- [Refactor] use
hasown
81ab41b
- [Fix] validate boundary type in
setBoundary()
method8d8e469
- [Tests] add tests to check the behavior of
getBoundary
with non-strings837b8a1
- [Dev Deps] remove unused deps
870e4e6
- [meta] remove local commit hooks
e6e83cc
- [Dev Deps] update
eslint
4066fd6
- [meta] fix scripts to use prepublishOnly
c4bbb13
v4.0.2
v4.0.2 - 2025-02-14
Merged
- [Fix] set
Symbol.toStringTag
when available[#573](https://github.com/form-data/form-data/issues/573)
- [Fix] set
Symbol.toStringTag
when available[#573](https://github.com/form-data/form-data/issues/573)
- fix (npmignore): ignore temporary build files
[#532](https://github.com/form-data/form-data/issues/532)
- fix (npmignore): ignore temporary build files
[#532](https://github.com/form-data/form-data/issues/532)
Fixed
- [Fix] set
Symbol.toStringTag
when available (#573)[#396](https://github.com/form-data/form-data/issues/396)
- [Fix] set
Symbol.toStringTag
when available (#573)[#396](https://github.com/form-data/form-data/issues/396)
- [Fix] set
Symbol.toStringTag
when available[#396](https://github.com/form-data/form-data/issues/396)
Commits
... (truncated)
Changelog
Sourced from form-data's changelog.
v4.0.4 - 2025-07-16
Commits
- [meta] add
auto-changelog
811f682
- [Tests] handle predict-v8-randomness failures in node < 17 and node > 23
1d11a76
- [Fix] Switch to using
crypto
random for boundary values3d17230
- [Tests] fix linting errors
5e34080
- [meta] actually ensure the readme backup isn’t published
316c82b
- [Dev Deps] update
@ljharb/eslint-config
58c25d7
- [meta] fix readme capitalization
2300ca1
v4.0.3 - 2025-06-05
Fixed
- [Fix]
append
: avoid a crash on nullish values[#577](https://github.com/form-data/form-data/issues/577)
Commits
- [eslint] use a shared config
426ba9a
- [eslint] fix some spacing issues
2094191
- [Refactor] use
hasown
81ab41b
- [Fix] validate boundary type in
setBoundary()
method8d8e469
- [Tests] add tests to check the behavior of
getBoundary
with non-strings837b8a1
- [Dev Deps] remove unused deps
870e4e6
- [meta] remove local commit hooks
e6e83cc
- [Dev Deps] update
eslint
4066fd6
- [meta] fix scripts to use prepublishOnly
c4bbb13
v4.0.2 - 2025-02-14
Merged
- [Fix] set
Symbol.toStringTag
when available[#573](https://github.com/form-data/form-data/issues/573)
- [Fix] set
Symbol.toStringTag
when available[#573](https://github.com/form-data/form-data/issues/573)
- fix (npmignore): ignore temporary build files
[#532](https://github.com/form-data/form-data/issues/532)
- fix (npmignore): ignore temporary build files
[#532](https://github.com/form-data/form-data/issues/532)
Fixed
- [Fix] set
Symbol.toStringTag
when available (#573)[#396](https://github.com/form-data/form-data/issues/396)
- [Fix] set
Symbol.toStringTag
when available (#573)[#396](https://github.com/form-data/form-data/issues/396)
- [Fix] set
Symbol.toStringTag
when available[#396](https://github.com/form-data/form-data/issues/396)
Commits
... (truncated)
Commits
41996f5
v4.0.4316c82b
[meta] actually ensure the readme backup isn’t published2300ca1
[meta] fix readme capitalization811f682
[meta] addauto-changelog
5e34080
[Tests] fix linting errors1d11a76
[Tests] handle predict-v8-randomness failures in node < 17 and node > 2358c25d7
[Dev Deps] update@ljharb/eslint-config
3d17230
[Fix] Switch to usingcrypto
random for boundary valuesd8d67dc
v4.0.3e6e83cc
[meta] remove local commit hooks- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for form-data since your current version.
Updates @babel/runtime
from 7.26.7 to 7.28.4
Release notes
Sourced from @babel/runtime
's releases.
v7.28.4 (2025-09-05)
Thanks
@gwillen
and@mrginglymus
for your first PRs!:house: Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator
(@liuxingbaoyu
)babel-core
- #17474 Switch to
@jridgewell/remapping
(@mrginglymus
)Committers: 5
- Babel Bot (
@babel-bot
)- Bill Collins (
@mrginglymus
)- Glenn Willen (
@gwillen
)- Huáng Jùnliàng (
@JLHwung
)@liuxingbaoyu
v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
Committers: 5
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Jam Balaya (
@JamBalaya56562
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- easrng (
@easrng
)
... (truncated)
Changelog
Sourced from @babel/runtime
's changelog.
v7.28.4 (2025-09-05)
:house: Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
babel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator
(@liuxingbaoyu
)babel-core
- #17474 Switch to
@jridgewell/remapping
(@mrginglymus
)v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-static-block
,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo
):bug: Bug Fix
babel-parser
:nail_care: Polish
babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo
):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
v7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17441 fix:
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu
)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
- #17426 fix:
regenerator
correctly handlesthrow
outside oftry
(@liuxingbaoyu
):memo: Documentation
... (truncated)
Commits
35055e3
v7.28.4ef155f5
v7.28.3cac0ff4
v7.28.2f68ac51
chore: Avoid CITGM errors (#17382)baa4cb8
v7.27.67d06930
v7.27.45b9468d
Reduceregenerator
size more (#17287)cb78b5b
[babel 8] Do not replace globalregeneratorRuntime
references in regenerato...a0690e3
SplitregeneratorRuntime
into multiple helpers (#17238)da5e371
v7.27.3- Additional commits viewable in compare view
Updates brace-expansion
from 1.1.11 to 1.1.12
Release notes
Sourced from brace-expansion's releases.
v1.1.12
- pkg: publish on tag 1.x c460dbd
- fmt ccb8ac6
- Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) c3c73c8
https://github.com/juliangruber/brace-expansion/compare/v1.1.11...v1.1.12
Commits
Updates brace-expansion
from 2.0.1 to 2.0.2
Release notes
Sourced from brace-expansion's releases.
v1.1.12
- pkg: publish on tag 1.x c460dbd
- fmt ccb8ac6
- Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65) c3c73c8
https://github.com/juliangruber/brace-expansion/compare/v1.1.11...v1.1.12
Commits
Updates browserslist
from 4.24.4 to 4.25.4
Release notes
Sourced from browserslist's releases.
4.25.4
- Fixed Windows support for custom stats (by
@torgeilo
).4.25.3
- Fixed ReDoS (by
@ericcornelissen
).4.25.2
- Fixed Node.js
--permission
support (by@broofa
).4.25.1
- Updated Firefox ESR.
4.25.0
- Added
cover 95% in browserslist-config-mycompany stats
query support.4.24.5
- Fixed support ESM shared config.
- Fixed docs (by Alexander Pushkov & マルコメ).
4.24.4
- Improved performance by using caching better (by
@thoughtspile
).4.24.3
- Updated Firefox ESR (by
@fpapado
).4.24.2
- Clarify outdated
caniuse-lite
warning text.4.24.1
- Added months since last
caniuse-lite
update to the warning (by@mezhnin
).4.24.0
- Added
browserslist.findConfigFile()
helper (by@JLHwung
).4.23.3
- Fixed
>=
query forios
(by@syi0808
).4.23.2
- Updated Firefox ESR.
4.23.1
- Fixed feature query with mobile to desktop when caniuse lags (by
@steverep
).4.23.0
- Added
BROWSERSLIST_ROOT_PATH
(by@teleclimber
).
Changelog
Sourced from browserslist's changelog.
4.25.4
- Fixed Windows support for custom stats (by
@torgeilo
).4.25.3
- Fixed ReDoS (by
@ericcornelissen
).4.25.2
- Fixed Node.js
--permission
support (by@broofa
).4.25.1
- Updated Firefox ESR.
4.25.0
- Added
cover 95% in browserslist-config-mycompany stats
query support.4.24.5
- Fixed support ESM shared config.
- Fixed docs (by Alexander Pushkov & マルコメ).
4.24.4
- Improved performance by using caching better (by
@thoughtspile
).4.24.3
- Updated Firefox ESR (by
@fpapado
).4.24.2
- Clarify outdated
caniuse-lite
warning text.4.24.1
- Added months since last
caniuse-lite
update to the warning (by@mezhnin
).4.24.0
- Added
browserslist.findConfigFile()
helper (by@JLHwung
).4.23.3
- Fixed
>=
query forio...
Description has been truncated
Pull Request Statistics
1
7
+15764
-11598
Package Dependencies
Technical Details
ID: | 7022974 |
UUID: | 2802938133 |
Node ID: | PR_kwDOOsxBQc6nEXEV |
Host: | GitHub |
Repository: | devnw-forks/litellm |
Merge State: | Unknown |