ember-cli-deploy-sentry icon indicating copy to clipboard operation
ember-cli-deploy-sentry copied to clipboard

Bump minimatch, ember-cli, ember-cli-app-version, ember-cli-htmlbars-inline-precompile, ember-cli-qunit and mocha

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps minimatch to 3.1.2 and updates ancestor dependencies minimatch, ember-cli, ember-cli-app-version, ember-cli-htmlbars-inline-precompile, ember-cli-qunit and mocha. These dependencies need to be updated together.

Updates minimatch from 0.2.14 to 3.1.2

Commits
Maintainer changes

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


Updates ember-cli from 1.13.1 to 4.8.0

Release notes

Sourced from ember-cli's releases.

Release 4.8.0

Blueprint Changes

Changelog

Thank you to all who took the time to contribute!

Release 4.8.0-beta.0

Blueprint Changes

Changelog

Thank you to all who took the time to contribute!

Release 4.7.0

Blueprint Changes

Changelog

... (truncated)

Changelog

Sourced from ember-cli's changelog.

v4.8.0

Blueprint Changes

Changelog

Thank you to all who took the time to contribute!

v4.7.0

Blueprint Changes

Changelog

Thank you to all who took the time to contribute!

v4.6.0

Blueprint Changes

Changelog

... (truncated)

Commits
  • 3e5bfe9 Release 4.8.0
  • d65f2e1 update changelog
  • 1f01014 Merge branch 'beta' into release
  • d4d9a61 Merge pull request #10057 from kellyselden/update_stable_deps
  • 76f2cbf update stable deps
  • 6096923 Merge pull request #10014 from bertdeblock/fix-ember-install
  • 48e9bd9 Make sure newly installed addons are discovered when running ember install
  • fb2fd2a Release 4.8.0-beta.0
  • 2b7d769 update changelog
  • ada9fd4 Merge branch 'master' into beta
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by kellyselden, a new releaser for ember-cli since your current version.


Updates ember-cli-app-version from 0.4.0 to 5.0.0

Release notes

Sourced from ember-cli-app-version's releases.

Release 5.0.0

:boom: Breaking Change

:house: Internal

Committers: 2

Release 4.0.0

:boom: Breaking Change

:rocket: Enhancement

:house: Internal

Committers: 4

v3.1.0

No release notes provided.

Changelog

Sourced from ember-cli-app-version's changelog.

v5.0.0 (2021-03-08)

:boom: Breaking Change

:house: Internal

Committers: 2

v4.0.0 (2020-10-09)

:boom: Breaking Change

:rocket: Enhancement

:house: Internal

Committers: 4

Commits
  • 72a66ab Release 5.0.0
  • 09cf5af Update CHANGELOG to include header.
  • 3e772e1 Merge pull request #331 from loganrosen/ember-3.25
  • aba39d0 Update to ember-cli 3.25 blueprint
  • 1afc3ad Bump ember-load-initializers from 2.1.1 to 2.1.2
  • 18ea860 Bump eslint from 7.16.0 to 7.19.0
  • d98322b Bump ember-cli-babel from 7.23.0 to 7.23.1
  • bd8abcc [Security] Bump socket.io from 2.3.0 to 2.4.1
  • 9636dd5 Bump eslint from 7.14.0 to 7.16.0
  • 1f43cc0 [Security] Bump ini from 1.3.5 to 1.3.7
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by rwjblue, a new releaser for ember-cli-app-version since your current version.


Updates ember-cli-htmlbars-inline-precompile from 0.1.3 to 3.0.2

Release notes

Sourced from ember-cli-htmlbars-inline-precompile's releases.

Release 3.0.2

:rocket: Enhancement

Committers: 2

Release 3.0.1

:memo: Documentation

:house: Internal

Committers: 3

Release 3.0.0

:boom: Breaking Change

:rocket: Enhancement

  • #291 Update babel-plugin-htmlbars-inline-precompile to 2.0.0. (@​rwjblue)

:memo: Documentation

:house: Internal

Committers: 3

Changelog

Sourced from ember-cli-htmlbars-inline-precompile's changelog.

v3.0.2 (2021-02-05)

:rocket: Enhancement

Committers: 2

v3.0.1 (2019-10-01)

:memo: Documentation

:house: Internal

Committers: 3

v3.0.0 (2019-08-31)

:boom: Breaking Change

:rocket: Enhancement

  • #291 Update babel-plugin-htmlbars-inline-precompile to 2.0.0. (@​rwjblue)

:memo: Documentation

:house: Internal

Committers: 3

Change Log

v2.1.0 (2018-12-13)

... (truncated)

Commits
  • 398686f Release 3.0.2
  • 795cb9a Merge pull request #408 from ember-cli/cache-lazily
  • a8c3398 Make cacheKey calculation lazy
  • 4a5c196 Drop documentation from README.
  • 21645c7 [Security] Bump node-fetch from 2.6.0 to 2.6.1
  • 7d1260c [Security] Bump http-proxy from 1.18.0 to 1.18.1
  • 6ed45ef [Security] Bump dot-prop from 4.2.0 to 4.2.1
  • 82d21b6 Bump @​ember/optional-features from 0.7.0 to 1.3.0
  • 3570d96 Bump eslint-plugin-node from 9.2.0 to 11.1.0
  • 95fc3d5 [Security] Bump websocket-extensions from 0.1.3 to 0.1.4
  • Additional commits viewable in compare view

Updates ember-cli-qunit from 0.3.15 to 4.4.0

Changelog

Sourced from ember-cli-qunit's changelog.

Change Log

v4.3.2 (2018-02-16)

:bug: Bug Fix

  • Update ember-qunit to 3.3.2 (fixing an issue with waitUntil)

Committers: 1

v4.3.1 (2018-02-11)

:rocket: Enhancement

:house: Internal

Committers: 2

v4.3.0 (2018-01-17)

:bug: Bug Fix

  • Update minimum version of ember-qunit to 3.3.0.
    • emberjs/ember-qunit#307 Remove exception method from QUnit test adapter when using Ember 2.17+. (@​rwjblue)
    • emberjs/ember-qunit#306 Update to QUnit 2.5.0. (@​rwjblue)
      • Adds assert.rejects.
      • Reduces the delays around assert.async and returning promises from hook methods.
      • Adds a native promise unhandled rejection handler.
      • Fixes an issue with notrycatch mode being ignored for promises returned (e.g. it would previously always .catch every returned promise).
    • emberjs/ember-qunit#304 [BREAKING BUGFIX] Add validation for Ember.onerror in testing. (@​rwjblue)

v4.2.1 (2017-12-18)

:bug: Bug Fix

  • #198 Update minimum version of ember-qunit. (@​rwjblue)
    • Ensures re-exports from ember-test-helpers are still present (with a deprecation).
    • Ensures that Ember.testing is set properly from "normal" non moduleFor* and/or setup*Test style tests.

:house: Internal

Committers: 1

v4.2.0 (2017-12-17)

:rocket: Enhancement

... (truncated)

Commits

Updates mocha from 2.5.3 to 10.1.0

Release notes

Sourced from mocha's releases.

v10.1.0

10.1.0 / 2022-10-16

:tada: Enhancements

:nut_and_bolt: Other

v10.0.0

10.0.0 / 2022-05-01

:boom: Breaking Changes

:nut_and_bolt: Other

Also thanks to @​ea2305 and @​SukkaW for improvements to our documentation.

v9.2.2

9.2.2 / 2022-03-11

Please also note our announcements.

:bug: Fixes

... (truncated)

Changelog

Sourced from mocha's changelog.

10.1.0 / 2022-10-16

:tada: Enhancements

:nut_and_bolt: Other

10.0.0 / 2022-05-01

:boom: Breaking Changes

:nut_and_bolt: Other

Also thanks to @​ea2305 and @​SukkaW for improvements to our documentation.

9.2.2 / 2022-03-11

:bug: Fixes

:nut_and_bolt: Other

... (truncated)

Commits
  • 5f96d51 build(v10.1.0): release
  • ed74f16 build(v10.1.0): update CHANGELOG
  • 51d4746 chore(devDeps): update 'ESLint' to v8 (#4926)
  • 4e06a6f fix(browser): increase contrast for replay buttons (#4912)
  • 41567df Support prefers-color-scheme: dark (#4896)
  • 61b4b92 fix the regular expression for function clean in utils.js (#4770)
  • 77c18d2 chore: use standard 'Promise.allSettled' instead of polyfill (#4905)
  • 84b2f84 chore(ci): upgrade GH actions to latest versions (#4899)
  • 023f548 build(v10.0.0): release
  • 62b1566 build(v10.0.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 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.

dependabot[bot] avatar Nov 01 '22 19:11 dependabot[bot]