Bump the npm_and_yarn group across 1 directory with 47 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(about 10 hours ago)
(about 10 hours ago)
dependencies javascript
Bumps the npm_and_yarn group with 17 updates in the / directory:
Package | From | To |
---|---|---|
axios | 0.19.0 |
1.12.0 |
node-sass | 4.12.0 |
9.0.0 |
@babel/helpers | 7.4.4 |
7.28.4 |
@babel/traverse | 7.4.5 |
7.28.4 |
@hapi/hoek | 6.2.4 |
8.5.1 |
@hapi/joi | 15.0.3 |
15.1.1 |
ansi-html | 0.0.7 |
0.0.9 |
react-scripts | 3.0.1 |
5.0.1 |
brace-expansion | 1.1.11 |
1.1.12 |
braces | 2.3.2 |
removed |
raw-loader | 3.0.0 |
4.0.2 |
webpack | 4.29.6 |
5.101.3 |
minimatch | 3.0.4 |
3.0.8 |
minimist | 0.0.8 |
1.2.8 |
mkdirp | 0.5.1 |
0.5.6 |
decode-uri-component | 0.2.0 |
0.2.2 |
moment | 2.24.0 |
2.30.1 |
Updates axios
from 0.19.0 to 1.12.0
Release notes
Sourced from axios's releases.
Release v1.12.0
Release notes:
Bug Fixes
- adding build artifacts (9ec86de)
- dont add dist on release (a2edc36)
- fetch-adapter: set correct Content-Type for Node FormData (#6998) (a9f47af)
- node: enforce maxContentLength for data: URLs (#7011) (945435f)
- package exports (#5627) (aa78ac2)
- params: removing '[' and ']' from URL encode exclude characters (#3316) (#5715) (6d84189)
- release pr run (fd7f404)
- types: change the type guard on isCancel (#5595) (0dbb7fd)
Features
- adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
- fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
- support reviver on JSON.parse (#5926) (2a97634), closes #5924
- types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)
Contributors to this release
- Willian Agostini
- Dmitriy Mozgovoy
- khani
- Ameer Assadi
- Emiedonmokumo Dick-Boro
- Zeroday BYTE
- Jason Saayman
- 최예찬
- Gligor Kotushevski
- Aleksandar Dimitrov
Release v1.11.0
Release notes:
Bug Fixes
- form-data npm pakcage (#6970) (e72c193)
- prevent RangeError when using large Buffers (#6961) (a2214ca)
- types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)
Contributors to this release
... (truncated)
Changelog
Sourced from axios's changelog.
1.12.0 (2025-09-11)
Bug Fixes
- adding build artifacts (9ec86de)
- dont add dist on release (a2edc36)
- fetch-adapter: set correct Content-Type for Node FormData (#6998) (a9f47af)
- node: enforce maxContentLength for data: URLs (#7011) (945435f)
- package exports (#5627) (aa78ac2)
- params: removing '[' and ']' from URL encode exclude characters (#3316) (#5715) (6d84189)
- release pr run (fd7f404)
- types: change the type guard on isCancel (#5595) (0dbb7fd)
Features
- adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
- fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
- support reviver on JSON.parse (#5926) (2a97634), closes #5924
- types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)
Contributors to this release
- Willian Agostini
- Dmitriy Mozgovoy
- khani
- Ameer Assadi
- Emiedonmokumo Dick-Boro
- Zeroday BYTE
- Jason Saayman
- 최예찬
- Gligor Kotushevski
- Aleksandar Dimitrov
1.11.0 (2025-07-22)
Bug Fixes
- form-data npm pakcage (#6970) (e72c193)
- prevent RangeError when using large Buffers (#6961) (a2214ca)
- types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)
Contributors to this release
... (truncated)
Commits
0d8ad6e
chore(release): v1.12.0 (#7013)fd7f404
fix: release pr runa2edc36
fix: dont add dist on release9ec86de
fix: adding build artifacts945435f
fix(node): enforce maxContentLength for data: URLs (#7011)28e5e30
chore(sponsor): update sponsor block (#7005)d03f245
chore(CI): fixed release info script to use npm registry instead of git as fi...a0bc911
chore: removing dist files from src (#7002)c959ff2
feat(fetch): add fetch, Request, Response env config variables for the adapte...a9f47af
fix(fetch-adapter): set correct Content-Type for Node FormData (#6998)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jasonsaayman, a new releaser for axios since your current version.
Updates node-sass
from 4.12.0 to 9.0.0
Release notes
Sourced from node-sass's releases.
v9.0.0
What's Changed
- Node 20 support by
@nschonni
in sass/node-sass#3355Breaking changes
- Drop support for Node 14 (
@nschonni
)Supported Environments
OS Architecture Node Windows x86 & x64 16, 18, 19, 20 OSX x64 16, 18, 19, 20 Linux* x64 16, 18, 19, 20 Alpine Linux x64 16, 18, 19, 20 *Linux support refers to major distributions like Ubuntu, and Debian
v8.0.0
What's Changed
- Fix binaries being partially downloaded by
@xzyfer
in sass/node-sass#3313- Bump node-gyp and nan for node 19 support by
@xzyfer
in sass/node-sass#3314- feat: Node 18 and 19 support and drop Node 17 by
@nschonni
in sass/node-sass#3257Breaking changes
- Drop support for Node 12 (
@nschonni
)- Drop support for Node 17 (
@nschonni
)- Set
rejectUnauthorized
totrue
by default (@scott-ut
, #3149)Features
- Add support for Node 18 (
@nschonni
)- Add support for Node 19 (
@nschonni
)- Replace
request
withmake-fetch-happen
(@CamilleDrapier
@xzyfer
, #3193, #3313)Dependencies
- Bump true-case-path@2.2.1
- Bump node-gyp
@9
.0.0- Bump nan@^2.17.0
- Bump sass-graph@^4.0.1
Misc
- Bump various GitHub Actions dependencies (
@nschonni
)
... (truncated)
Changelog
Sourced from node-sass's changelog.
v4.14.0
https://github.com/sass/node-sass/releases/tag/v4.14.0
v4.13.1
https://github.com/sass/node-sass/releases/tag/v4.13.1
v4.13.0
Commits
87f3899
feat: Node 20 support (#3355)06ae4c7
build(deps): bump coverallsapp/github-action from 2.0.0 to 2.1.0 (#3350)e069f73
build(deps): bump coverallsapp/github-action from 1.2.0 to 2.0.0c34837d
build(deps): bump coverallsapp/github-action from 1.1.3 to 1.2.0ee13eb9
8.0.098e75b3
feat: Node 18 and 19 support and drop Node 17 (#3257)e9bb866
Bump node-gyp and nan for node 19 support (#3314)ab7840b
Fix binaries being partially downloaded (#3313)d595abf
7.0.33b556c1
7.0.2- Additional commits viewable in compare view
Updates @babel/helpers
from 7.4.4 to 7.28.4
Release notes
Sourced from @babel/helpers
'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/helpers
'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.418d88b8
Improve@babel/core
typings (#17471)ef155f5
v7.28.3741cbd2
chore: fix various typos across codebase (#17476)cac0ff4
v7.28.2f743094
fix:regeneratorDefine
compatibility with es5 strict mode (#17441)baa4cb8
v7.27.6fdbf1b3
fix:finally
causes unexpected return value (#17366)7d06930
v7.27.45b9468d
Reduceregenerator
size more (#17287)- Additional commits viewable in compare view
Updates @babel/traverse
from 7.4.5 to 7.28.4
Release notes
Sourced from @babel/traverse
'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/traverse
'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.4b41f8cd
Update Jest to v30.1.1 (#17493)22493b6
Improve@babel/traverse
typings (#17485)18d88b8
Improve@babel/core
typings (#17471)ef155f5
v7.28.3741cbd2
chore: fix various typos across codebase (#17476)5051613
Type-check.d.ts
file withstrict: true
(#17461)ccc5fae
v7.28.04b4e7e2
Create babel-helper-globals (#17297)cf5ae03
LVal coverage updates (Part 2) (#17391)- Additional commits viewable in compare view
Updates @hapi/hoek
from 6.2.4 to 8.5.1
Commits
Updates @hapi/joi
from 15.0.3 to 15.1.1
Commits
Updates semver
from 5.3.0 to 5.5.0
Changelog
Sourced from semver's changelog.
Changelog
7.7.2 (2025-05-12)
Bug Fixes
fcafb61
#780 add missing'use strict'
directives (#780) (@Fdawgs
)c99f336
#781 prerelease identifier starting with digits (#781) (@mbtools
)Chores
c760403
#784 template-oss-apply for workflow permissions (#784) (@wraithgar
)2677f2a
#778 bump@npmcli/template-oss
from 4.23.6 to 4.24.3 (#778) (@dependabot
[bot],@npm-cli-bot
)7.7.1 (2025-02-03)
Bug Fixes
af761c0
#764 inc: fully capture prerelease identifier (#764) (@wraithgar
)7.7.0 (2025-01-29)
Features
Bug Fixes
d588e37
#755 diff: fix prerelease to stable version diff logic (#755) (@eminberkayd
, berkay.daglar)8a34bde
#754 add identifier validation toinc()
(#754) (@mbtools
)Documentation
67e5478
#756 readme: added missing period for consistency (#756) (@shaymolcho
)868d4bb
#749 clarify comment about obsolete prefixes (#749) (@mbtools
,@ljharb
)Chores
145c554
#741 bump@npmcli/eslint-config
from 4.0.5 to 5.0.0 (@dependabot
[bot])753e02b
#747 bump@npmcli/template-oss
from 4.23.3 to 4.23.4 (#747) (@dependabot
[bot],@npm-cli-bot
)0b812d5
#744 postinstall for dependabot template-oss PR (@hashtagchris
)7.6.3 (2024-07-16)
Bug Fixes
Documentation
7.6.2 (2024-05-09)
Bug Fixes
6466ba9
#713 lru: use map.delete() directly (#713) (@negezor
,@lukekarrys
)7.6.1 (2024-05-04)
Bug Fixes
... (truncated)
Commits
44cbc84
v5.5.01d37529
Cleaned up coerce behaviore7092b4
Improved coerce regex and added coerce to README.68cef2d
Added version coercion to the module and CLI.ec6f97a
range.bnf: Fix invalid bracket expression906b664
travis: don't cache node_modules7184ff4
range.bnf: Remove unnecessary empty entry0877c94
v5.4.17be83d1
Handle bad ranges in max/min satisfyinge1c49c8
v5.4.0- Additional commits viewable in compare view
Updates ansi-html
from 0.0.7 to 0.0.9
Commits
- See full diff in compare view
Updates react-scripts
from 3.0.1 to 5.0.1
Changelog
Sourced from react-scripts's changelog.
3.4.4 (2020-10-20)
v3.4.4 release bumps
resolve-url-loader
to a version for whichnpm audit
does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.Migrating from 3.4.3 to 3.4.4
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.4.4
or
yarn add --exact react-scripts@3.4.4
3.4.3 (2020-08-12)
v3.4.3 release bumps
terser-webpack-plugin
to a version for whichnpm audit
does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.Migrating from 3.4.2 to 3.4.3
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.4.3
or
yarn add --exact react-scripts@3.4.3
3.4.2 (2020-08-11)
v3.4.2 release bumps
webpack-dev-server
to a version for whichnpm audit
does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.Migrating from 3.4.1 to 3.4.2
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.4.2
or
... (truncated)
Commits
19fa58d
Publish9802941
fix: webpack noise printed only if error or warning (#12245)2eef1d0
Update templates to use React 18createRoot
(#12220)221e511
Publish5614c87
Add support for Tailwind (#11717)20edab4
fix(webpackDevServer): disable overlay for warnings (#11413)3afbbc0
Update all dependencies (#11624)f5467d5
feat(eslint-config-react-app): support ESLint 8.x (#11375)c7627ce
Update webpack and dev server (#11646)544befe
Update package.json (#11597)- Additional commits viewable in compare view
Updates follow-redirects
from 1.5.10 to 1.15.11
Commits
21ef28a
R...Description has been truncated
Pull Request Statistics
1
2
+19602
-13349
Package Dependencies
Technical Details
ID: | 7624123 |
UUID: | 2824400629 |
Node ID: | PR_kwDOBAHm2M6oWO71 |
Host: | GitHub |
Repository: | wenlien/AlgorithmVisualizer |
Merge State: | Unknown |