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

@uppy/angular: upgrade to Angular 16.x #4642

Merged
merged 2 commits into from
Aug 30, 2023
Merged

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Aug 23, 2023

Regenerate Angular templates for both the lib and the example. This is to make the TS upgrade smoother. This is also dropping support for older versions of Angular, they can keep using 0.5.x.

@aduh95 aduh95 added the 4.0 For the 4.0 major version label Aug 23, 2023
@socket-security
Copy link

socket-security bot commented Aug 23, 2023

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
typescript 5.1.6 None +0 40.1 MB typescript-bot
@types/webpack 5.28.0 None +38 22 MB types
@angular-devkit/build-angular 14.2.1...16.2.0 shell +531/-681 1.67 GB google-wombot
@angular/common 14.2.0...16.2.1 network +8/-8 108 MB google-wombot
vite 4.4.9...4.4.7 None +96/-150 285 MB vitebot
ng-packagr 13.3.1...16.2.0 None +90/-188 619 MB alan.agius4
@angular/compiler-cli 14.3.0...16.2.1 None +21/-30 223 MB google-wombot
@angular/cli 14.2.12...16.2.0 None +114/-54 42.3 MB google-wombot
@angular-eslint/builder 14.4.0...16.1.1 network +108/-0 223 MB jameshenry
@angular-eslint/eslint-plugin 14.4.0...16.1.1 None +6/-16 3.17 MB jameshenry
@angular-eslint/template-parser 14.4.0...16.1.1 None +3/-2 2.83 MB jameshenry
@types/jasmine 4.0.3...4.3.5 None +0/-0 57 kB types
@angular-eslint/schematics 14.4.0...16.1.1 None +231/-64 271 MB jameshenry
@angular-eslint/eslint-plugin-template 14.4.0...16.1.1 None +6/-20 3.22 MB jameshenry
@babel/preset-env 7.18.10...7.22.9 None +0/-18 143 kB nicolo-ribaudo
@babel/core 7.12.9...7.22.5 None +0/-6 769 kB nicolo-ribaudo
@angular/platform-browser-dynamic 14.2.0...16.2.1 None +18/-18 137 MB google-wombot
@angular/platform-browser 14.2.0...16.2.1 None +12/-12 112 MB google-wombot
karma-jasmine-html-reporter 2.0.0...2.1.0 None +6/-15 11.6 MB dfederm
zone.js 0.11.8...0.13.1 None +0/-0 5.19 MB google-wombot
postcss 8.4.16...8.4.27 None +0/-0 196 kB ai
@angular/animations 14.2.0...16.2.1 None +6/-6 74.2 MB google-wombot
karma-chrome-launcher 3.1.1...3.2.0 environment +0/-0 29.6 kB karmarunnerbot
@angular/router 14.2.0...16.2.1 None +15/-15 115 MB google-wombot
@angular/forms 14.2.0...16.2.1 None +15/-15 115 MB google-wombot
@angular/compiler 14.3.0...16.2.1 None +6/-6 80.6 MB google-wombot
@angular/core 14.2.0...16.2.1 None +4/-4 39.8 MB google-wombot
jasmine-core 4.2.0...4.6.0 None +0/-0 381 kB sgravrock
sass 1.54.4...1.64.1 filesystem +1/-4 4.93 MB sassbot

🚮 Removed packages: @compodoc/compodoc@1.1.19, @storybook/addon-actions@6.5.10, @storybook/addon-essentials@6.5.10, @storybook/addon-interactions@6.5.10, @storybook/addon-links@6.5.10, @storybook/angular@6.5.10, @storybook/builder-webpack5@6.5.10, @storybook/manager-webpack5@6.5.10, @storybook/testing-library@0.0.9, babel-loader@8.2.5, eslint-plugin-prefer-arrow@1.2.3, rxjs@7.5.7

@aduh95 aduh95 added the safe to test Add this label on trustworthy PRs to spawn the e2e test suite label Aug 30, 2023
@github-actions github-actions bot removed pending end-to-end tests safe to test Add this label on trustworthy PRs to spawn the e2e test suite labels Aug 30, 2023
@aduh95 aduh95 merged commit 64a7326 into transloadit:main Aug 30, 2023
13 checks passed
@aduh95 aduh95 deleted the angular-upgrade branch August 30, 2023 16:05
This was referenced Sep 5, 2023
github-actions bot added a commit that referenced this pull request Sep 5, 2023
| Package                | Version | Package                | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/angular          |   0.6.0 | @uppy/dashboard        |   3.5.2 |
| @uppy/aws-s3           |   3.3.0 | @uppy/transloadit      |   3.3.0 |
| @uppy/aws-s3-multipart |   3.6.0 | @uppy/tus              |   3.2.0 |
| @uppy/companion        |   4.8.2 | @uppy/utils            |   5.5.0 |
| @uppy/companion-client |   3.4.0 | @uppy/xhr-upload       |   3.4.0 |
| @uppy/core             |   3.5.0 | uppy                   |  3.15.0 |

- @uppy/transloadit: Emit assembly progress events (Marius / #4603)
- @uppy/transloadit: remove Socket.io (Antoine du Hamel / #4281)
- meta: example: update Angular example to 16.x (Antoine du Hamel / #4642)
- @uppy/angular: upgrade to Angular 16.x (Antoine du Hamel / #4642)
- @uppy/companion: refactor `getProtectedHttpAgent` to make TS happy (Antoine du Hamel / #4654)
- @uppy/companion: Alias "removeListener" as "off" in Redis emitter (Elliot Dickison / #4647)
- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/companion-client,@uppy/core,@uppy/tus,@uppy/utils,@uppy/xhr-upload: Move remote file upload logic into companion-client (Merlijn Vos / #4573)
- @uppy/dashboard: when showAddFilesPanel  is true, aria-hidden should be the opposite (Artur Paikin / #4643)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.0 For the 4.0 major version pending end-to-end tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant