Bump ms, browser-sync, compression and mocha
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(over 3 years ago)
(8 months ago)
(8 months ago)
dependencies javascript
Bumps ms to 2.0.0 and updates ancestor dependencies ms, browser-sync, compression and mocha. These dependencies need to be updated together.
Updates ms from 0.7.1 to 2.0.0
Release notes
Sourced from ms's releases.
2.0.0
Major Changes
- Limit str to 100 to avoid ReDoS of 0.3s: #89
Patches
- Ignored logs coming from npm: b1eaab752203e978492a4d540a7ae1d26e6306b1
- Bumped dependencies to the latest version: bcf57157678fd5afc691383145a35e116f9704d0
- Invalidated cache for slack badge: 94b995c1d6d5d13ec976a0c6849a3cca9b277e6b
Credits
Huge thanks to
@karenyavinefor their help!1.0.0
Major Changes
- Removed component specification: 1fbbe974cdcad96e592dcb65a7b2a8649f690420
Patches
- Test on LTS version of Node: c9b1fd319f0f9198d85ecf4ba83e46cc1216be04
- Removed XO: 94068ea6d518387670df277f740b1abada80ed48
- Use
prettierandeslint: 57b3ef8e3423cae6254f94c5564a11b4492cff43- Badge for XO removed: 389840b329436117741b2ef13a172725082695b9
- Removed browser testing: e818c3581aca3119c00d81901bfe8fe653bcfda4
- More suitable name for file containing tests: ee91f307a8dc3581ebdad614ec0533ddb3d8bf56
0.7.3
Patches
- Mark "options" param as optional in jsdoc: #77
- Lowercased text files: 5f0653ab192a30301aed8668b4588a87975b41ab
- Pinned dependencies: 126d7f094a1836b991c8d0abfeb4d0ce09ac280f
- Chore(package): update serve to version 5.0.1: #81
Credits
Huge thanks to
@Jokerofor their help!0.7.2
Patches 💅
- Added license field to package.json file: zeit/ms#42
- Renamed
longandshort(reserved keywords): zeit/ms#53- Capitalized important files: b2d9f9d
- Specified version numbers for
devDependenciesin package.json: abd3616- Updated license file to the latest version: 5d53ae8
- Only upload important files to npm, instead of excluding certain ones: 2b2f02a
- Adjusted name of repository in package.json: e84f95d
... (truncated)
Commits
9b88d152.0.094b995cInvalidated cache for slack badgebcf5715Bumped dependencies to the latest versionb1eaab7Ignored logs coming from npmcaae298Limit str to 100 to avoid ReDoS of 0.3s (#89)b83b36dchore(package): update eslint to version 3.19.0 (#88)3f2a4d7chore(package): update husky to version 0.13.3 (#86)7daf9841.0.0ee91f30More suitable name for file containing testse818c35Removed browser testing- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by leo, a new releaser for ms since your current version.
Updates browser-sync from 2.13.0 to 2.27.11
Release notes
Sourced from browser-sync's releases.
2.27.9
What's Changed
- fix(cli): Where's the command help? fixes #1929 by
@shakyShanein BrowserSync/browser-sync#1945A bug prevented the help output from displaying - it was introduced when the CLI parser
yargswas updated, and is now fixed :)Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.27.8...v2.27.9
2.27.8
This release upgrades Socket.io (client+server) to the latest versions - solving the following issues, and silencing security warning :)
PR:
Resolved Issues:
- BrowserSync/browser-sync#1850
- BrowserSync/browser-sync#1892
- BrowserSync/browser-sync#1925
- BrowserSync/browser-sync#1926
- BrowserSync/browser-sync#1933
Thanks to
@lachiehfor the original PR, which helped me land this fixadded
snippet: booleanoptionThis release adds a feature to address BrowserSync/browser-sync#1882
Sometimes you don't want Browsersync to auto-inject it's connection snippet into your HTML - now you can disable it globally via either a CLI param or the new
snippetoption :)browser-sync . --no-snippetor in any Browsersync configuration
const config = { snippet: false, };the original request was related to Eleventy usage, so here's how that would look
eleventyConfig.setBrowserSyncConfig({ snippet: false, });
... (truncated)
Changelog
Sourced from browser-sync's changelog.
2.23.1 (2018-01-01)
2.8.2 (2015-07-31)
Bug Fixes
- https: add newly generated ssl self-signed certs that will expire for 10 years - fixes (45104a7), closes #750
2.8.1 (2015-07-28)
Bug Fixes
Features
- serve-static: Added option
serveStaticto allow proxy/snippet mode to easily serve local fil (384ef67)2.7.13 (2015-06-28)
Bug Fixes
- snippet: Allow async attribute to be removed from snippet with snippetOptions.async = fal (c32bec6), closes #670
- socket-options: allow socket.domain string|fn for setting domain only on socket path - fixes #69 (5157432), closes #690
Features
- api: expose sockets to public api (985682c)
2.7.12 (2015-06-17)
Bug Fixes
... (truncated)
Commits
01caeb3v2.27.1174873ccupdated deps (#1995)88527a8Add CodeSee architecture diagram workflow to repository (#1972)f6965a6v2.27.10e6c7bedUpdated portscanner to 2.2.0 (#1960)6a587ecfix readme's91258aeMerge branch 'browser-sync-1946-esbuild'f48d6b4👋 app veyor30c24dcMerge pull request #19479d24de5drop webpack from UI- Additional commits viewable in compare view
Updates compression from 1.6.2 to 1.7.4
Release notes
Sourced from compression's releases.
1.7.4
- deps: compressible@~2.0.16
- Mark
text/lessas compressible- deps: mime-db@'>= 1.38.0 < 2'
- deps: on-headers@~1.0.2
- Fix
res.writeHeadpatch missing return value- perf: prevent unnecessary buffer copy
1.7.3
- deps: accepts@~1.3.5
- deps: mime-types@~2.1.18
- deps: compressible@~2.0.14
- Mark all XML-derived types as compressible
- deps: mime-db@'>= 1.34.0 < 2'
- deps: safe-buffer@5.1.2
1.7.2
- deps: compressible@~2.0.13
- deps: mime-db@'>= 1.33.0 < 2'
1.7.1
- deps: accepts@~1.3.4
- deps: mime-types@~2.1.16
- deps: bytes@3.0.0
- deps: compressible@~2.0.11
- deps: mime-db@'>= 1.29.0 < 2'
- deps: debug@2.6.9
- deps: vary@~1.1.2
- perf: improve header token parsing speed
1.7.0
- Use
safe-bufferfor improved Buffer API- deps: bytes@2.5.0
- deps: compressible@~2.0.10
- Fix regex fallback to not override
compressible: falsein db- deps: mime-db@'>= 1.27.0 < 2'
- deps: debug@2.6.8
- Allow colors in workers
- Deprecated
DEBUG_FDenvironment variable set to3or higher- Fix error when running under React Native
- Fix
DEBUG_MAX_ARRAY_LENGTH- Use same color for same namespace
- deps: ms@2.0.0
- deps: vary@~1.1.1
- perf: hoist regular expression
Changelog
Sourced from compression's changelog.
1.7.4 / 2019-03-18
- deps: compressible@~2.0.16
- Mark
text/lessas compressible- deps: mime-db@'>= 1.38.0 < 2'
- deps: on-headers@~1.0.2
- Fix
res.writeHeadpatch missing return value- perf: prevent unnecessary buffer copy
1.7.3 / 2018-07-15
- deps: accepts@~1.3.5
- deps: mime-types@~2.1.18
- deps: compressible@~2.0.14
- Mark all XML-derived types as compressible
- deps: mime-db@'>= 1.34.0 < 2'
- deps: safe-buffer@5.1.2
1.7.2 / 2018-02-18
- deps: compressible@~2.0.13
- deps: mime-db@'>= 1.33.0 < 2'
1.7.1 / 2017-09-26
- deps: accepts@~1.3.4
- deps: mime-types@~2.1.16
- deps: bytes@3.0.0
- deps: compressible@~2.0.11
- deps: mime-db@'>= 1.29.0 < 2'
- deps: debug@2.6.9
- deps: vary@~1.1.2
- perf: improve header token parsing speed
1.7.0 / 2017-07-10
- Use
safe-bufferfor improved Buffer API- deps: bytes@2.5.0
- deps: compressible@~2.0.10
- Fix regex fallback to not override
compressible: falsein db- deps: mime-db@'>= 1.27.0 < 2'
- deps: debug@2.6.8
- Allow colors in workers
- Deprecated
DEBUG_FDenvironment variable set to3or higher- Fix error when running under React Native
... (truncated)
Commits
dd5055d1.7.47e91b18perf: prevent unnecessary buffer copyf6873b5build: supertest@4.0.0b07e7fdbuild: eslint-plugin-import@2.16.0aed82c0build: eslint@5.15.15b7d4c0build: mocha@6.0.2ddf2b6ebuild: simplify & speed up logic in Travis CI build steps61a438dbuild: Node.js@11.107ee13e1deps: on-headers@~1.0.28fb7dcadeps: compressible@~2.0.16- Additional commits viewable in compare view
Updates mocha from 2.5.3 to 10.2.0
Release notes
Sourced from mocha's releases.
v10.2.0
10.2.0 / 2022-12-11
:tada: Enhancements
:bug: Fixes
- #4946: Browser: color of failed test icon (
@kleisauke):book: Documentation
- #4944: Remove duplicated header (
@PauloGoncalvesBH)v10.1.0
10.1.0 / 2022-10-16
:tada: Enhancements
- #4896: Browser: add support for
prefers-color-scheme: dark(@greggman):nut_and_bolt: Other
- #4912: Browser: increase contrast for replay buttons (
@JoshuaKGoldberg)- #4905: Use standard
Promise.allSettledinstead of polyfill (@outsideris)- #4899: Upgrade official GitHub actions to latest (
@ddzz)- #4770: Fix regex in function
clean(@yetingli)v10.0.0
10.0.0 / 2022-05-01
:boom: Breaking Changes
#4863: Rename executable
bin/mochatobin/mocha.js(@juergba)#4865:
--ignoreoption in Windows: upgrade Minimatch (@juergba):nut_and_bolt: Other
... (truncated)
Changelog
Sourced from mocha's changelog.
10.2.0 / 2022-12-11
:tada: Enhancements
:bug: Fixes
- #4946: Browser: color of failed test icon (
@kleisauke):book: Documentation
- #4944: Remove duplicated header (
@PauloGoncalvesBH)10.1.0 / 2022-10-16
:tada: Enhancements
- #4896: Browser: add support for
prefers-color-scheme: dark(@greggman):nut_and_bolt: Other
- #4912: Browser: increase contrast for replay buttons (
@JoshuaKGoldberg)- #4905: Use standard
Promise.allSettledinstead of polyfill (@outsideris)- #4899: Upgrade official GitHub actions to latest (
@ddzz)- #4770: Fix regex in function
clean(@yetingli)10.0.0 / 2022-05-01
:boom: Breaking Changes
#4863: Rename executable
bin/mochatobin/mocha.js(@juergba)#4865:
--ignoreoption in Windows: upgrade Minimatch (@juergba):nut_and_bolt: Other
#4876: Add Node.js v18 to CI test matrix (
@outsideris)
... (truncated)
Commits
202e9b8build(v10.2.0): release6782d6dbuild(v10.2.0): update CHANGELOG73bb819feat(esm): ability to decorate ESM module name before importing it (#4945)fc4ac58chore(devDeps): remove unused depedencies (#4949)0a10ddcdocs: remove duplicated header (#4944)b0a0fb8fix(browser): failed test icon color (#4946)3cc9cacci: update stale action (#4931)8f3c37bchore(ci): workaround for firefox error (#4933)5f96d51build(v10.1.0): releaseed74f16build(v10.1.0): update CHANGELOG- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by juergba, a new releaser for mocha since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Package Dependencies
ms, browser-sync, compression
npm
Technical Details
| ID: | 10441736 |
| UUID: | 1528221705 |
| Node ID: | PR_kwDOAw3ZOs5HHTKM |
| Host: | GitHub |
| Repository: | ComputerScienceHouse/conditional |