Upgraded to browserify@15, set supported node version to >= 4
10.x
:tada:
Breaking Changes
Upgraded to browserify@14
The --pushstate boolean argument should now come after entries in the CLI, as it supports subarg options. Using it before entries will still work but may log a warning.
Major overhaul to LiveReload backend to make it faster and more robust #194
No longer uses tiny-lr or the old school LiveReload stuff, so it no longer supports some of the feature set from that tool
No longer supports the LiveReload browser plugin
Budo runs everything on a single port/server instead of a second server for LiveReload
/budo/livereload.js now serves the LiveReload client
Other Changes
opts.staticOptions is now passed onto serve-static module
opts.pushstate (boolean or object) is now passed onto connect-pushstate module
CLI now supports subarg syntax for commands like --static-options and --pushstate
defaultIndex function now accepts a req as the second parameter
9.4.7
Make HTTP logging more accurate: previously the time and byte size was not correct
9.4.5 .. 9.4.6
Small tweaks to frontend build error styling
Add pushstate flag as a boolean so it doesn't swallow entry
9.4.3
Disable cache control for serve-static, I've found this greatly reduces load time
Slight change to package.json scripts so they work on Windows
9.4.2
Improve Windows terminal color support, fixes #179
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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](https://github.com/mattrei/aframe-tangram-component/network/alerts).
Bumps ms to 2.0.0 and updates ancestor dependencies ms, budo, karma and mocha. These dependencies need to be updated together.
Updates
ms
from 0.7.1 to 2.0.0Release notes
Sourced from ms's releases.
... (truncated)
Commits
9b88d15
2.0.094b995c
Invalidated cache for slack badgebcf5715
Bumped dependencies to the latest versionb1eaab7
Ignored logs coming from npmcaae298
Limit str to 100 to avoid ReDoS of 0.3s (#89)b83b36d
chore(package): update eslint to version 3.19.0 (#88)3f2a4d7
chore(package): update husky to version 0.13.3 (#86)7daf984
1.0.0ee91f30
More suitable name for file containing testse818c35
Removed browser testingMaintainer changes
This version was pushed to npm by leo, a new releaser for ms since your current version.
Updates
budo
from 8.4.0 to 11.8.4Changelog
Sourced from budo's changelog.
... (truncated)
Commits
fc43424
11.8.4bb75ca0
updating deps43f9645
11.8.337229dd
use new prepublishOnlyc2e81c4
11.8.280cffc9
package lock dep audit8c5721c
11.8.1f072380
bump deps2343724
Merge branch 'master' of https://github.com/mattdesl/budo8886633
11.8.0Updates
karma
from 0.13.22 to 6.4.1Release notes
Sourced from karma's releases.
... (truncated)
Changelog
Sourced from karma's changelog.
... (truncated)
Commits
0013121
chore(release): 6.4.1 [skip ci]63d86be
fix: pass integrity value84f7cc3
chore(release): 6.4.0 [skip ci]f2d0663
docs: add integrity parameterdc51a2e
feat: support SRI verification of link tags6a54b1c
feat: support SRI verification of script tags5e71cf5
chore(release): 6.3.20 [skip ci]e17698f
fix: prefer IPv4 addresses when resolving domains60f4f79
build: add Node 16 and 18 to the CI matrix6ff5aaf
chore(release): 6.3.19 [skip ci]Updates
mocha
from 2.5.3 to 10.2.0Release notes
Sourced from mocha's releases.
... (truncated)
Changelog
Sourced from mocha's changelog.
... (truncated)
Commits
202e9b8
build(v10.2.0): release6782d6d
build(v10.2.0): update CHANGELOG73bb819
feat(esm): ability to decorate ESM module name before importing it (#4945)fc4ac58
chore(devDeps): remove unused depedencies (#4949)0a10ddc
docs: remove duplicated header (#4944)b0a0fb8
fix(browser): failed test icon color (#4946)3cc9cac
ci: update stale action (#4931)8f3c37b
chore(ci): workaround for firefox error (#4933)5f96d51
build(v10.1.0): releaseed74f16
build(v10.1.0): update CHANGELOGMaintainer 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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](https://github.com/mattrei/aframe-tangram-component/network/alerts).