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-ajax, ember-cli, ember-cli-app-version, ember-cli-babel, ember-cli-htmlbars-inline-precompile, ember-cli-qunit, ember-intl, ember-resolver and ember-welcome-page #238

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

Conversation

dependabot[bot]
Copy link

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

Bumps minimatch to 3.0.4 and updates ancestor dependencies minimatch, ember-ajax, ember-cli, ember-cli-app-version, ember-cli-babel, ember-cli-htmlbars-inline-precompile, ember-cli-qunit, ember-intl, ember-resolver and ember-welcome-page. 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.6.2 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-app-version from 1.0.1 to 5.0.0

Release notes

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

Release 5.0.0

💥 Breaking Change

🏠 Internal

Committers: 2

Release 4.0.0

💥 Breaking Change

🚀 Enhancement

🏠 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)

💥 Breaking Change

🏠 Internal

Committers: 2

v4.0.0 (2020-10-09)

💥 Breaking Change

🚀 Enhancement

🏠 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-babel from 5.2.8 to 7.26.11

Release notes

Sourced from ember-cli-babel's releases.

v7.26.11

🐛 Bug Fix

Committers: 1

v7.26.10

🐛 Bug Fix

Committers: 1

v7.26.9

🐛 Bug Fix

🏠 Internal

Committers: 2

v7.26.8 (2021-12-16)

🐛 Bug Fix

  • ea752c41 Revert: Properly handle class properties proposal

Committers: 2

v7.26.7

🐛 Bug Fix

Committers: 2

v7.26.6

🐛 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 Fix

Committers: 1

v7.26.10 (2021-12-17)

🐛 Bug Fix

Committers: 1

v7.26.9 (2021-12-16)

🐛 Bug Fix

🏠 Internal

Committers: 2

v7.26.8 (2021-12-16)

🐛 Bug Fix

  • ea752c41 Revert: Properly handle class properties proposal

Committers: 2

v7.26.7 (2021-12-15)

🐛 Bug Fix

Committers: 2

v7.26.6 (2021-05-18)

🐛 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

🚀 Enhancement

Committers: 2

Release 3.0.1

📝 Documentation

🏠 Internal

Committers: 3

Release 3.0.0

💥 Breaking Change

🚀 Enhancement

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

📝 Documentation

🏠 Internal

Committers: 3

Changelog

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

v3.0.2 (2021-02-05)

🚀 Enhancement

Committers: 2

v3.0.1 (2019-10-01)

📝 Documentation

🏠 Internal

Committers: 3

v3.0.0 (2019-08-31)

💥 Breaking Change

🚀 Enhancement

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

📝 Documentation

🏠 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 1.4.3 to 4.4.0

Changelog

Sourced from ember-cli-qunit's changelog.

Change Log

v4.3.2 (2018-02-16)

🐛 Bug Fix

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

Committers: 1

v4.3.1 (2018-02-11)

🚀 Enhancement

🏠 Internal

Committers: 2

v4.3.0 (2018-01-17)

🐛 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 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.

🏠 Internal

Committers: 1

v4.2.0 (2017-12-17)

🚀 Enhancement

... (truncated)

Commits

Updates ember-intl from 2.12.4 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

Updates ember-resolver from 2.1.1 to 8.0.3

Release notes

Sourced from ember-resolver's releases.

Release 8.0.3

🐛 Bug Fix

🏠 Internal

Committers: 2

Release 8.0.2

🐛 Bug Fix

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

Committers: 1

Release 8.0.1

🐛 Bug Fix

Committers: 1

Release 8.0.0

💥 Breaking Change

🐛 Bug Fix

Committers: 2

v7.0.0

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

... (truncated)

Changelog

Sourced from ember-resolver's changelog.

v8.0.3 (2021-09-09)

🐛 Bug Fix

🏠 Internal

Committers: 2

v8.0.2 (2020-08-08)

🐛 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 Fix

Committers: 1

v8.0.0 (2020-04-11)

💥 Breaking Change

🐛 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

🚀 Enhancement

Committers: 1

Release 6.1.0

🏠 Internal

Committers: 1

Release 6.0.0

💥 Breaking Change / 🚀 Enhancement

🏠 Internal

Committers: 3Description has been truncated

…li-babel, ember-cli-htmlbars-inline-precompile, ember-cli-qunit, ember-intl, ember-resolver and ember-welcome-page

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.4 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [ember-ajax](https://github.com/ember-cli/ember-ajax), [ember-cli](https://github.com/ember-cli/ember-cli), [ember-cli-app-version](https://github.com/ember-cli/ember-cli-app-version), [ember-cli-babel](https://github.com/babel/ember-cli-babel), [ember-cli-htmlbars-inline-precompile](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile), [ember-cli-qunit](https://github.com/ember-cli/ember-cli-qunit), [ember-intl](https://github.com/ember-intl/ember-intl), [ember-resolver](https://github.com/ember-cli/ember-resolver) and [ember-welcome-page](https://github.com/ember-cli/ember-welcome-page). These dependencies need to be updated together.


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

Updates `ember-ajax` from 2.5.6 to 5.1.2
- [Release notes](https://github.com/ember-cli/ember-ajax/releases)
- [Changelog](https://github.com/ember-cli/ember-ajax/blob/master/CHANGELOG.md)
- [Commits](ember-cli/ember-ajax@v2.5.6...v5.1.2)

Updates `ember-cli` from 2.6.2 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.6.2...v2.18.2)

Updates `ember-cli-app-version` from 1.0.1 to 5.0.0
- [Release notes](https://github.com/ember-cli/ember-cli-app-version/releases)
- [Changelog](https://github.com/ember-cli/ember-cli-app-version/blob/master/CHANGELOG.md)
- [Commits](ember-cli/ember-cli-app-version@v1.0.1...v5.0.0)

Updates `ember-cli-babel` from 5.2.8 to 7.26.11
- [Release notes](https://github.com/babel/ember-cli-babel/releases)
- [Changelog](https://github.com/babel/ember-cli-babel/blob/master/CHANGELOG.md)
- [Commits](emberjs/ember-cli-babel@v5.2.8...v7.26.11)

Updates `ember-cli-htmlbars-inline-precompile` from 0.3.13 to 3.0.2
- [Release notes](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/releases)
- [Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/blob/master/CHANGELOG.md)
- [Commits](ember-cli/ember-cli-htmlbars-inline-precompile@v0.3.13...v3.0.2)

Updates `ember-cli-qunit` from 1.4.3 to 4.4.0
- [Release notes](https://github.com/ember-cli/ember-cli-qunit/releases)
- [Changelog](https://github.com/ember-cli/ember-cli-qunit/blob/master/CHANGELOG.md)
- [Commits](ember-cli/ember-cli-qunit@v1.4.3...v4.4.0)

Updates `ember-intl` from 2.12.4 to 2.33.4
- [Release notes](https://github.com/ember-intl/ember-intl/releases)
- [Commits](ember-intl/ember-intl@v2.12.4...v2.33.4)

Updates `ember-resolver` from 2.1.1 to 8.0.3
- [Release notes](https://github.com/ember-cli/ember-resolver/releases)
- [Changelog](https://github.com/ember-cli/ember-resolver/blob/master/CHANGELOG.md)
- [Commits](ember-cli/ember-resolver@v2.1.1...v8.0.3)

Updates `ember-welcome-page` from 1.0.4 to 6.2.0
- [Release notes](https://github.com/ember-cli/ember-welcome-page/releases)
- [Changelog](https://github.com/ember-cli/ember-welcome-page/blob/master/CHANGELOG.md)
- [Commits](ember-cli/ember-welcome-page@v1.0.4...v6.2.0)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: ember-ajax
  dependency-type: direct:development
- dependency-name: ember-cli
  dependency-type: direct:development
- dependency-name: ember-cli-app-version
  dependency-type: direct:development
- dependency-name: ember-cli-babel
  dependency-type: direct:development
- dependency-name: ember-cli-htmlbars-inline-precompile
  dependency-type: direct:development
- dependency-name: ember-cli-qunit
  dependency-type: direct:development
- dependency-name: ember-intl
  dependency-type: direct:development
- dependency-name: ember-resolver
  dependency-type: direct:development
- dependency-name: ember-welcome-page
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 3, 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