Bump the npm_and_yarn group across 1 directory with 11 updates
Type: Pull Request
State: Merged
Association: None
Comments: 0
(3 months ago)
(3 months ago)
(3 months ago)
by ibiscum
dependencies javascript
Bumps the npm_and_yarn group with 5 updates in the /Chapter14/Activity14.01 directory:
| Package | From | To |
|---|---|---|
| braces | 2.3.2 |
3.0.3 |
| @vue/cli-plugin-babel | 3.12.1 |
5.0.9 |
| @vue/cli-plugin-eslint | 3.12.1 |
5.0.9 |
| async | 2.6.1 |
3.2.6 |
| @vue/cli-plugin-e2e-cypress | 3.12.1 |
5.0.9 |
Updates braces from 2.3.2 to 3.0.3
Changelog
Sourced from braces's changelog.
Release history
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Changelog entries are classified using the following labels (from keep-a-changelog):
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.[3.0.0] - 2018-04-08
v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.
Breaking Changes
- The undocumented
.makeRemethod was removed- Require Node.js >= 8.3
Non-breaking changes
- Caching was removed
Commits
- See full diff in compare view
Updates @vue/cli-plugin-babel from 3.12.1 to 5.0.9
Release notes
Sourced from @vue/cli-plugin-babel's releases.
v5.0.9
:bug: Bug Fix
@vue/cli-service
- #7443 fix: add missing default
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__, fixes compatibility with vue 3.5.19 (@bobvandevijver)v5.0.8
:bug: Bug Fix
@vue/cli-service
- 0260e4d fix: add devServer.server.type to useHttps judgement (vuejs/vue-cli#7222)
@vue/cli-ui
- 07052c4 fix: Vue CLI UI graphql subscription server error, fixes vuejs/vue-cli#7221
v5.0.7
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.serveroption, avoid deprecation warnings (@backrunner,@sodatea)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner)- Haoqun Jiang (
@sodatea)v5.0.6
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compileris no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc.v5.0.5
:bug: Bug Fix
@vue/cli@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe)@vue/cli-plugin-e2e-cypress
- [697bb44] fix: should correctly resolve cypress bin path for Cypress 10 (Note that the project is still created with Cypress 9 by default, but you can upgrade to Cypress 10 on your own now)
Committers: 3
- Martijn Jacobs (
@maerteijn)- ZHAO Jinxiang (
@xiaoxiangmoe)@blzsaav5.0.4
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'(@AndreiSoroka)@vue/cli-shared-utils,@vue/cli-ui
- 75826d6 fix: replace
node-ipcwith@achrinza/node-ipcto further secure the dependency chain
... (truncated)
Changelog
Sourced from @vue/cli-plugin-babel's changelog.
5.0.9 (2025-08-21)
:bug: Bug Fix
Committers: 2
- Bob van de Vijver (
@bobvandevijver)- chlorine (
@lvqq)5.0.7 (2022-07-05)
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.serveroption, avoid deprecation warnings (@backrunner,@sodatea)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner)- Haoqun Jiang (
@sodatea)5.0.6 (2022-06-16)
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compileris no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc.5.0.5 (2022-06-16)
:bug: Bug Fix
@vue/cli@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe)Committers: 3
- Martijn Jacobs (
@maerteijn)- ZHAO Jinxiang (
@xiaoxiangmoe)@blzsaa
... (truncated)
Commits
Updates @vue/cli-plugin-eslint from 3.12.1 to 5.0.9
Release notes
Sourced from @vue/cli-plugin-eslint's releases.
v5.0.9
:bug: Bug Fix
@vue/cli-service
- #7443 fix: add missing default
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__, fixes compatibility with vue 3.5.19 (@bobvandevijver)v5.0.8
:bug: Bug Fix
@vue/cli-service
- 0260e4d fix: add devServer.server.type to useHttps judgement (vuejs/vue-cli#7222)
@vue/cli-ui
- 07052c4 fix: Vue CLI UI graphql subscription server error, fixes vuejs/vue-cli#7221
v5.0.7
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.serveroption, avoid deprecation warnings (@backrunner,@sodatea)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner)- Haoqun Jiang (
@sodatea)v5.0.6
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compileris no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc.v5.0.5
:bug: Bug Fix
@vue/cli@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe)@vue/cli-plugin-e2e-cypress
- [697bb44] fix: should correctly resolve cypress bin path for Cypress 10 (Note that the project is still created with Cypress 9 by default, but you can upgrade to Cypress 10 on your own now)
Committers: 3
- Martijn Jacobs (
@maerteijn)- ZHAO Jinxiang (
@xiaoxiangmoe)@blzsaav5.0.4
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'(@AndreiSoroka)@vue/cli-shared-utils,@vue/cli-ui
- 75826d6 fix: replace
node-ipcwith@achrinza/node-ipcto further secure the dependency chain
... (truncated)
Changelog
Sourced from @vue/cli-plugin-eslint's changelog.
5.0.9 (2025-08-21)
:bug: Bug Fix
Committers: 2
- Bob van de Vijver (
@bobvandevijver)- chlorine (
@lvqq)5.0.7 (2022-07-05)
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.serveroption, avoid deprecation warnings (@backrunner,@sodatea)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner)- Haoqun Jiang (
@sodatea)5.0.6 (2022-06-16)
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compileris no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc.5.0.5 (2022-06-16)
:bug: Bug Fix
@vue/cli@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe)Committers: 3
- Martijn Jacobs (
@maerteijn)- ZHAO Jinxiang (
@xiaoxiangmoe)@blzsaa
... (truncated)
Commits
Updates async from 2.6.1 to 3.2.6
Changelog
Sourced from async's changelog.
v3.2.5
- Ensure
Errorobjects such asAggregateErrorare propagated without modification (#1920)v3.2.4
- Fix a bug in
priorityQueuewhere it didn't wait for the result. (#1725)- Fix a bug where
unshiftAsyncwas included inpriorityQueue. (#1790)v3.2.3
v3.2.2
- Fix potential prototype pollution exploit
v3.2.1
- Use
queueMicrotaskif available to the environment (#1761)- Minor perf improvement in
priorityQueue(#1727)- More examples in documentation (#1726)
- Various doc fixes (#1708, #1712, #1717, #1740, #1739, #1749, #1756)
- Improved test coverage (#1754)
v3.2.0
- Fix a bug in Safari related to overwriting
func.name- Remove built-in browserify configuration (#1653)
- Varios doc fixes (#1688, #1703, #1704)
v3.1.1
- Allow redefining
nameproperty on wrapped functions.v3.1.0
- Added
q.pushAsyncandq.unshiftAsync, analagous toq.pushandq.unshift, except they always do not accept a callback, and reject if processing the task errors. (#1659)- Promises returned from
q.pushandq.unshiftwhen a callback is not passed now resolve even if an error ocurred. (#1659)- Fixed a parsing bug in
autoInjectwith complicated function bodies (#1663)- Added ES6+ configuration for Browserify bundlers (#1653)
- Various doc fixes (#1664, #1658, #1665, #1652)
v3.0.1
Bug fixes
- Fixed a regression where arrays passed to
queueandcargowould be completely flattened. (#1645)- Clarified Async's browser support (#1643)
v3.0.0
The
async/awaitrelease!There are a lot of new features and subtle breaking changes in this major version, but the biggest feature is that most Async methods return a Promise if you omit the callback, meaning you can
awaitthem from within anasyncfunction.</tr></table>
... (truncated)
Commits
85fb18fVersion 3.2.68c0c941Update built files5f756b4Fix ReDoS (#1980)39cdc9bbuild(deps-dev): bump karma from 6.4.3 to 6.4.4 (#1985)7b8ddebbuild(deps-dev): bump@babel/corefrom 7.24.7 to 7.25.2 (#1981)4634a9dbuild(deps-dev): bump rollup from 4.18.0 to 4.19.2 (#1982)afb176cbuild(deps-dev): bump chai from 4.4.1 to 4.5.0 (#1983)3568a74build(deps-dev): bump@babel/eslint-parserfrom 7.24.7 to 7.25.1 (#1984)9e885fdbuild(deps-dev): bump babel-plugin-istanbul from 6.1.1 to 7.0.0 (#1986)f9c7f2abuild(deps-dev): bump semver from 7.6.2 to 7.6.3 (#1987)- Additional commits viewable in compare view
Updates @vue/cli-plugin-e2e-cypress from 3.12.1 to 5.0.9
Release notes
Sourced from @vue/cli-plugin-e2e-cypress's releases.
v5.0.9
:bug: Bug Fix
@vue/cli-service
- #7443 fix: add missing default
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__, fixes compatibility with vue 3.5.19 (@bobvandevijver)v5.0.8
:bug: Bug Fix
@vue/cli-service
- 0260e4d fix: add devServer.server.type to useHttps judgement (vuejs/vue-cli#7222)
@vue/cli-ui
- 07052c4 fix: Vue CLI UI graphql subscription server error, fixes vuejs/vue-cli#7221
v5.0.7
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.serveroption, avoid deprecation warnings (@backrunner,@sodatea)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner)- Haoqun Jiang (
@sodatea)v5.0.6
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compileris no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc.v5.0.5
:bug: Bug Fix
@vue/cli@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe)@vue/cli-plugin-e2e-cypress
- [697bb44] fix: should correctly resolve cypress bin path for Cypress 10 (Note that the project is still created with Cypress 9 by default, but you can upgrade to Cypress 10 on your own now)
Committers: 3
- Martijn Jacobs (
@maerteijn)- ZHAO Jinxiang (
@xiaoxiangmoe)@blzsaav5.0.4
:bug: Bug Fix
@vue/cli-service
- #7005 Better handling of
publicPath: 'auto'(@AndreiSoroka)@vue/cli-shared-utils,@vue/cli-ui
- 75826d6 fix: replace
node-ipcwith@achrinza/node-ipcto further secure the dependency chain
... (truncated)
Changelog
Sourced from @vue/cli-plugin-e2e-cypress's changelog.
5.0.9 (2025-08-21)
:bug: Bug Fix
Committers: 2
- Bob van de Vijver (
@bobvandevijver)- chlorine (
@lvqq)5.0.7 (2022-07-05)
@vue/cli-service
- #7202, [558dea2] fix: support
devServer.serveroption, avoid deprecation warnings (@backrunner,@sodatea)- [beffe8a] fix: allow disabling progress plugin via
devServer.client.progress@vue/cli-ui
- #7210 chore: upgrade to apollo-server-express 3.x
Committers: 2
- BackRunner (
@backrunner)- Haoqun Jiang (
@sodatea)5.0.6 (2022-06-16)
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compileris no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc.5.0.5 (2022-06-16)
:bug: Bug Fix
@vue/cli@vue/cli-service
- #7023 fix: windows vue.config.mjs support (
@xiaoxiangmoe)Committers: 3
- Martijn Jacobs (
@maerteijn)- ZHAO Jinxiang (
@xiaoxiangmoe)@blzsaa
... (truncated)
Commits
7eb93c1v5.0.9b154dbdv5.0.84a0655fv5.0.7ef08a08v5.0.698c66c9v5.0.527dba1afix: eliminate calling deprecated function in cli-plugin-e2e-cypress and cli-...697bb44fix: should correctly resolve cypress bin path for Cypress 101452cd3feat: update cypress to 9.xca97fc2v5.0.4dd53f26v5.0.3- Additional commits viewable in compare view
Updates lodash from 4.17.15 to 4.17.21
Commits
f299b52Bump to v4.17.21c4847ebImprove performance oftoNumber,trimandtrimEndon large input strings3469357Prevent command injection through_.template'svariableoptionded9bc6Bump to v4.17.20.63150efDocumentation fixes.00f0f62test.js: Remove trailing comma.846e434Temporarily use a custom fork oflodash-cli.5d046f3Re-enable Travis tests on4.17branch.aa816b3Remove/npm-package.d7fbc52Bump to v4.17.19- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by bnjmnt4n, a new releaser for lodash since your current version.
Updates minimist from 0.0.8 to 1.2.8
Changelog
Sourced from minimist's changelog.
v1.2.8 - 2023-02-09
Merged
- [Fix] Fix long option followed by single dash
[#17](https://github.com/minimistjs/minimist/issues/17)- [Tests] Remove duplicate test
[#12](https://github.com/minimistjs/minimist/issues/12)- [Fix] opt.string works with multiple aliases
[#10](https://github.com/minimistjs/minimist/issues/10)Fixed
- [Fix] Fix long option followed by single dash (#17)
[#15](https://github.com/minimistjs/minimist/issues/15)- [Tests] Remove duplicate test (#12)
[#8](https://github.com/minimistjs/minimist/issues/8)- [Fix] Fix long option followed by single dash
[#15](https://github.com/minimistjs/minimist/issues/15)- [Fix] opt.string works with multiple aliases (#10)
[#9](https://github.com/minimistjs/minimist/issues/9)- [Fix] Fix handling of short option with non-trivial equals
[#5](https://github.com/minimistjs/minimist/issues/5)- [Tests] Remove duplicate test
[#8](https://github.com/minimistjs/minimist/issues/8)- [Fix] opt.string works with multiple aliases
[#9](https://github.com/minimistjs/minimist/issues/9)Commits
- Merge tag 'v0.2.3'
a026794- [eslint] fix indentation and whitespace
5368ca4- [eslint] fix indentation and whitespace
e5f5067- [eslint] more cleanup
62fde7d- [eslint] more cleanup
36ac5d0- [meta] add
auto-changelog73923d2- [actions] add reusable workflows
d80727d- [eslint] add eslint; rules to enable later are warnings
48bc06a- [eslint] fix indentation
34b0f1c- [readme] rename and add badges
5df0fe4- [Dev Deps] switch from
coverttonyca48b128- [Dev Deps] update
covert,tape; remove unnecessarytapf0fb958- [meta] create FUNDING.yml; add
fundingin package.json3639e0c- [meta] use
npmignoreto autogenerate an npmignore filebe2e038- Only apps should have lockfiles
282b570- isConstructorOrProto adapted from PR
ef9153f- [Dev Deps] update
@ljharb/eslint-config,aud098873c- [Dev Deps] update
@ljharb/eslint-config,aud3124ed3- [meta] add
safe-publish-latest4b927de- [Tests] add
audinposttestb32d9bd- [meta] update repo URLs
f9fdfc0- [actions] Avoid 0.6 tests due to build failures
ba92fe6- [Dev Deps] update
tape950eaa7- [Dev Deps] add missing
npmignoredev dep3226afa- Merge tag 'v0.2.2'
980d7acv1.2.7 - 2022-10-10
Commits
... (truncated)
Commits
6901ee2v1.2.8a026794Merge tag 'v0.2.3'c0b2661v0.2.363b8fee[Fix] Fix long option followed by single dash (#17)72239e6[Tests] Remove duplicate test (#12)34b0f1c[eslint] fix indentation3226afa[Dev Deps] add missingnpmignoredev dep098873c[Dev Deps] update@ljharb/eslint-config,aud9ec4d27[Fix] Fix long option followed by single dashba92fe6[actions] Avoid 0.6 tests due to build failures- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for minimist since your current version.
Updates moment from 2.24.0 to 2.30.1
Changelog
Sourced from moment's changelog.
2.30.1
- Release Dec 27, 2023
- Revert moment/moment#5827, because it's breaking a lot of TS code.
2.30.0 Full changelog
- Release Dec 26, 2023
2.29.4
- Release Jul 6, 2022
- #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex
2.29.3 Full changelog
2.29.2 See full changelog
- Release Apr 3 2022
Address https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4
2.29.1 See full changelog
- Release Oct 6, 2020
Updated deprecation message, bugfix in hi locale
2.29.0 See full changelog
- Release Sept 22, 2020
New locales (es-mx, bn-bd). Minor bugfixes and locale improvements. More tests. Moment is in maintenance mode. Read more at this link: https://momentjs.com/docs/#/-project-status/
2.28.0 See full changelog
- Release Sept 13, 2020
Fix bug where .format() modifies original instance, and locale updates
2.27.0 See full changelog
... (truncated)
Commits
485d9a7Build 2.30.1e048b09Bump version to 2.30.1f9f2d58Update changelog for 2.30.1a52ffb2Revert "Merge pull request #5827 from BobZombie:feature/fix_d.ts"ddd6809Build 2.30.0be64d00Bump version to 2.30.0ad41179Update changelog for 2.30.063fe479[misc] Make code ES6 compatible0f0195fRevert "Merge pull request #5599 from Alanscut:issue_4985"15b82f5Revert "Merge pull request #5597 from Alanscut:issue-5596"- Additional commits viewable in compare view
Updates tough-cookie from 2.4.3 to 4.1.4
Release notes
Sourced from tough-cookie's releases.
v4.1.4
https://www.npmjs.com/package/tough-cookie/v/4.1.4
What's Changed
- Add local alias for
toStringby@corvidismin salesforce/tough-cookie#409- Fix incorrect string validation for URL by
@coditvain salesforce/tough-cookie#261New Contributors
@corvidismmade their first contribution in salesforce/tough-cookie#409@coditvamade their first contribution in salesforce/tough-cookie#261Full Changelog: https://github.com/salesforce/tough-cookie/compare/v4.1.3...v4.1.4
4.1.3
Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the
inspectutility is affected by this change, we felt this change was important enough to be pushed into the next patch.4.1.2 -- Patch and Bugfix Release
What's Changed
- fix: allow set cookies with localhost by
@colincaseyin salesforce/tough-cookie#253Full Changelog: https://github.com/salesforce/tough-cookie/compare/v4.1.1...v4.1.2
4.1.1
Patch Release
What's Changed
- fix: allow special use domains by default by
@colincaseyin salesforce/tough-cookie#249- 4.1.1 Patch -- allow special use domains by default by
@awatermain salesforce/tough-cookie#250Full Changelog: https://github.com/salesforce/tough-cookie/compare/v4.1.0...v4.1.1
4.1.0
v4.1.0
Minor release, focused mainly on resolving reported issues and some minor feature work.
What's Changed
- Create CHANGELOG.md by
@ShivanKaulin salesforce/tough-cookie#189- Missing param validation issue145 by
@medelibero-sfdcin salesforce/tough-cookie#193- Create SECURITY.md by
@ShivanKaulin salesforce/tough-cookie#201- Create CODE_OF_CONDUCT.md by
@ShivanKaulin salesforce/tough-cookie#200- Fix for issue #195 by
@medelibero-sfdcin salesforce/tough-cookie#202- Add explanation and more special-use domains by
@ShivanKaulin salesforce/tough-cookie#203- Sync of constructor options for serialization by
@medelibero-sfdcin salesforce/tough-cookie#204- Returned null in case of empty cookie value by
@vsin12in salesforce/tough-cookie#196- 132 str trim not a function by
@awatermain salesforce/tough-cookie#209- Fix for issue #153 by
@medelibero-sfdcin salesforce/tough-cookie#210- Fix permuteDomain with trailing dot by
@ruoho-sfdcin salesforce/tough-cookie#216- Issue #213 -- added gh-actions flow for building and testing tough-co… by
@awatermain salesforce/tough-cookie#218
... (truncated)
Commits
cacbc37Bump version to 4.1.4a48fb3aAdd tests for url validation50e69bfMerge pull request #261 from postmanlabs/fix/url-string-validation1253d58Merge pull request #409 from corvidism/validators-to-string238367eAdd local alias fortoString4ff4d294.1.3 release preparation, update the package and lib/version to 4.1.3. (#284)12d4747Prevent prototype pollution in cookie memstore (#283)f06b72dFix documentation for store.findCookies, missing allowSpecialUseDomain proper...cf6debdFix incorrect string validation for URLb1a8898fix: allow set cookies with localhost (#253)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ccasey, a new releaser for tough-cookie since your current version.
Updates ajv from 5.5.2 to 6.12.6
Release notes
Sourced from ajv's releases.
v6.12.6
Fix performance issue of "url" format.
v6.12.5
Fix uri scheme validation (
@ChALkeR). Fix boolean schemas with strictKeywords option (#1270)v6.12.4
Fix: coercion of one-item arrays to scalar that should fail validation (failing example).
v6.12.3
Pass schema object to processCode function Option for strictNumbers (
@issacgerges, #1128) Fixed vulnerability related to untrusted schemas (CVE-2020-15366)v6.12.2
Removed post-install script
v6.12.1
Docs and dependency updates
v6.12.0
Improved hostname validation (
@sambauers, #1143) Optionkeywordsto add custom keywords (@franciscomorais, #1137) Types fixes (@boenrobot,@MattiAstedrone) Docs:
- error logging example (
@RadiationSickness)- TypeScript usage notes (
@thetric)v6.11.0
Time formats support two digit and colon-less variants of timezone offset (#1061 ,
@cjpillsbury) Docs: RegExp related security considerations Tests: Disabled failing typescript testv6.10.2
Fix: the unknown keywords were ignored with the option
strictKeywords: true(instead of failing compilation) in some sub-schemas (e.g. anyOf), when the sub-schema didn't have known keywords.v6.10.1
Fix types Fix addSchema (#1001) Update dependencies
v6.10.0
Option
strictDefaultsto report ignored defaults (#957,@not-an-aardvark) OptionstrictKeywordsto report unknown keywords (#781)v6.9.0
OpenAPI keyword
nullablecan be any boolean (and not onlytrue). Custom keyword definition changes:
dependenciesoption in to require the presence of keywords in the same schema.
... (truncated)
Pull Request Statistics
1
2
+4641
-12694
Package Dependencies
@vue/cli-plugin-e2e-cypress
npm
3.12.1 → 5.0.9
Major
Security Advisories
Path Traversal: 'dir/../../filename' in moment.locale
Prototype Pollution in Ajv
Technical Details
| ID: | 7475749 |
| UUID: | 2803734357 |
| Node ID: | PR_kwDOPoDs486nHZdV |
| Host: | GitHub |
| Repository: | ibiscum/Frontend-Development-Projects-with-Vue.js-3 |
| Merge State: | Unknown |