X Tutup
Skip to content

chore(packages): Updates systemjs package.#3630

Closed
ttowncompiled wants to merge 4 commits intoangular:masterfrom
ttowncompiled:systemjs_update
Closed

chore(packages): Updates systemjs package.#3630
ttowncompiled wants to merge 4 commits intoangular:masterfrom
ttowncompiled:systemjs_update

Conversation

@ttowncompiled
Copy link
Copy Markdown
Contributor

Updates systemjs package to version 0.18.3. Earlier version aren't compatible with the System.register format emitted by the TypeScript compiler.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like Jason forgot to run npm-shrinkwrap in 84463cf

// cc @jteplitz602

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that. In the future do I just run the shrinkwrap command whenever I modify the dependencies in package.json?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pkozlowski-opensource
Copy link
Copy Markdown
Member

Happy to see this pr :-)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sweet thanks

@alexeagle
Copy link
Copy Markdown
Contributor

note, this should close #1975

@pkozlowski-opensource
Copy link
Copy Markdown
Member

@ttowncompiled is there any particular reason for choosing 1.8.3 version? Asking, since there are newer releases: https://github.com/systemjs/systemjs/releases.

BTW, would it be also possible to update SystemJS builder to 11+? It would solve systemjs/builder#271 for us. But I can take care of this when this PR lands.

@ttowncompiled
Copy link
Copy Markdown
Contributor Author

I had filed an issue a month ago with the TypeScript team. They had suggested in the issue that we would need to upgrade to 1.8.3. I don't mind checking 1.8.10 to see if it would also be a viable upgrade though.

@ttowncompiled
Copy link
Copy Markdown
Contributor Author

Looks like we will have to upgrade to 1.8.10. systemjs released further fixes that we will need if we are to use the TypeScript compiler to transpile to System.register format. Thanks @pkozlowski-opensource for mentioning it.

@ttowncompiled ttowncompiled force-pushed the systemjs_update branch 2 times, most recently from ad7296e to 5d2f415 Compare August 17, 2015 19:30
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not keep the System logic in in runtime_paths.js, so this file stays just a list of imports.

@rkirov rkirov added the action: merge The PR is ready for merge by the caretaker label Aug 18, 2015
@mary-poppins
Copy link
Copy Markdown

Merging PR #3630 on behalf of @rkirov to branch presubmit-rkirov-pr-3630.

@mary-poppins mary-poppins removed the action: merge The PR is ready for merge by the caretaker label Aug 18, 2015
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

X Tutup