Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Bump ember-file-upload from 7.3.0 to 8.0.0 #3340

Merged
merged 2 commits into from
May 8, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2023

Bumps ember-file-upload from 7.3.0 to 8.0.0.

Release notes

Sourced from ember-file-upload's releases.

Release 8.0.0

💥 Breaking Change

Committers: 1

Release 7.4.0

🚀 Enhancement

  • #925 Add onUploadStarted, onUploadSucceeded and onUploadFailed to file-queue helper (@​gilest)

Committers: 1

Release 7.3.1

🐛 Bug Fix

  • #914 Return Reponse.error when status is outside of 200-599 range (@​herzzanu)

🏠 Internal

Committers: 2

Commits
  • 29f6018 Release 8.0.0
  • a3bab29 Drop support for node 14 (#922)
  • 6c58bc8 Move blueprint provided packages to peerDependencies (#917)
  • 0708bbc Release 7.4.0
  • 650609f Add onUploadStarted, onUploadSucceeded and onUploadFailed to `file-queu...
  • 975de32 Release 7.3.1
  • 3516e45 Return Reponse.error when status is outside of 200-599 range (#914)
  • 371ceb5 chore(deps): update dependency @​docfy/ember to ^0.6.0 (#912)
  • 773cfdc chore(deps): update dependency ember-concurrency to v3 (#915)
  • ca858ee chore(deps): update dependency stylelint-config-standard to v33 (#919)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2023
@stopfstedt stopfstedt self-requested a review May 1, 2023 16:09
@stopfstedt stopfstedt force-pushed the dependabot/npm_and_yarn/ember-file-upload-8.0.0 branch from 2f926d5 to 7d7c341 Compare May 1, 2023 16:12
@github-actions
Copy link
Contributor

github-actions bot commented May 1, 2023

1/17 Files got Bigger 🚨:

Details
File raw gzip
chunk.661.js +1.34 MB +295 kB

1/17 Files got Smaller 🎉:

Details
File raw gzip
vendor.js -398 B +18 B

1/17 Files got Deleted 🗑️:

Details
File raw gzip
chunk.625.js -1.34 MB -295 kB

14/17 Files stayed the same size 🤷‍:

Details
File raw gzip
chunk.143.js -4 B -2 B
chunk.178.js -2 B 0 B
chunk.25.js 0 B 0 B
chunk.32.js 0 B 0 B
chunk.328.js 0 B 0 B
chunk.530.js 0 B 0 B
chunk.65.js 0 B 0 B
chunk.739.js 0 B 0 B
chunk.83.js 0 B 0 B
chunk.881.js 0 B 0 B
chunk.963.js 0 B 0 B
dummy.js 0 B 0 B
dummy.css 0 B 0 B
vendor.css 0 B 0 B

Created by ember-asset-size-action

@stopfstedt
Copy link
Member

when invoked, it currently fails (i.e. in the course manager) with the following error message

[Uncaught (in promise) Error: Could not find module tracked-built-ins imported from ember-file-upload/helpers/file-queue

@stopfstedt
Copy link
Member

stefan@nichtsnutz: ~/dev/projects/common on dependabot/npm_and_yarn/ember-file-upload-8.0.0[$]
$ grep -r 'file-queue' addon
addon/components/learning-material-uploader.hbs:  {{#let (file-queue name=this.uploadQueueName onFileAdded=(perform this.upload)) as |queue|}}

@stopfstedt
Copy link
Member

dependabot bot and others added 2 commits May 8, 2023 07:50
Bumps [ember-file-upload](https://github.com/adopted-ember-addons/ember-file-upload) from 7.3.0 to 8.0.0.
- [Release notes](https://github.com/adopted-ember-addons/ember-file-upload/releases)
- [Commits](adopted-ember-addons/ember-file-upload@v7.3.0...v8.0.0)

---
updated-dependencies:
- dependency-name: ember-file-upload
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@stopfstedt stopfstedt force-pushed the dependabot/npm_and_yarn/ember-file-upload-8.0.0 branch from 7d7c341 to 5944da3 Compare May 8, 2023 15:00
@stopfstedt stopfstedt merged commit 352d08e into master May 8, 2023
@stopfstedt stopfstedt deleted the dependabot/npm_and_yarn/ember-file-upload-8.0.0 branch May 8, 2023 15:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file DO NOT MERGE javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant