Bump the npm_and_yarn group across 1 directory with 32 updates
Type: Pull Request
State: Open
Association: None
Comments: 0
(2 months ago)
(2 months ago)
dependencies javascript
Bumps the npm_and_yarn group with 29 updates in the /Chapter14 directory:
| Package | From | To |
|---|---|---|
| vue | 2.6.11 |
3.0.0 |
| vue-template-compiler | 2.6.11 |
2.7.16 |
| @babel/helpers | 7.9.2 |
7.28.3 |
| @babel/runtime | 7.9.2 |
7.28.3 |
| @babel/traverse | 7.9.5 |
7.28.3 |
| brace-expansion | 1.1.11 |
1.1.12 |
| browserify-sign | 4.0.4 |
4.2.3 |
| cipher-base | 1.0.4 |
1.0.6 |
| decode-uri-component | 0.2.0 |
0.2.2 |
| elliptic | 6.5.2 |
6.6.1 |
| engine.io | 3.4.0 |
3.4.2 |
| eventsource | 1.0.7 |
1.1.2 |
| express | 4.17.1 |
4.21.2 |
| flat | 4.1.0 |
4.1.1 |
| follow-redirects | 1.11.0 |
1.15.11 |
| minimatch | 3.0.4 |
3.1.2 |
| pbkdf2 | 3.0.17 |
3.1.3 |
| qs | 6.5.2 |
6.5.3 |
| semver | 5.7.1 |
5.7.2 |
| sha.js | 2.4.11 |
2.4.12 |
| shell-quote | 1.7.2 |
1.8.3 |
| socket.io-parser | 3.3.0 |
3.3.4 |
| socket.io | 2.3.0 |
2.5.1 |
| terser | 4.6.11 |
4.8.1 |
| thenify | 3.3.0 |
3.3.1 |
| url-parse | 1.4.7 |
1.5.10 |
| webpack-dev-middleware | 3.7.2 |
3.7.3 |
| webpack-dev-server | 3.10.3 |
3.11.3 |
| word-wrap | 1.2.3 |
1.2.5 |
Updates vue from 2.6.11 to 3.0.0
Changelog
Sourced from vue's changelog.
3.0.0 (2020-09-18)
3.0.0-rc.13 (2020-09-18)
Bug Fixes
- hmr: make hmr working with class components (#2144) (422f05e)
- reactivity: avoid length mutating array methods causing infinite updates (#2138) (f316a33), closes #2137
- suspense: should discard unmount effects of invalidated pending branch (5bfcad1)
- types: component instance inference without props (#2145) (57bdaa2)
Code Refactoring
- watch APIs default to trigger pre-flush (49bb447), closes vuejs/vue-next#1706
Features
- runtime-core: support using inject() inside props default functions (58c31e3)
- watch: support dot-delimited path in watch option (1c9a0b3)
BREAKING CHANGES
- watch APIs now default to use
flush: 'pre'instead offlush: 'post'. This change affectswatch,watchEffect, thewatchcomponent option, andthis.$watch. See (49bb447) for more details.3.0.0-rc.12 (2020-09-16)
Bug Fixes
- reactivity: effect should only recursively self trigger with explicit options (3810de7), closes #2125
- runtime-core: ensure root stable fragments inherit elements for moving (bebd44f), closes #2134
- runtime-core: should still do full traverse of stable fragment children in dev + hmr (dd40ad8)
- runtime-core/async-component: fix error component when there are no error handlers (c7b4a37), closes #2129
- types/tsx: optional props from Mixin/Extends are treated as required (#2048) (89e9ab8)
Features
3.0.0-rc.11 (2020-09-15)
... (truncated)
Commits
- See full diff in compare view
Updates vue-template-compiler from 2.6.11 to 2.7.16
Release notes
Sourced from vue-template-compiler's releases.
v2.7.16 "Swan Song"
This is the final release for Vue 2.
Vue 2 will reach End of Life on December 31st, 2023. For more details, please read this blog post.
Please refer to CHANGELOG.md for details.
v2.7.16-beta.2
Please refer to CHANGELOG.md for details.
v2.7.16-beta.1
Please refer to CHANGELOG.md for details.
v2.7.15
Please refer to CHANGELOG.md for details.
v2.7.14
Please refer to CHANGELOG.md for details.
v2.7.13
Please refer to CHANGELOG.md for details.
v2.7.12
Please refer to CHANGELOG.md for details.
v2.7.11
Please refer to CHANGELOG.md for details.
v2.7.10
Please refer to CHANGELOG.md for details.
v2.7.9
Please refer to CHANGELOG.md for details.
v2.7.8
Please refer to CHANGELOG.md for details.
v2.7.7
Please refer to CHANGELOG.md for details.
v2.7.6
Please refer to CHANGELOG.md for details.
v2.7.5
Please refer to CHANGELOG.md for details.
v2.7.4
Please refer to CHANGELOG.md for details.
v2.7.3
... (truncated)
Changelog
Sourced from vue-template-compiler's changelog.
2.7.16 Swan Song (2023-12-24)
Bug Fixes
2.7.16-beta.2 (2023-12-14)
Bug Fixes
- account for nested render calls (db9c566), closes #13131
- types: export more types for v3 alignment (jsx / component options) (895669f), closes #13078 #13128
2.7.16-beta.1 (2023-12-08)
Bug Fixes
- compiler-sfc: check template
refusage, (#12985) (83d9535), closes #12984- compiler-sfc: fix rewriteDefault edge cases (25f97a5), closes #13060 #12892 #12906
- keep-alive: fix keep-alive memory leak (2632249), closes #12827
- keep-alive: fix memory leak without breaking transition tests (e0747f4)
- props: should not unwrap props that are raw refs (08382f0), closes #12930
- shallowReactive: should track value if already reactive when set in shallowReactive (0ad8e8d)
- style: always set new styles (f5ef882), closes #12901 #12946
- types: fix shallowRef's return type (#12979) (a174c29), closes #12978
- types: fix type augmentation and compiler-sfc types w/moduleResolution: bundler (#13107) (de0b97b), closes #13106
- types: provide types for built-in components (3650c12), closes #13002
- types: type VNodeChildren should allow type number (#13067) (24fcf69), closes #12973
- utils: unwrap refs when stringifying values in template (ae3e4b1), closes #12884 #12888
- watch: new property addition should trigger deep watcher with getter (6d857f5), closes #12967 #12972
2.7.15 (2023-10-23)
Bug Fixes
- compiler-sfc: add semicolon after
definePropsstatement (#12879) (51fef2c)- compiler-sfc: fix macro usage in multi-variable declaration (#12873) (d27c128)
- compiler-sfc: Optimize the value of emitIdentifier (#12851) (bb59751)
- compiler-sfc: Resolve object expression parsing errors in
v-on(#12862) (b8c8b3f)- lifecycle: scope might changed when call hook (#13070) (74ca5a1)
... (truncated)
Commits
13f4e7drelease: v2.7.1656ce7f8fix(lifecycle): esnure component effect scopes are disconnected305e4aerelease: v2.7.16-beta.23e1037echore: bump vitest to 1.0.4db9c566fix: account for nested render calls895669ffix(types): export more types for v3 alignment (jsx / component options)73bdf14release: v2.7.16-beta.1e0747f4fix(keep-alive): fix memory leak without breaking transition tests2632249fix(keep-alive): fix keep-alive memory leak3650c12fix(types): provide types for built-in components- Additional commits viewable in compare view
Updates @babel/helpers from 7.9.2 to 7.28.3
Release notes
Sourced from @babel/helpers's releases.
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-expressionsCommitters: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Jam Balaya (
@JamBalaya56562)- Nicolò Ribaudo (
@nicolo-ribaudo)- easrng (
@easrng)v7.28.2 (2025-07-24)
Thanks
@souhailaSfor your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)Committers: 4
- Babel Bot (
@babel-bot)- Nicolò Ribaudo (
@nicolo-ribaudo)- SOUHAILA SERBOUT (
@souhailaS)@liuxingbaoyuv7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @babel/helpers's changelog.
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-expressionsv7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility 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:
regeneratorcorrectly handlesthrowoutside oftry(@liuxingbaoyu):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-typesv7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu)babel-types
... (truncated)
Commits
ef155f5v7.28.3741cbd2chore: fix various typos across codebase (#17476)cac0ff4v7.28.2f743094fix:regeneratorDefinecompatibility with es5 strict mode (#17441)baa4cb8v7.27.6fdbf1b3fix:finallycauses unexpected return value (#17366)7d06930v7.27.45b9468dReduceregeneratorsize more (#17287)cb78b5b[babel 8] Do not replace globalregeneratorRuntimereferences in regenerato...49c0dbbFix iterator compatibility ofregeneratorValues(#17335)- Additional commits viewable in compare view
Updates @babel/runtime from 7.9.2 to 7.28.3
Release notes
Sourced from @babel/runtime's releases.
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-expressionsCommitters: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Jam Balaya (
@JamBalaya56562)- Nicolò Ribaudo (
@nicolo-ribaudo)- easrng (
@easrng)v7.28.2 (2025-07-24)
Thanks
@souhailaSfor your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)Committers: 4
- Babel Bot (
@babel-bot)- Nicolò Ribaudo (
@nicolo-ribaudo)- SOUHAILA SERBOUT (
@souhailaS)@liuxingbaoyuv7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @babel/runtime's changelog.
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-expressionsv7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility 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:
regeneratorcorrectly handlesthrowoutside oftry(@liuxingbaoyu):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-typesv7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu)babel-types
... (truncated)
Commits
ef155f5v7.28.3cac0ff4v7.28.2f68ac51chore: Avoid CITGM errors (#17382)baa4cb8v7.27.67d06930v7.27.45b9468dReduceregeneratorsize more (#17287)cb78b5b[babel 8] Do not replace globalregeneratorRuntimereferences in regenerato...a0690e3SplitregeneratorRuntimeinto multiple helpers (#17238)da5e371v7.27.3eebd3a0v7.27.1- Additional commits viewable in compare view
Updates @babel/traverse from 7.9.5 to 7.28.3
Release notes
Sourced from @babel/traverse's releases.
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-expressionsCommitters: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Jam Balaya (
@JamBalaya56562)- Nicolò Ribaudo (
@nicolo-ribaudo)- easrng (
@easrng)v7.28.2 (2025-07-24)
Thanks
@souhailaSfor your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)Committers: 4
- Babel Bot (
@babel-bot)- Nicolò Ribaudo (
@nicolo-ribaudo)- SOUHAILA SERBOUT (
@souhailaS)@liuxingbaoyuv7.28.1 (2025-07-12)
... (truncated)
Changelog
Sourced from @babel/traverse's changelog.
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-expressionsv7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility 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:
regeneratorcorrectly handlesthrowoutside oftry(@liuxingbaoyu):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-typesv7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu)babel-types
... (truncated)
Commits
ef155f5v7.28.3741cbd2chore: fix various typos across codebase (#17476)5051613Type-check.d.tsfile withstrict: true(#17461)ccc5faev7.28.04b4e7e2Create babel-helper-globals (#17297)cf5ae03LVal coverage updates (Part 2) (#17391)6ca9df4Accept bigints int.bigIntLiteralfactory (#17378)75f0140Parse discard binding (#17163)4ce7dfdv7.27.76c8faf1add generateUidBasedOnNode test cases (#17381)- 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 browserify-sign from 4.0.4 to 4.2.3
Changelog
Sourced from browserify-sign's changelog.
v4.2.3 - 2024-03-05
Commits
- [patch] widen support to 0.12
9247adf- [patch] drop minimum node support to v1
4d0ee49- [Dev Deps] update
aud,npmignore,tape87f3a35- [actions] remove redundant finisher
37a4758- [Deps] pin
hash-baseto ~3.0, due to a breaking change9e2bf12- [Deps] update
parse-asn1 [f427270`](https://github.com/browserify/browserify-sign/commit/f427270ac11dc6be29f87d7afb046c16376a5a9c)- [Deps] update
ellipticfb261ce- [Deps] pin
ellipticdue to a breaking change168e16fv4.2.2 - 2023-10-25
Fixed
- [Tests] log when openssl doesn't support cipher
[#37](https://github.com/crypto-browserify/browserify-sign/issues/37)Commits
- Only apps should have lockfiles
09a8995- [eslint] switch to eslint
83fe463- [meta] add
npmignoreandauto-changelog4418183- [meta] fix package.json indentation
9ac5a5e- [Tests] migrate from travis to github actions
d845d85- [Fix]
sign: throw on unsupported padding scheme8767739- [Fix] properly check the upper bound for DSA signatures
85994cd- [Tests] handle openSSL not supporting a scheme
f5f17c2- [Deps] update
bn.js,browserify-rsa,elliptic,parse-asn1,readable-stream,safe-buffera67d0eb- [Dev Deps] update
nyc,standard,tapecc5350b- [Tests] always run coverage; downgrade
nyc75ce1d5- [meta] add
safe-publish-latestdcf49ce- [Tests] add
npm run posttest75dd8fd- [Dev Deps] update
tape3aec038- [Tests] skip unsupported schemes
703c83e- [Tests] node < 6 lacks array
includes3aa43cf- [Dev Deps] fix eslint range
98d4e0dv4.2.1 - 2020-08-04
Merged
v4.2.0 - 2020-05-18
Merged
- switch to safe buffer
[#53](https://github.com/crypto-browserify/browserify-sign/issues/53)
... (truncated)
Commits
bf2c3ecv4.2.39247adf[patch] widen support to 0.12f427270[Deps] update `parse-asn187f3a35[Dev Deps] updateaud,npmignore,tapefb261ce[Deps] updateelliptic4d0ee49[patch] drop minimum node support to v19e2bf12[Deps] pinhash-baseto ~3.0, due to a breaking change168e16f[Deps] pinellipticdue to a breaking change37a4758[actions] remove redundant finisher4af5a90v4.2.2- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for browserify-sign since your current version.
Updates cipher-base from 1.0.4 to 1.0.6
Changelog
Sourced from cipher-base's changelog.
v1.0.6 - 2024-11-26
Commits
- [Fix] io.js 3.0 - Node.js 5.3 typed array support
b7ddd2av1.0.5 - 2024-11-17
Commits
- [Tests] standard -> eslint, make test dir, etc
ae02fd6- [Tests] migrate from travis to GHA
66387d7- [meta] fix package.json indentation
5c02918- [Fix] return valid values on multi-byte-wide TypedArray input
8fd1364- [meta] add
auto-changelog88dc806- [meta] add
npmignoreandsafe-publish-latest7a137d7- Only apps should have lockfiles
42528f2- [Deps] update
inherits,safe-buffer0e7a2d9- [meta] add missing
engines.nodef2dc13e
Package Dependencies
Technical Details
| ID: | 6868064 |
| UUID: | 2798070558 |
| Node ID: | PR_kwDOPoDs486mxyse |
| Host: | GitHub |
| Repository: | ibiscum/Frontend-Development-Projects-with-Vue.js-3 |
| Merge State: | Unknown |