Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dev-dependencies #11

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
grunt-contrib-concat 0.3.0 -> 0.5.1 age adoption passing confidence
grunt-contrib-copy 0.4.1 -> 0.8.2 age adoption passing confidence
grunt-contrib-cssmin 0.6.2 -> 0.14.0 age adoption passing confidence
grunt-contrib-uglify 0.2.7 -> 0.11.1 age adoption passing confidence
npm-run-all 1.2.13 -> 1.8.0 age adoption passing confidence
sinon (source) 1.14.1 -> 1.17.7 age adoption passing confidence

Release Notes

gruntjs/grunt-contrib-concat (grunt-contrib-concat)

v0.5.1

Compare Source

v0.5.0

Compare Source

gruntjs/grunt-contrib-copy (grunt-contrib-copy)

v0.8.2

Compare Source

v0.8.1

Compare Source

v0.8.0

Compare Source

v0.7.0

Compare Source

v0.6.0

Compare Source

gruntjs/grunt-contrib-cssmin (grunt-contrib-cssmin)

v0.14.0

Compare Source

v0.13.0

Compare Source

v0.12.3

Compare Source

v0.12.2

Compare Source

v0.12.1

Compare Source

v0.12.0

Compare Source

v0.11.0

Compare Source

v0.10.0

Compare Source

v0.9.0

Compare Source

v0.8.0

Compare Source

gruntjs/grunt-contrib-uglify (grunt-contrib-uglify)

v0.11.1

Compare Source

v0.11.0

Compare Source

v0.10.1

Compare Source

v0.10.0

Compare Source

v0.9.2

Compare Source

v0.9.1

Compare Source

v0.9.0

Compare Source

v0.8.1

Compare Source

v0.8.0

Compare Source

v0.7.0

Compare Source

v0.6.0

Compare Source

v0.5.1

Compare Source

v0.5.0

Compare Source

v0.4.1

Compare Source

v0.3.2

Compare Source

v0.3.1

Compare Source

mysticatea/npm-run-all (npm-run-all)

v1.8.0

Compare Source

Features:

  • 0a600e5 - --print-name option has been added (#​35).
    When this option was specified, npm-run-all prints task names before running the tasks.
    This option is useful with using --silent option or similar npm configulation.
    print-name
  • 00f674a - --print-label option has been added (#​23).
    When this option was specified, npm-run-all prints task names as prefix for each line of output.
    This option is useful with using --parallel option. But there is a known limitation, some tools get stopping coloring when this option was specified.
    print-label

v1.7.0

Compare Source

New Features:

  • 0a93527 --continue-on-error option was added (fixes #​34).
    When this option was specified, npm-run-all continues subsequence on error.

    npm-run-all --sequential --continue-on-error foo bar    # shorthand: npm-run-all -S foo bar
    npm-run-all --parallel --continue-on-error foo bar      # shorthand: npm-run-all -P foo bar
    

v1.6.0

Compare Source

New Features:

v1.5.3

Compare Source

Bug Fixes:

v1.5.2

Compare Source

Bug Fixes:

Known Issues:

  • On Git Bash for Windows, npm-run-all might hang up. (#​24)
  • A problem around parallel and nodemon has been reported. (#​25)

I'm investigating those issues.

v1.5.1

Compare Source

Bug Fixes:

  • 36316ea If the given tasks were not found, npm-run-all came to report an error (#​19).

v1.5.0

Compare Source

New Feature:

  • 87aedbf --silent option was added.
    If this option was given, the log level of npm becomes silent (#​18).

v1.4.0

Compare Source

  • npm-run-all came to transfer overwritten config values to nested calls (#​13).

v1.3.4

Compare Source

  • Fix broken on Node.js v0.10.x (#​17)

v1.3.3

Compare Source

  • Upgrade Babel 6
  • Improve README.md
    • Add about the behavior of non-zero-exit.
    • Add about the arguments of tasks.

v1.3.2

Compare Source

  • Stopped using detach option to kill child processes with Process Group Id.
    Now, npm-run-all is using ps-tree then kills child processes.

v1.3.1

Compare Source

v1.3.0

Compare Source

  • Added the support of overwritten configuration options (#​13).
    You can use "--packageName:fieldName=value" options to overwrite package.json's config field.

    > npm-run-all build:* start --my-package:port=3000
    
  • Improved the logic to kill child processes on UNIX-like platforms.
    Now npm-run-all kills child processes by using Process Group ID.

  • I did refactoring npm-run-all's code.

sinonjs/sinon (sinon)

v1.17.7

Compare Source

v1.17.6

Compare Source

v1.17.5

Compare Source

v1.17.4

Compare Source

v1.17.3

Compare Source

v1.17.2

Compare Source

v1.17.1

Compare Source

v1.17.0

Compare Source

  • Fix #​821 where Sinon.JS would leak a setImmediate into global scope
  • Removed sinon-timers from the build. refs #​811
  • Added flag that, when set to true, makes sinon.logError throw errors synchronously.
  • Fix #​777: Support non-enumerable props when stubbing objects
  • Made the sinon.test() function pass on errors to the callback
  • Expand conversion from ArrayBuffer to binary string
  • Add support for ArrayBuffer, blob responseTypes

v1.16.1

Compare Source

  • Bump Lolex to stop throwing an error when faking Date but not setTimeout

v1.16.0

Compare Source

  • Capture the stack on each spy call
  • fakeServer.create accepts configuration settings
  • Update Lolex to 1.3.0
  • Fire onreadystatechange with event argument
  • Returns supersedes previous throws
  • Bunch of bug fixes

v1.15.4

Compare Source

v1.15.3

Compare Source

v1.15.2

Compare Source

v1.15.1

Compare Source

v1.15.0

Compare Source

  • Fixed bug where assertions don't handle functions that have a property named proxy
  • update license attribute
  • Add test coverage report
  • responseHeaders on abort are empty object
  • Fix pre-existing style error
  • Update documentation to cover testing built version
  • Update CONTRIBUTING.md with section about "Making a pull request"
  • Improve RELEASE.md to reduce effort when cutting a new release
  • Deprecate mock
  • Release.md
  • Make npm docs sinon work.
  • Run unit tests against packaged version in CI environment
  • Remove unused Gruntfile
  • Use Vanilla Buster.JS
  • Use files in package.json
  • Fix code style
  • Don't stub getter properties
  • Event listeners for progress, load and readystatechange in the readyStateChange function in FakeXMLHttpRequest are dispatched in a different order in comparison to a browser. Reorder the events dispatched to reflect general browser behaviour.
  • Update linting instructions in CONTRIBUTING.md
  • Lint all files with new linter
  • Update JSCS to 1.11.3 and make npm lint task verify all files
  • Cleanup .restore()

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot merged commit 11d8137 into master Apr 20, 2024
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-dev-patch branch April 20, 2024 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants