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

0.17 wip #1099

Closed
wants to merge 421 commits into from
Closed

0.17 wip #1099

wants to merge 421 commits into from

Conversation

guybedford
Copy link
Member

Alpha Release Checklist

  • New dynamic package configuration system
  • New linking workflow
  • Endpoint upgrades to configuration system
  • Persistent overrides for override reproducibility with no invisible overrides
  • Peer dependency support
  • Transpilers as plugins
  • Config file management to fully retain style and properties
  • GitHub registry endpoint to no longer use GitHub releases (NB requires checking things like Bootstrap and d3 overrides)
  • Full support for server-side npm installs
  • npm registry endpoint to support any module format
  • Local project as a package itself with init prompt handling
  • Complete Babel 6 plugin (https://github.com/systemjs/plugin-babel)
  • Complete Traceur plugin (https://github.com/systemjs/plugin-traceur)
  • Automatic Rollup optimizations for jspm build (0.15 wip systemjs/builder#442)
  • Upgrade path testing
  • Comprehensive build testing

@guybedford guybedford force-pushed the 0.17 branch 2 times, most recently from 54ce3cf to 3afdd8c Compare September 18, 2015 15:12
@guybedford guybedford force-pushed the 0.17 branch 2 times, most recently from b43f9f7 to c2cbab8 Compare September 24, 2015 20:25
@guybedford guybedford force-pushed the 0.17 branch 11 times, most recently from 9e3dde7 to 40bd1c5 Compare October 5, 2015 12:44
@guybedford guybedford force-pushed the 0.17 branch 4 times, most recently from 5d91332 to 7666fcb Compare October 9, 2015 23:35
@guybedford guybedford force-pushed the 0.17 branch 3 times, most recently from 3dff018 to b37499a Compare November 4, 2015 13:29
@guybedford guybedford force-pushed the 0.17 branch 2 times, most recently from 8853eb5 to ff0bd6d Compare November 8, 2015 23:18
@guybedford guybedford force-pushed the 0.17 branch 2 times, most recently from 9566a80 to d8f8c6e Compare November 20, 2015 15:55
@guybedford guybedford force-pushed the 0.17 branch 2 times, most recently from 36227cf to 8d55ef6 Compare November 26, 2015 20:44
guybedford and others added 28 commits June 14, 2017 13:49
docs/getting-started: bundle-sfx has been renamed to build in v0.17
docs/production-workflows: bundle-sfx has been renamed to build in v0.17
 - resolves #2231
 - fix spurious "not found"
 - show specified dependency relative to parents
fix some issues with the --inspect command
When running
```shell
$jspm inspect registry:depname
```
An error is thrown from the `showInstallGraph` method since the `range` argument is the undefined.

This happens after the warning is correctly printed.

This fix falls back to using the value of `resolved.version` which is likely not ideal behavior either.
Perhaps we should print `'unspecified'` or something of the sort.
This fixes chalk issue, described in systemjs/plugin-babel#80, that causes failures in Windows environments.
…st-failures

update to the latest systemjs-plugin-babel
fix: showInstallGraph fails if a config is missing from package.json
…r-tests-to-secure-version

update-package-used-for-tests-to-secure-version
trying to fix flickering peer dependency range issue
@guybedford
Copy link
Member Author

jspm 0.17 is officially deprecated.

@guybedford guybedford closed this Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.