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, ember-changeset, ember-changeset-validations, ember-cli-document-title, ember-cli-mirage, ember-hifi and glob #24

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 18, 2023

Bumps minimatch to 3.0.8 and updates ancestor dependencies minimatch, ember-changeset, ember-changeset-validations, ember-cli-document-title, ember-cli-mirage, ember-hifi and glob. These dependencies need to be updated together.

Updates minimatch from 3.0.4 to 3.0.8

Commits

Updates ember-changeset from 1.3.0 to 1.6.0

Release notes

Sourced from ember-changeset's releases.

Release

This follows months of hard work by many people. Most importantly, includes nested keys getter and setters.

v1.5.0-beta.0

Thanks to @​makepanic, this release adds support for fetching a Changeset's underlying source data. Example:

const c = new Changeset(content);
c.get('data') === content; // => true

We mark this release as beta because there are likely still some bugs between nested keys and ED relationships from the 1.4.x releases.

Changelog

Sourced from ember-changeset's changelog.

v1.6.0 (2018-12-11)

🚀 Enhancement

Committers: 5

v1.5.0 (2018-08-28)

🐛 Bug Fix

Committers: 1

v1.5.0-beta.2 (2018-08-13)

🚀 Enhancement

Committers: 2

v1.5.0-beta.1 (2018-08-12)

🚀 Enhancement

Committers: 6

Commits
  • f72250d 1.6.0
  • d869623 Use deepSet when updating RUNNING_VALIDATIONS for nested key (#328)
  • fd2fc03 Fix deprecations related to Ember.merge and ember-native-dom-helpers (#330)
  • a6acfe3 Fix tests failing for Ember.js 3.6-beta due to assert when local variables sh...
  • dbbdb62 update ember-deep-set dependency (#320)
  • 462e677 fix when value is relation, but set as null (#318)
  • 669246e Move around tests and use new qunit apis (#316)
  • 7bda87b Rollback twice bugfix - Just add tests (#310)
  • 3d8c5d0 Change to use native typeof instead (#313)
  • bef41a5 Bring back m2m test (#312)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates ember-changeset-validations from 1.2.8 to 1.3.3

Commits
Maintainer changes

This version was pushed to npm by snewcomer, a new releaser for ember-changeset-validations since your current version.


Updates ember-cli-document-title from 0.3.3 to 1.1.0

Release notes

Sourced from ember-cli-document-title's releases.

v1.1.0

No release notes provided.

v0.4.0

This version of ember-cli-document-title now depends on Node 4 or greater, and also has the following changes:

  • [BREAKING] Update dependencies and project/testing setup to match [email protected] #56 ember-cli-document-title now requires Node 4 or greater.
  • Add support for returning a Promise from the titleToken function. #55

You can now return a Promise from your titleToken functions, and the final title will not be resolved until all the promises have been resolved.

Changelog

Sourced from ember-cli-document-title's changelog.

1.1.0

There is value in releasing a 1.0.0! No breaking changes other than updating the blueprints

  • [Rework]: Bring in fork changes 92

1.0.0

There is value in releasing a 1.0.0! No breaking changes other than updating the blueprints

0.4.0

  • [BREAKING] Update dependencies and project/testing setup to match [email protected] #56 ember-cli-document-title now requires Node 4 or greater.
  • Add support for returning a Promise from the titleToken function. #55
Commits
Maintainer changes

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


Updates ember-cli-mirage from 0.3.4 to 2.4.0

Release notes

Sourced from ember-cli-mirage's releases.

v2.4.0

🚀 Enhancement

Committers: 2

v2.3.2

🐛 Bug Fix

Committers: 2

v2.3.1 (2022-01-13)

🐛 Bug Fix

Committers: 1

V2.3.0

🚀 Enhancement

📝 Documentation

🏠 Internal

... (truncated)

Commits
  • a46034f v2.4.0
  • fbc3a7d Merge pull request #2329 from bgantzler/deprecate-routes-function
  • f4b56f4 Updated the deprecation since to be 2.4.0
  • eb65987 Deprecate the routes only version of the config
  • e6cde69 Merge pull request #2325 from SergeAstapov/release-v2.3.2
  • 8482626 v2.3.2
  • 6139a1d Merge pull request #2322 from SergeAstapov/fix-hasmany-belongsto
  • 6665d9c Merge pull request #2324 from SergeAstapov/inflector-deprecations
  • bebe01c Point users of deprecated inflector methods to ember-inflector
  • 98a4303 Fix deprecated hasMany and belongsTo imports from miragejs
  • Additional commits viewable in compare view
Maintainer changes

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


Updates ember-hifi from 1.13.0 to 1.19.0

Release notes

Sourced from ember-hifi's releases.

v1.18.0

  • [IMPROVEMENT] Trigger an event when an HLS stream's ID3 timed metadata changes (#89 )

v1.17.0

No release notes provided.

v1.15.0

1.15.0 (June 11, 2018) ☀️

  • [IMPROVEMENT] Adds pre-load event to hifi service with successful strategy
Changelog

Sourced from ember-hifi's changelog.

ember-hifi Changelog

1.19 (July 21, 2021)

  • [IMPROVEMENT] Adjust default volume to 100
  • [BUGFIX] Update insecure version of underscore

1.18 (September 29, 2020)

  • [IMPROVEMENT] Trigger an event when an HLS stream's ID3 timed metadata changes (#89)

1.17 (April 15, 2020)

  • [CHORE] Remove jQuery dependency, bump other dependencies
  • [CHORE] Upgrade to Ember 3.10, improve tests

1.16 (June 16, 2019)

  • [IMPROVEMENT] Add togglePause method to hifi service
  • [IMPROVEMENT] Add the long overdue change from @​gmurphey to the build process #43
  • [BUGFIX] Fix duration calculation for HLS streams, fixing #55
  • [BUGFIX] Move ember copy to dependencies #54

1.15.2 (September 24, 2018)

  • [CHORE] replace deprecated Ember.Copy
  • [CHORE] replace deprecated EmberMap
  • [CHORE] add missing semicolons #52

1.15.1 (June 12, 2018)

  • [BUGFIX] moves pre-load event so it doesn't interfere with soundCache keys

1.15.0 (June 11, 2018) ☀️

  • [IMPROVEMENT] Adds pre-load event to hifi service with successful strategy

1.14.1 (February 13, 2018) ❤️

  • [CHORE] Add some docs
  • [IMPROVEMENT] Adds currentMetadata computed property is updated synchronously with calls to play

1.14.0 (December 13, 2017) 🕎

  • [IMPROVEMENT] Upgrade to ember 2.17
Commits
  • e396f98 1.19.0
  • cc7f5f3 Update CHANGELOG
  • 856b89a Merge pull request #103 from nypublicradio/mhearn/player-volume-default-100
  • 192045a Bump underscore to 1.13.1
  • 4ba77e3 Fix imprecise audio state test
  • c40dfe1 Set defaultVolume var to 100 as well
  • 253dc05 Gracefully handle config/debugEnabled being unset
  • e583b39 Update default volume to 100%
  • 62104a1 verified via ssh debugging that the key is being added. back to looking like ...
  • 6848ece add new key
  • Additional commits viewable in compare view
Maintainer changes

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


Updates glob from 4.5.3 to 8.1.0

Changelog

Sourced from glob's changelog.

8.1

  • Add windowsPathsNoEscape option

8.0

  • Only support node v12 and higher
  • \ is now only used as an escape character, and never as a path separator in glob patterns, so that Windows users have a way to match against filenames containing literal glob pattern characters.
  • Glob pattern paths must use forward-slashes as path separators, since \ is an escape character to match literal glob pattern characters.
  • (8.0.2) cwd and root will always be automatically coerced to use / as path separators on Windows, as they cannot contain glob patterns anyway, and are often supplied by path.resolve() and other methods that will use \ path separators by default.

7.2

  • Add fs option to allow passing virtual filesystem

7.1

  • Ignore stat errors that are not ENOENT to work around Windows issues.
  • Support using root and absolute options together
  • Bring back lumpy space princess
  • force 'en' locale in string sorting

7.0

  • Raise error if options.cwd is specified, and not a directory

6.0

  • Remove comment and negation pattern support
  • Ignore patterns are always in dot:true mode

5.0

  • Deprecate comment and negation patterns
  • Fix regression in mark and nodir options from making all cache keys absolute path.
  • Abort if fs.readdir returns an error that's unexpected
  • Don't emit match events for ignored items
  • Treat ENOTSUP like ENOTDIR in readdir

4.5

... (truncated)

Commits

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.

…li-document-title, ember-cli-mirage, ember-hifi and glob

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.8 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [ember-changeset](https://github.com/poteto/ember-changeset), [ember-changeset-validations](https://github.com/poteto/ember-changeset-validations), [ember-cli-document-title](https://github.com/kimroen/ember-cli-document-title), [ember-cli-mirage](https://github.com/miragejs/ember-cli-mirage), [ember-hifi](https://github.com/nypublicradio/ember-hifi) and [glob](https://github.com/isaacs/node-glob). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.0.8
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.0.8)

Updates `ember-changeset` from 1.3.0 to 1.6.0
- [Release notes](https://github.com/poteto/ember-changeset/releases)
- [Changelog](https://github.com/poteto/ember-changeset/blob/master/CHANGELOG.md)
- [Commits](adopted-ember-addons/ember-changeset@v1.3.0...v1.6.0)

Updates `ember-changeset-validations` from 1.2.8 to 1.3.3
- [Release notes](https://github.com/poteto/ember-changeset-validations/releases)
- [Changelog](https://github.com/poteto/ember-changeset-validations/blob/master/CHANGELOG.md)
- [Commits](adopted-ember-addons/ember-changeset-validations@v1.2.8...v1.3.3)

Updates `ember-cli-document-title` from 0.3.3 to 1.1.0
- [Release notes](https://github.com/kimroen/ember-cli-document-title/releases)
- [Changelog](https://github.com/kimroen/ember-cli-document-title/blob/master/CHANGELOG.md)
- [Commits](kimroen/ember-cli-document-title@v0.3.3...v1.1.0)

Updates `ember-cli-mirage` from 0.3.4 to 2.4.0
- [Release notes](https://github.com/miragejs/ember-cli-mirage/releases)
- [Changelog](https://github.com/miragejs/ember-cli-mirage/blob/master/CHANGELOG.md)
- [Commits](miragejs/ember-cli-mirage@v0.3.4...v2.4.0)

Updates `ember-hifi` from 1.13.0 to 1.19.0
- [Release notes](https://github.com/nypublicradio/ember-hifi/releases)
- [Changelog](https://github.com/nypublicradio/ember-hifi/blob/master/CHANGELOG.md)
- [Commits](nypublicradio/ember-hifi@v1.13.0...v1.19.0)

Updates `glob` from 4.5.3 to 8.1.0
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v4.5.3...v8.1.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: ember-changeset
  dependency-type: direct:development
- dependency-name: ember-changeset-validations
  dependency-type: direct:development
- dependency-name: ember-cli-document-title
  dependency-type: direct:development
- dependency-name: ember-cli-mirage
  dependency-type: direct:development
- dependency-name: ember-hifi
  dependency-type: direct:development
- dependency-name: glob
  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 Jan 18, 2023
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