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 debug, ember-cli, ember-cli-deploy and ember-cli-favicon #37

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 12, 2023

Bumps debug to 2.6.9 and updates ancestor dependencies debug, debug, ember-cli, ember-cli-deploy and ember-cli-favicon. These dependencies need to be updated together.

Updates debug from 2.3.3 to 2.6.9

Release notes

Sourced from debug's releases.

2.6.9

Patches

  • Remove ReDoS regexp in %o formatter: #504

Credits

Huge thanks to @​zhuangya for their help!

release 2.6.7

No release notes provided.

release 2.6.6

No release notes provided.

release 2.6.5

No release notes provided.

release 2.6.4

No release notes provided.

release 2.6.3

No release notes provided.

release 2.6.2

No release notes provided.

release 2.6.1

No release notes provided.

release 2.6.0

No release notes provided.

release 2.5.2

No release notes provided.

release 2.5.1

No release notes provided.

release 2.4.5

No release notes provided.

release 2.4.4

No release notes provided.

release 2.4.3

No release notes provided.

release 2.4.2

No release notes provided.

... (truncated)

Changelog

Sourced from debug's changelog.

2.6.9 / 2017-09-22

  • remove ReDoS regexp in %o formatter (#504)

2.6.8 / 2017-05-18

2.6.7 / 2017-05-16

2.6.5 / 2017-04-27

2.6.4 / 2017-04-20

2.6.3 / 2017-03-13

2.6.2 / 2017-03-10

2.6.1 / 2017-02-10

  • Fix: Module's export default syntax fix for IE8 Expected identifier error
  • Fix: Whitelist DEBUG_FD for values 1 and 2 only (#415, @​pi0)

... (truncated)

Commits

Updates debug from 2.2.0 to 2.6.9

Release notes

Sourced from debug's releases.

2.6.9

Patches

  • Remove ReDoS regexp in %o formatter: #504

Credits

Huge thanks to @​zhuangya for their help!

release 2.6.7

No release notes provided.

release 2.6.6

No release notes provided.

release 2.6.5

No release notes provided.

release 2.6.4

No release notes provided.

release 2.6.3

No release notes provided.

release 2.6.2

No release notes provided.

release 2.6.1

No release notes provided.

release 2.6.0

No release notes provided.

release 2.5.2

No release notes provided.

release 2.5.1

No release notes provided.

release 2.4.5

No release notes provided.

release 2.4.4

No release notes provided.

release 2.4.3

No release notes provided.

release 2.4.2

No release notes provided.

... (truncated)

Changelog

Sourced from debug's changelog.

2.6.9 / 2017-09-22

  • remove ReDoS regexp in %o formatter (#504)

2.6.8 / 2017-05-18

2.6.7 / 2017-05-16

2.6.5 / 2017-04-27

2.6.4 / 2017-04-20

2.6.3 / 2017-03-13

2.6.2 / 2017-03-10

2.6.1 / 2017-02-10

  • Fix: Module's export default syntax fix for IE8 Expected identifier error
  • Fix: Whitelist DEBUG_FD for values 1 and 2 only (#415, @​pi0)

... (truncated)

Commits

Updates ember-cli from 2.10.0 to 2.18.2

Changelog

Sourced from ember-cli's changelog.

v2.18.2

The following changes are required if you are upgrading from the previous version:

Community Contributions

Thank you to all who took the time to contribute!

v2.18.1

The following changes are required if you are upgrading from the previous version:

Community Contributions

Thank you to all who took the time to contribute!

v2.18.0

The following changes are required if you are upgrading from the previous version:

... (truncated)

Commits
  • ad9322d Release v2.18.2
  • dd1027d add-to-output-repos: Add set -e to fail fast
  • bebae07 Merge pull request #7594 from ember-cli/hotfix-optional-dependencies
  • 4ebd110 [BACKPORT release] Install optional dependencies when creating a new project
  • d1131d8 Merge pull request #7589 from ember-cli/release-backport-testem
  • a0f4063 [BACKPORT release] upgrade testem
  • 5038ff4 Merge pull request #7569 from kellyselden/eslint-lib
  • ff50de2 mark "lib" folder as node style in eslint for apps
  • 3eec1c8 2.18.1
  • 24aeacc Merge pull request #7566 from Turbo87/no-sandbox
  • Additional commits viewable in compare view

Updates ember-cli-deploy from 0.6.4 to 2.0.0

Release notes

Sourced from ember-cli-deploy's releases.

Release 2.0.0

💥 Breaking Change

  • #521 [Breaking] Switch to Github Actions for CI (@​jrjohnson) - The breaking change here is that we have dropped support for Node 12.

🐛 Bug Fix

📝 Documentation

  • #530 Update package search links in docs since npmsearch.com is no longer registered (@​lukemelia)

🏠 Internal

Committers: 14

Spaced out

L'avenir

Full Changelog

Uno

Although ember-cli-deploy has had a fairly stable API since 0.5.x, this 1.0.0 release signifies that we are committed to supporting this API through the 1.x series, in accordance with SemVer.

Since 0.6.x, we have deprecated the plugins config option in favor of a more flexible and expressive approach.

Thanks to the efforts of @​ef4 and @​achambers the plugin ordering/disable/aliasing strategy has been entirely rewritten (originally released in 1.0.0-beta.1):

  • the user can disable individual plugins by setting disabled: {pluginName: true} on each plugin's config entry.
  • the user can disable all plugins except some using disable: {allExcept: ['plugin1', 'plugin2']}
  • the user can influence plugin order by expressing inter-plugin dependencies with runBefore and runAfter on each plugin's config entry.
  • plugin authors can influence plugin order by expressing inter-plugin dependencies by setting runBefore and runAfter properties directly on their plugin instance.
  • plugin aliasing is now done by setting alias: {original: ['alias1', 'alias2']}

... (truncated)

Changelog

Sourced from ember-cli-deploy's changelog.

v2.0.0 (2022-11-11)

💥 Breaking Change

  • #521 [Breaking] Switch to Github Actions for CI (@​jrjohnson) - The breaking change here is that we have dropped support for Node 12.

🐛 Bug Fix

📝 Documentation

  • #530 Update package search links in docs since npmsearch.com is no longer registered (@​lukemelia)

🏠 Internal

Committers: 14

1.0.2 (2017-30-10)

Full Changelog

1.0.1 (2017-06-09)

Full Changelog

1.0.0 (2017-02-06)

Full Changelog

Although ember-cli-deploy has had a fairly stable API since 0.5.x, this 1.0.0 release signifies that we are committed to supporting this API through the 1.x series, in accordance with SemVer.

Since 0.6.x, we have deprecated the plugins config option in favor of a more flexible and expressive approach.

Thanks to the efforts of @​ef4 and @​achambers the plugin ordering/disable/aliasing strategy has been entirely rewritten (originally released in 1.0.0-beta.1):

... (truncated)

Commits
  • 1186806 Release 2.0.0
  • c224c15 Merge pull request #532 from ember-cli-deploy/dependabot/npm_and_yarn/minimat...
  • df77699 Merge pull request #534 from ember-cli-deploy/dependabot/npm_and_yarn/socket....
  • 2c1f455 Merge pull request #535 from astronomersiva/master
  • acf68db Fix plugin name extraction for scoped packages
  • 28f08b0 Bump socket.io-parser from 3.3.2 to 3.3.3
  • 6fe3f5b Bump minimatch and mocha
  • f1b0358 Merge pull request #530 from ember-cli-deploy/search-link
  • 313d060 Merge pull request #528 from ember-cli-deploy/update-npm-and-add-volta
  • 1f46942 Merge pull request #529 from ember-cli-deploy/ci-badge
  • Additional commits viewable in compare view

Updates ember-cli-favicon from 1.0.0-beta.4 to 3.0.0

Release notes

Sourced from ember-cli-favicon's releases.

Release 3.0.0

What's Changed

New Contributors

Full Changelog: davewasmer/ember-cli-favicon@v2.2.0...v3.0.0

v2.2.0

What's Changed

Full Changelog: davewasmer/ember-cli-favicon@v2.1.1...v2.2.0

v2.1.1

What's Changed

Full Changelog: davewasmer/ember-cli-favicon@v2.1.0...v2.1.1

v2.1.0

v2.1.0 (2019-05-13)

Full Changelog

  • Dropped support for Ember 2.16 (LTS out of support)

Merged pull requests:

v2.0.0

v2.0.0 (2018-11-19)

Full Changelog

Breaking changes!!!

The addon configuration has changed and it's not compatible with the old structure. Please take a look at the README file and migrate your configuration.

Merged pull requests:

v1.1.0

v1.1.0 (2018-11-17)

... (truncated)

Changelog

Sourced from ember-cli-favicon's changelog.

v3.0.0 (2021-10-17)

Full Changelog

Closed issues:

  • rootUrl used for favicon path instead of rootURL #84
  • icons not rendering on ember-cli-title installation #80

Merged pull requests:

v2.2.0 (2019-06-10)

Full Changelog

Implemented enhancements:

Closed issues:

  • Can we do this without coffeescript? #77

Merged pull requests:

v2.1.1 (2019-06-05)

Full Changelog

Fixed bugs:

Closed issues:

  • Build Error #81
  • Fingerprints not added to the manifests #78

v2.1.0 (2019-05-13)

Full Changelog

v2.0.0 (2018-11-19)

Full Changelog

Merged pull requests:

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by exelord, a new releaser for ember-cli-favicon 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.

Bumps [debug](https://github.com/debug-js/debug) to 2.6.9 and updates ancestor dependencies [debug](https://github.com/debug-js/debug), [debug](https://github.com/debug-js/debug), [ember-cli](https://github.com/ember-cli/ember-cli), [ember-cli-deploy](https://github.com/ember-cli-deploy/ember-cli-deploy) and [ember-cli-favicon](https://github.com/davewasmer/ember-cli-favicon). These dependencies need to be updated together.


Updates `debug` from 2.3.3 to 2.6.9
- [Release notes](https://github.com/debug-js/debug/releases)
- [Changelog](https://github.com/debug-js/debug/blob/2.6.9/CHANGELOG.md)
- [Commits](debug-js/debug@2.3.3...2.6.9)

Updates `debug` from 2.2.0 to 2.6.9
- [Release notes](https://github.com/debug-js/debug/releases)
- [Changelog](https://github.com/debug-js/debug/blob/2.6.9/CHANGELOG.md)
- [Commits](debug-js/debug@2.3.3...2.6.9)

Updates `ember-cli` from 2.10.0 to 2.18.2
- [Release notes](https://github.com/ember-cli/ember-cli/releases)
- [Changelog](https://github.com/ember-cli/ember-cli/blob/master/CHANGELOG.md)
- [Commits](ember-cli/ember-cli@v2.10.0...v2.18.2)

Updates `ember-cli-deploy` from 0.6.4 to 2.0.0
- [Release notes](https://github.com/ember-cli-deploy/ember-cli-deploy/releases)
- [Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy/blob/master/CHANGELOG.md)
- [Commits](ember-cli-deploy/ember-cli-deploy@v0.6.4...v2.0.0)

Updates `ember-cli-favicon` from 1.0.0-beta.4 to 3.0.0
- [Release notes](https://github.com/davewasmer/ember-cli-favicon/releases)
- [Changelog](https://github.com/davewasmer/ember-cli-favicon/blob/master/CHANGELOG.md)
- [Commits](davewasmer/ember-cli-favicon@v1.0.0-beta.4...v3.0.0)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: indirect
- dependency-name: debug
  dependency-type: indirect
- dependency-name: ember-cli
  dependency-type: direct:development
- dependency-name: ember-cli-deploy
  dependency-type: direct:development
- dependency-name: ember-cli-favicon
  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 12, 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