sero-cash / mine-pool

Sero mine pool
GNU General Public License v3.0
8 stars 27 forks source link

Bump minimatch, ember-ajax, ember-cli, ember-cli-babel, ember-cli-htmlbars-inline-precompile, ember-cli-qunit, ember-resolver, ember-welcome-page and ember-intl in /www #44

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps minimatch to 3.0.4 and updates ancestor dependencies minimatch, ember-ajax, ember-cli, ember-cli-babel, ember-cli-htmlbars-inline-precompile, ember-cli-qunit, ember-resolver, ember-welcome-page and ember-intl. These dependencies need to be updated together.

Updates minimatch from 1.0.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 ember-ajax from 2.5.6 to 5.1.2

Release notes

Sourced from ember-ajax's releases.

v4.0.1

Identical to 4.0.0; release made to remove deprecation warning when installing the latest version.

A bug, fixed

What happened?

There was a bug fixed in v3.1.1 that resulted in a "breaking change" for many users. This bug was related to the fact that ember-ajax previously always made relative URLs into absolute URLs. I didn't correctly think about the fact that this would break people that depended on this behavior, and released the change within a "patch" release.

#383 and the resulting conversation was the outcome of this error on my (@​alexlafroscia's) part.

Going forward

Two releases were made to attempt to address this fact.

  • v3.1.3 was released that reverts the new behavior. If you were banking on your relative URLs being made absolute implicitly, please upgrade to that version.
  • v4.0.0 was released from master, including no new behavior from v3.1.2. This means that, if you've already upgraded to v3.1.1 or later, you can safely move to v4.0.0 without changing any code on your end.

I'm sorry for whatever frustration this issue caused and appreciate the assistance of those that brought the issue to my attention.

v3.1.0

Features

Make it Simple(r)

Breaking Changes

Simplifying normalizeErrorResponse

After much discussion, the team around ember-ajax decided that it was probably not a great idea to reformat the error payload to match some arbitrary format that we designed. Instead, we should just use the payload that the server returned.

If you want to maintain the old behavior, you can include the the legacy/normalize-error-response mixin, which has the old version of the method included and will override the new behavior.

// app/services/ajax.js
import AjaxService from 'ember-ajax/services/ajax';
import LegacyNormalizeErrorResponse from 'ember-ajax/mixins/legacy/normalize-error-response';

export default AjaxService.extend(LegacyNormalizeErrorResponse, { // Your other configuration here });

Replacing AjaxError.errors with AjaxError.payload

The errors property on any AjaxError subclass has been deprecated in favor of a payload property for a while now. If you want access to the response from the server, you should now use the payload property, like so:


return this.get('ajax').request('/posts')
</tr></table> 

... (truncated)

Changelog

Sourced from ember-ajax's changelog.

5.1.2 (2022-10-11)

Bug Fixes

  • resolve ember-polyfills.deprecate-assign deprecation warnings (5175d40)

5.0.0 (2019-03-05)

Breaking Changes

  • Update ember-cli-babel to v7.x (this requires apps to use Ember CLI 2.13 or above)

  • Extend the native Error class instead of EmberError (fixes compatibility with Ember 3.8)

  • Drop Node 4 from engines declaration in package.json (CI had already been running on Node 6 for a while already)

Bug Fixes

  • Restore ability to override the ajax service using a JS file

Documentation

  • Add "Compatibility" section to the README file

4.0.2 (2019-01-07)

Bug Fixes

  • deprecation: the new EmberObject is deprecated (80e6e15)

4.0.1 (2018-12-10)

... (truncated)

Commits
  • 9f7a058 chore(release): 5.1.2
  • b24279f Merge pull request #463 from boris-petrov/use-object-assign
  • 5175d40 fix: resolve ember-polyfills.deprecate-assign deprecation warnings
  • 5520bdf v5.1.1
  • b818a9f v5.1.0
  • 1b7a0f3 chore: update ignore files
  • 77fbbb9 Merge pull request #459 from Turbo87/gh-actions
  • 5fb626d chore: remove TravisCI config
  • 903b5eb chore: add GitHub Actions config
  • 597afc3 chore: change ember-data dependency to ~3.1.1
  • Additional commits viewable in compare view
Maintainer changes

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


Updates ember-cli from 2.9.1 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-babel from 5.2.8 to 7.26.11

Release notes

Sourced from ember-cli-babel's releases.

v7.26.11

:bug: Bug Fix

Committers: 1

v7.26.10

:bug: Bug Fix

Committers: 1

v7.26.9

:bug: Bug Fix

:house: Internal

Committers: 2

v7.26.8 (2021-12-16)

:bug: Bug Fix

  • ea752c41 Revert: Properly handle class properties proposal

Committers: 2

v7.26.7

:bug: Bug Fix

Committers: 2

v7.26.6

:bug: Bug Fix

  • #407 Fix combination usages of compileModules along with other flags. (@​rwjblue)

Committers: 1

... (truncated)

Changelog

Sourced from ember-cli-babel's changelog.

v7.26.11 (2021-12-22)

:bug: Bug Fix

Committers: 1

v7.26.10 (2021-12-17)

:bug: Bug Fix

Committers: 1

v7.26.9 (2021-12-16)

:bug: Bug Fix

:house: Internal

Committers: 2

v7.26.8 (2021-12-16)

:bug: Bug Fix

  • ea752c41 Revert: Properly handle class properties proposal

Committers: 2

v7.26.7 (2021-12-15)

:bug: Bug Fix

Committers: 2

v7.26.6 (2021-05-18)

:bug: Bug Fix

... (truncated)

Commits
  • 315df8a 7.26.11
  • f752681 Merge pull request #430 from jaswilli/caching-is-fun
  • b9dfc87 Fix missing babel polyfill in vendor tree
  • e1f0758 7.26.10
  • 77f082b Merge pull request #428 from chriskrycho/more-plugin-fun
  • 3093fb7 Configure loose option for all class property plugins
  • 8e1f28e 7.26.9
  • f8f495e Merge pull request #426 from chriskrycho/decorators-fun
  • d283f64 Include template for basic component
  • 3b5bf21 Do not lint tests folder
  • Additional commits viewable in compare view


Updates ember-cli-htmlbars-inline-precompile from 0.3.13 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 3.1.3 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 ember-resolver from 2.1.1 to 8.0.3

Release notes

Sourced from ember-resolver's releases.

Release 8.0.3

:bug: Bug Fix

:house: Internal

Committers: 2

Release 8.0.2

:bug: Bug Fix

  • #590 Revert "Ensure app/foo/index.js can be looked up with foo:main" (@​rwjblue)

Committers: 1

Release 8.0.1

:bug: Bug Fix

Committers: 1

Release 8.0.0

:boom: Breaking Change

:bug: Bug Fix

Committers: 2

v7.0.0

:boom: Breaking Change

:rocket: Enhancement

:bug: Bug Fix

... (truncated)

Changelog

Sourced from ember-resolver's changelog.

v8.0.3 (2021-09-09)

:bug: Bug Fix

:house: Internal

Committers: 2

v8.0.2 (2020-08-08)

:bug: Bug Fix

  • #590 Revert "Ensure app/foo/index.js can be looked up with foo:main" (@​rwjblue)

Committers: 1

v8.0.1 (2020-08-07)

:bug: Bug Fix

Committers: 1

v8.0.0 (2020-04-11)

:boom: Breaking Change

:bug: Bug Fix

Committers: 2

v7.0.0 (2019-12-18)

... (truncated)

Commits
  • e6e436b Release 8.0.3
  • 5f4546e Merge pull request #699 from ember-cli/enable-remaining-scenarios
  • 0452261 Fixes Embroider Usage & ensures tests no longer mutate the global state
  • 2e65a9b enable embroider scenarios
  • 83d6386 Merge pull request #700 from ember-cli/re-roll-lockfile
  • 984debe re-roll-lockfile
  • ec41971 Merge pull request #697 from ember-cli/enable-remaining-scenarios
  • 16223d5 Disable embroider scenarios for the moment, so we can land the already increa...
  • 8be5cb2 Deprecation message needs since + for
  • 53795a1 app.inject has be deprecated in-favor of lazy injections
  • Additional commits viewable in compare view


Updates ember-welcome-page from 1.0.4 to 6.2.0

Release notes

Sourced from ember-welcome-page's releases.

Release 6.2.0

:rocket: Enhancement

Committers: 1

Release 6.1.0

:house: Internal

Committers: 1

Release 6.0.0

:boom: Breaking Change / :rocket: Enhancement

:house: Internal

Committers: 3

Release 5.0.0

:boom: Breaking Change

:house: Internal

Committers: 1

Release 4.1.0

:rocket: Enhancement

:bug: Bug Fix

:house: Internal

... (truncated)

Changelog

Sourced from ember-welcome-page's changelog.

v6.2.0 (2022-03-24)

:rocket: Enhancement

Committers: 1

v6.1.0 (2022-01-08)

:house: Internal

Committers: 1

v6.0.0 (2021-10-20)

:boom: Breaking Change / :rocket: Enhancement

:house: Internal

Committers: 3

v5.0.0 (2021-09-10)

:boom: Breaking Change

:house: Internal

Committers: 1

v4.1.0 (2021-09-10)

:rocket: Enhancement

... (truncated)

Commits
  • ae61e24 Release 6.2.0
  • 225595a Merge pull request #386 from SergeAstapov/update-embroider
  • 2756112 Update to latest v2 addon tooling (v1.5.0)
  • 1a56a84 Release 6.1.0
  • cd6a8e4 Merge pull request #384 from ember-cli/update
  • 92475fd update to latest v2 addon tooling
  • 4d9d8dc Release 6.0.0
  • 2bd04d2 Merge pull request #383 from ember-cli/add-changelog-release-automation
  • 8c712f2 Add more release automation.
  • 1dc375d Merge pull request #382 from ember-cli/kategengler-patch-1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by katiegengler, a new releaser for ember-welcome-page since your current version.


Updates ember-intl from 2.15.1 to 2.33.4

Release notes

Sourced from ember-intl's releases.

Fix bug where locale not always being respected with intl.formatHtmlMessage API

intl.formatHtmlMessage('<strong>Hello {name} {count, number}</strong>', {
  name: "<em>Jason</em>",
  count: 42000,
  locale: 'fr-fr' // <- would have been ignored pre-2.23.0
})

Funnel out non-translation files from translation directory, locale emoji support in console warnings

  • Show emoji flags for log lines with locales (#438)
  • Only include yaml and json files in the translation node (#440)
  • CI: Deploy dummy app to GitHub pages (#441)

v2.22.0

  • Build-time message validation (#436)

2.21.0

  • Removes assertion that base locale exists at the root of the translation folder
  • Removes glob dependency
  • Allows for translation files to be underscored and contain uppercase characters
  • Documents the inputPath config option

2.20.0

  • factoryFor support
  • prevent double glob in build
  • avoid missing translation detection when output silenced
  • README cleanup

allowEmpty added to t helper, do not merge options into format object

Added allowEmpty to the t helper: {{t 'app.title' allowEmpty=true}}

If there were no translations found by the key app.title, nothing will be returning (including the missing translation output).

Remove need to call instance initializer in tests

No release notes provided.

Patch lookup locale from creating locale model

No release notes provided.

Drops <= Node 0.12.0 support, adds public locales property

Commits
  • 4f45fa2 2.33.4
  • 1e8dfdb updating broccoli-cldr-data
  • caab2b0 2.33.3
  • 9c2a71d Upgrade broccoli-cldr-data to fix 574
  • 2273bbe treeForApp translation bundle should always be within app/translations/, outp...
  • 7b205d4 moving private util modules under -private
  • d7762cf moving formatters under private
  • b99c7e6 rewriting formatters as es6 classes, removing obsolete assertions
  • 8197ea7 cleaning up formatter api, adding t test-helper test, removing ember-intl-con...
  • 99bfc43 Test upgrade (#560)
  • 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 mi... _Description has been truncated_