ustyle
ustyle copied to clipboard
Bump minimatch, browser-sync, grunt, grunt-contrib-watch, load-grunt-tasks and stylestats
Bumps minimatch to 3.0.8 and updates ancestor dependencies minimatch, browser-sync, grunt, grunt-contrib-watch, load-grunt-tasks and stylestats. These dependencies need to be updated together.
Updates minimatch
from 2.0.10 to 3.0.8
Commits
782c264
3.0.86ade2da
fix: trim patterna6f52b0
3.0.7e4cd434
fix: treat nocase:true as always having magice6bbe1c
publishConfig for 3.05b7cd33
3.0.620b4b56
[fix] revert all breaking syntax changes2ff0388
document, expose, and test 'partial:true' option5dbd6a7
ci: tests and makeworkdbda065
full test coverage, adding tests, deleting dead code- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by isaacs, a new releaser for minimatch since your current version.
Updates browser-sync
from 1.9.2 to 2.27.10
Release notes
Sourced from browser-sync's releases.
2.27.9
What's Changed
- fix(cli): Where's the command help? fixes #1929 by
@shakyShane
in BrowserSync/browser-sync#1945A bug prevented the help output from displaying - it was introduced when the CLI parser
yargs
was 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
@lachieh
for the original PR, which helped me land this fixadded
snippet: boolean
optionThis 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
snippet
option :)browser-sync . --no-snippet
or 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
serveStatic
to 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
- See full diff in compare view
Updates grunt
from 0.4.5 to 1.5.3
Release notes
Sourced from grunt's releases.
v1.5.3
- Merge pull request #1745 from gruntjs/fix-copy-op 572d79b
- Patch up race condition in symlink copying. 58016ff
- Merge pull request #1746 from JamieSlome/patch-1 0749e1d
- Create SECURITY.md 69b7c50
https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3
v1.5.2
- Update Changelog 7f15fd5
- Merge pull request #1743 from gruntjs/cleanup-link b0ec6e1
- Clean up link handling 433f91b
https://github.com/gruntjs/grunt/compare/v1.5.1...v1.5.2
v1.5.1
- Merge pull request #1742 from gruntjs/update-symlink-test ad22608
- Fix symlink test 0652305
https://github.com/gruntjs/grunt/compare/v1.5.0...v1.5.1
v1.5.0
- Updated changelog b2b2c2b
- Merge pull request #1740 from gruntjs/update-deps-22-10 3eda6ae
- Update testing matrix 47d32de
- More updates 2e9161c
- Remove console log 04b960e
- Update dependencies, tests... aad3d45
- Merge pull request #1736 from justlep/main fdc7056
- support .cjs extension e35fe54
https://github.com/gruntjs/grunt/compare/v1.4.1...v1.5.0
v1.4.1
- Update Changelog e7625e5
- Merge pull request #1731 from gruntjs/update-options 5d67e34
- Fix ci install d13bf88
- Switch to Actions 08896ae
- Update grunt-known-options eee0673
- Add note about a breaking change 1b6e288
https://github.com/gruntjs/grunt/compare/v1.4.0...v1.4.1
v1.4.0
... (truncated)
Changelog
Sourced from grunt's changelog.
v1.5.3 date: 2022-04-23 changes: - Patch up race condition in symlink copying. v1.5.2 date: 2022-04-12 changes: - Unlink symlinks when copy destination is a symlink. v1.5.1 date: 2022-04-11 changes: - Fixed symlink destination handling. v1.5.0 date: 2022-04-10 changes: - Updated dependencies. - Add symlink handling for copying files. v1.4.1 date: 2021-05-24 changes: - Fix --preload option to be a known option - Switch to GitHub Actions v1.4.0 date: 2021-04-21 changes: - Security fixes in production and dev dependencies - Liftup/Liftoff upgrade breaking change. Update your scripts to use --preload instead of --require. Ref: https://github.com/js-cli/js-liftoff/commit/e7a969d6706e730d90abb4e24d3cb4d3bce06ddb. v1.3.0 date: 2020-08-18 changes: - Switch to use
safeLoad
for loading YML files viafile.readYAML
. - Upgrade legacy-log to ~3.0.0. - Upgrade legacy-util to ~2.0.0. v1.2.1 date: 2020-07-07 changes: - Remove path-is-absolute dependency. (PR: gruntjs/grunt#1715) v1.2.0 date: 2020-07-03 changes: - Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: gruntjs/grunt#1677) - Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency.
... (truncated)
Commits
82d79b8
1.5.3572d79b
Merge pull request #1745 from gruntjs/fix-copy-op58016ff
Patch up race condition in symlink copying.0749e1d
Merge pull request #1746 from JamieSlome/patch-169b7c50
Create SECURITY.mdac667b2
1.5.27f15fd5
Update Changelogb0ec6e1
Merge pull request #1743 from gruntjs/cleanup-link433f91b
Clean up link handlingd5969ec
1.5.1- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by vladikoff, a new releaser for grunt since your current version.
Updates grunt-contrib-watch
from 0.6.1 to 1.1.0
Changelog
Sourced from grunt-contrib-watch's changelog.
v1.1.0: date: 2018-05-12 changes: - Update to
[email protected]
,[email protected]
,[email protected]
v1.0.1: date: 2018-04-20 changes: - Update to[email protected]
,lodash@4
v1.0.0: date: 2016-03-12 changes: - Updated tiny-lr, gaze, async and lodash dependencies. - Fix endless loop issue withatBegin
/nospawn
. - Expose hostname parameter of tiny-lr. - Supportcwd.event
to emit events relative to path. - Removed peerDependencies setting.
Commits
3b7ddf4
v1.1.072b1214
Updating dependencies, async, lodash and tiny-lr5adb27c
Merge pull request #543 from digitalbazaar/master6ec71e9
v1.0.17d20933
Update copyright yeare3d19df
Update ci configsd117574
Updating ci configs99410a7
README.md: Fixed typos (#536)f07311b
Update tiny-lr dependency to 1.x7f8cf80
Add local grunt-cli- Additional commits viewable in compare view
Updates load-grunt-tasks
from 3.1.0 to 3.5.2
Commits
626fe3b
3.5.23e56d4c
3.5.1d84e49e
trying out something newfbc9161
3.5.002e628a
minor tweaksbb2e89f
3.4.1cafd2a4
Close #45 PR: Fix requireResolution with not found task.04ca4c8
3.4.006afe94
cleanup #440c4c0e7
Close #44 PR: Add option for Node.js require resolution algorithm. Fixes #42- Additional commits viewable in compare view
Updates stylestats
from 4.3.0 to 7.0.2
Release notes
Sourced from stylestats's releases.
StyleStats v7.0.0
Happy New Year 2017 🎉
- No longer support Node.js v4.x, use v6.0+
- Convert callback APIs to promises(StyleStats#parse())
- Drop test specs feature
- Drop Handlebars(no longer support custom/markdown/html formats)
- Add prettify flag and function #106
- Rewrite some code in ES6
- Update module dependencies
- Use ava test runner instead of mocha
StyleStats v6.3.0
- Accept gzipped contents :+1:
StyleStats v6.2.0
New metrics
- Added
Total Unique Background Images
metric.- Added
Unique Background Images
paths.Fix bugs
- Dose not count ID selector in attribute selectors. #124
- Dose not count Universal selector in attribute selectors. #125
StyleStats v6.1.0
Changelog
- Drop the compiling CSS preprocessors
- Less
- Stylus
It means StyleStats support only CSS files.
StyleStats v6.0.0
Changelog
- Drop support Node.js v0.10
- Recommend using Node.js v4.0+
StyleStats v5.1.0
New features
- Average of Identifier metic
- Average of Cohesion metic
- Plot with Google Analytics
Fix bugs
- Fixed calculating identifiers
- Modified parse error message
More details: [Release v5.1.0 by t32k · Pull Request #115](t32k/stylestats#115)
StyleStats 5.0.0
New features
... (truncated)
Commits
- See full diff in compare view
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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.