10000 Support Angular 19 by ArnaudFlaesch · Pull Request #5709 · transloadit/uppy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Support Angular 19 #5709

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

Merged
merged 2 commits into from
Apr 7, 2025
Merged

Conversation

ArnaudFlaesch
Copy link
Contributor

Since using Uppy 18 with Angular 19 seems to work fine, I just updated the dependencies and the ranges, with the addition of the new inject() function for dependency injection.

Copy link
Contributor
github-actions bot commented Apr 7, 2025
Diff output files
No diff

The following build files have been modified and might affect the actual diff:

yarn.lock

This comment was marked as resolved.

@Murderlon Murderlon merged commit 86fb71f into transloadit:main Apr 7, 2025
20 checks passed
@Murderlon
Copy link
Member

Thank you!

@ArnaudFlaesch ArnaudFlaesch deleted the feat/angular19 branch April 8, 2025 06:16
mifi added a commit that referenced this pull request Apr 8, 2025
@mifi mifi mentioned this pull request Apr 8, 2025
mifi added a commit that referenced this pull request Apr 8, 2025
Revert "Support Angular 19 (#5709)"

This reverts commit 86fb71f.
@mifi
Copy link
Contributor
mifi commented Apr 8, 2025

Looks like e2e tests failed from this PR so we reverted it. Could you re-create the PR and have a look at the e2e test failure @ArnaudFlaesch ?

@github-actions github-actions bot mentioned this pull request Apr 8, 2025
github-actions bot added a commit that referenced this pull request Apr 8, 2025
| Package                    | Version | Package                    | Version |
| -------------------------- | ------- | -------------------------- | ------- |
| @uppy/audio                |   2.1.2 | @uppy/locales              |   4.5.2 |
| @uppy/box                  |   3.2.2 | @uppy/onedrive             |   4.2.3 |
| @uppy/companion            |   5.6.0 | @uppy/react                |   4.2.3 |
| @uppy/core                 |   4.4.4 | @uppy/remote-sources       |   2.3.2 |
| @uppy/dashboard            |   4.3.3 | @uppy/screen-capture       |   4.2.2 |
| @uppy/drag-drop            |   4.1.2 | @uppy/status-bar           |   4.1.3 |
| @uppy/dropbox              |   4.2.2 | @uppy/transloadit          |   4.2.2 |
| @uppy/facebook             |   4.2.2 | @uppy/unsplash             |   4.3.3 |
| @uppy/file-input           |   4.1.2 | @uppy/url                  |   4.2.3 |
| @uppy/google-drive         |   4.3.2 | @uppy/utils                |   6.1.3 |
| @uppy/google-drive-picker  |   0.3.4 | @uppy/webcam               |   4.1.2 |
| @uppy/google-photos-picker |   0.3.4 | @uppy/webdav               |   0.3.2 |
| @uppy/image-editor         |   3.3.2 | @uppy/zoom                 |   3.2.2 |
| @uppy/instagram            |   4.2.2 | uppy                       |  4.14.0 |

- @uppy/core: dry retryAll() and upload() (Mikael Finstad / #5691)
- @uppy/angular: Revert "Support Angular 19" (Mikael Finstad / #5710)
- @uppy/angular: Support Angular 19 (Arnaud Flaesch / #5709)
- @uppy/companion: implement dropbox business teams (Mikael Finstad / #5708)
- @uppy/utils: add msg mimetype (Merlijn Vos / #5699)
- @uppy/core: fix locale type for plugins (Merlijn Vos / #5700)
- examples: build(deps-dev): bump vite from 5.4.14 to 5.4.15 (dependabot[bot] / #5703)
- @uppy/locales: Update nb_NO.ts (Tore Sinding Bekkedal / #5678)
- meta: build(deps): bump docker/login-action from 3.3.0 to 3.4.0 (dependabot[bot] / #5689)
- examples: @uppy-example/aws-nodejs: fix fileType not present in S3 objects (Prakash / #5680)
- @uppy/core: fix events when retrying with upload() (Prakash / #5696)
- meta: Fix locales building (Mikael Finstad / #5693)
- @uppy/google-photos: remove google photos 😢 (Mikael Finstad / #5690)
- @uppy/locales: Update cs_CZ.ts (David Petrásek / #5658)
@ArnaudFlaesch
Copy link
Contributor Author

Looks like e2e tests failed from this PR so we reverted it. Could you re-create the PR and have a look at the e2e test failure @ArnaudFlaesch ?

Sure, where can I see the logs for the e2e tests ?

ArnaudFlaesch added a commit to ArnaudFlaesch/uppy that referenced this pull request Apr 8, 2025
Co-authored-by: Murderlon <merlijn@soverin.net>
@mifi
Copy link
Contributor
mifi commented Apr 8, 2025

@ArnaudFlaesch
Copy link
Contributor Author

https://github.com/transloadit/uppy/actions/runs/14334088103/job/40176742202?pr=5691

Thanks, I'm currently removing the NgModules because they're not needed anymore, I'll recreate the PR soon.

ArnaudFlaesch added a commit to ArnaudFlaesch/uppy that referenced this pull request Apr 8, 2025
Co-authored-by: Murderlon <merlijn@soverin.net>
@ArnaudFlaesch
Copy link
Contributor Author
ArnaudFlaesch commented Apr 8, 2025

Here : #5715 (still need to fix the packages install, I'm sorry I don't usually use Yarn)

ArnaudFlaesch added a commit to ArnaudFlaesch/uppy that referenced this pull request Apr 8, 2025
Co-authored-by: Murderlon <merlijn@soverin.net>

test
mifi pushed a commit that referenced this pull request Apr 9, 2025
Co-authored-by: Murderlon <merlijn@soverin.net>
@github-actions github-actions bot mentioned this pull request Apr 14, 2025
github-actions bot added a commit that referenced this pull request Apr 14, 2025
| Package              | Version | Package              | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/angular        |   0.8.0 | uppy                 |  4.15.0 |
| @uppy/provider-views |   4.4.3 |                      |         |

- @uppy/provider-views: Fix google photos picker (Mikael Finstad / #5717)
- meta: build(deps): bump nanoid from 3.3.7 to 5.1.2 (dependabot[bot] / #5664)
- examples: build(deps-dev): bump vite from 5.4.16 to 5.4.17 (dependabot[bot] / #5707)
- @uppy/utils: Fix type check ci (Mikael Finstad / #5714)
- @uppy/angular: Support Angular 19 (#5709) (Arnaud Flaesch / #5715)
- meta: simplify e2e (Mikael Finstad / #5711)
- meta: fix ready to commit (Mikael Finstad / #5713)
Murderlon added a commit that referenced this pull request Apr 15, 2025
* main:
  Fix google photos picker (#5717)
  build(deps): bump nanoid from 3.3.7 to 5.1.2 (#5664)
  build(deps-dev): bump vite from 5.4.16 to 5.4.17 (#5707)
  Fix type check ci (#5714)
  Support Angular 19 (#5709) (#5715)
  simplify e2e (#5711)
  fix ready to commit (#5713)
  Release: uppy@4.14.0 (#5712)
  dry retryAll() and upload() (#5691)
  Revert "Support Angular 19" (#5710)
  Support Angular 19 (#5709)
  implement dropbox business teams (#5708)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0