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

Bump minimatch, broccoli, broccoli-jscs, broccoli-jshint and broccoli-replace #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2022

Bumps minimatch to 3.0.4 and updates ancestor dependencies minimatch, broccoli, broccoli-jscs, broccoli-jshint and broccoli-replace. These dependencies need to be updated together.

Updates minimatch from 0.3.0 to 3.0.4

Commits
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for minimatch since your current version.


Updates broccoli from 0.16.9 to 3.5.2

Release notes

Sourced from broccoli's releases.

v3.5.2

🐛 Bug Fix

Committers: 1

v3.5.0

🚀 Enhancement

  • #474 add the ability to ignore absolute paths from watcher (@​ef4)

🐛 Bug Fix

📝 Documentation

Committers: 2

Input node change tracking

  • Add input node change tracking (#419)
  • Initial typescript conversion (#422)
  • Fixup cli usage information (#421)
  • Use a more appropriate data structure for nodeWrappers (#418)
  • Support serving over HTTPS (#417)

Node version change, Rebuild memoization, and Watcher changes

  • Add rebuild memoization support behind feature flag (#396)
    • BROCCOLI_ENABLED_MEMOIZE=true to turn on
  • Add more watcher events (#398)
  • Drop support for unsupported Node versions (#400)
    • Drop Node 6 support.
  • Bump broccoli-node-info to v2.0.0
  • Pass watchedNodes to Watcher/WatcherAdapter (#403)
    • Require watchedNodes arguments to Watcher/WatcherAdapter (#405)

TypeScript support

The future is here, today!

Broccoli now supports a Brocfile.ts, and will auto compile this through ts-node 🎉

By default, ts-node uses TypeScript defaults for the compiler options. If you wish to add your own compiler options to make things stricter, you can add a tsconfig.json of your own and Broccoli should auto pick this up.

So now:

import merge = require('broccoli-merge-trees');
import uglify = require('broccoli-uglify-sourcemap');
import { BrocfileOptions } from 'broccoli';
</tr></table> 

... (truncated)

Changelog

Sourced from broccoli's changelog.

v3.5.2 (2021-05-03)

🐛 Bug Fix

Committers: 1

v3.5.1 (2021-02-17)

🐛 Bug Fix

v3.5.0 (2020-12-07)

🚀 Enhancement

  • #474 add the ability to ignore absolute paths from watcher (@​ef4)

🐛 Bug Fix

📝 Documentation

Committers: 2

3.4.2

  • fix TypeScript types
  • add missing semi colon

3.4.1

  • Revert retry feature (caused downstream failures for ember-cli users) (#459)

3.4.0

  • [Feature] stop current build, when rebuild is triggered (#408)

3.3.3

  • [BUGFIX] Ensure buildAnnotation survives a round trip from watcher -> builder -> the fulfillment value of watcher.currentBuild

3.3.2

  • Semver compatible dependency upgrades

3.3.1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by rwjblue, a new releaser for broccoli since your current version.


Updates broccoli-jscs from 0.0.13 to 1.4.1

Changelog

Sourced from broccoli-jscs's changelog.

Changelog

v2.0.0

v1.4.0

v1.3.1

v1.3.0

Commits
  • 0aa9495 Release v1.4.1
  • 70b0a33 Merge pull request #74 from kellyselden/greenkeeper-findup-sync-0.4.0
  • e1ee0c6 chore(package): update findup-sync to version 0.4.0
  • 5037b5c Merge pull request #73 from kellyselden/kellyselden-patch-1
  • ef24ca4 float broccoli-persistent-filter
  • c2b2c90 Merge pull request #72 from kellyselden/greenkeeper-update-all
  • 3c4f3f0 chore(package): update dependencies
  • 4b1db32 Merge pull request #71 from stefanpenner/upgrades
  • 77acb0c upgrade broccoli & istanbul
  • 355e41e update minimatch
  • Additional commits viewable in compare view

Updates broccoli-jshint from 0.5.8 to 2.1.0

Commits
  • 42d5398 Release v2.1.0.
  • 282d055 Merge pull request #42 from rwjblue/print-errors-when-cached
  • 8b109e7 Print errors properly when cached.
  • 71f2f45 Release v2.0.0.
  • 697d83c Merge pull request #41 from mitchlloyd/jshint-lint-file-ext
  • 40d2748 Change file extension to more generic "lint.js"
  • c9e8d58 Merge pull request #39 from Turbo87/remove-rimraf
  • 89ae01b Remove unused "rimraf" dependency
  • 4830ec1 Release v1.1.2.
  • 8f4642c Merge pull request #38 from kagemusha/master
  • Additional commits viewable in compare view

Updates broccoli-replace from 0.2.0 to 2.0.2

Commits
  • a38e099 Release 2.0.2
  • 5e925ca Closes #12.
  • 6b2e35b Release 2.0.1
  • ee4799e Updates on CHANGELOG.md.
  • ebeb2b8 General improvements, updates on README.md and bump the dependencies.
  • 833f387 Fix typo on README.md.
  • 4c69908 General improvements and updates on README.md.
  • d9c8b5e Move workflows to .github folder.
  • 0519d75 General improvements, fix vulnerabilities and bump the dependencies.
  • 6721a5e Version 0.12.0 released.
  • Additional commits viewable 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.

…-replace

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.4 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [broccoli](https://github.com/broccolijs/broccoli), [broccoli-jscs](https://github.com/kellyselden/broccoli-jscs), [broccoli-jshint](https://github.com/rwjblue/broccoli-jshint) and [broccoli-replace](https://github.com/outaTiME/broccoli-replace). These dependencies need to be updated together.


Updates `minimatch` from 0.3.0 to 3.0.4
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v0.3.0...v3.0.4)

Updates `broccoli` from 0.16.9 to 3.5.2
- [Release notes](https://github.com/broccolijs/broccoli/releases)
- [Changelog](https://github.com/broccolijs/broccoli/blob/master/CHANGELOG.md)
- [Commits](broccolijs/broccoli@v0.16.9...v3.5.2)

Updates `broccoli-jscs` from 0.0.13 to 1.4.1
- [Release notes](https://github.com/kellyselden/broccoli-jscs/releases)
- [Changelog](https://github.com/kellyselden/broccoli-jscs/blob/master/CHANGELOG.md)
- [Commits](kellyselden/broccoli-jscs@v0.0.13...v1.4.1)

Updates `broccoli-jshint` from 0.5.8 to 2.1.0
- [Release notes](https://github.com/rwjblue/broccoli-jshint/releases)
- [Commits](rwjblue/broccoli-jshint@v0.5.8...v2.1.0)

Updates `broccoli-replace` from 0.2.0 to 2.0.2
- [Release notes](https://github.com/outaTiME/broccoli-replace/releases)
- [Commits](outaTiME/broccoli-replace@0.2.0...2.0.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: broccoli
  dependency-type: direct:development
- dependency-name: broccoli-jscs
  dependency-type: direct:development
- dependency-name: broccoli-jshint
  dependency-type: direct:development
- dependency-name: broccoli-replace
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants