Skip to content

Commit

Permalink
chore(all): prepare release 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Mar 16, 2018
1 parent 15b1f1f commit 142174b
Show file tree
Hide file tree
Showing 5 changed files with 11,547 additions and 32 deletions.
2 changes: 1 addition & 1 deletion build/tasks/update-dependenciesjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gulp.task('update-cli-dependenciesjs', function(done) {
gulp.task('update-all-dependenciesjs', function() {
let deps = getDepsJSON();
let p = Promise.resolve();
let lookup = Object.keys(deps).filter(x => !ignore.contains(x));
let lookup = Object.keys(deps).filter(x => !ignore.includes(x));

// for all entries in dependencies.json, lookup the latest version and update the json file
for (let i = 0; i < lookup.length; i++) {
Expand Down
27 changes: 27 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<a name="0.33.0"></a>
# [0.33.0](https://github.com/aurelia/cli/compare/0.32.0...0.33.0) (2018-03-16)


### Bug Fixes

* **bundle:** sort bundle files by path ([77697b1](https://github.com/aurelia/cli/commit/77697b1))
* **dependencies:** add jest-matchers for karma tests using webpack ([83c8bcf](https://github.com/aurelia/cli/commit/83c8bcf))
* **gitignore:** track vscode workspace files ([14f9bdd](https://github.com/aurelia/cli/commit/14f9bdd))
* **importer:** support scoped packages ([859df5b](https://github.com/aurelia/cli/commit/859df5b))
* **javascriptservices:** update configuration to set public path for static resources ([21e8a27](https://github.com/aurelia/cli/commit/21e8a27)), closes [#741](https://github.com/aurelia/cli/issues/741)
* **jest:** update aurelia-pal-nodejs ([578f400](https://github.com/aurelia/cli/commit/578f400))
* **rjs-ts:** add baseUrl to tsconfig ([ac020a1](https://github.com/aurelia/cli/commit/ac020a1))


### Features

* **build:** add support for external modules ([fc5f197](https://github.com/aurelia/cli/commit/fc5f197)), closes [#802](https://github.com/aurelia/cli/issues/802)
* **bundle:** sort module ids ([5ed65ce](https://github.com/aurelia/cli/commit/5ed65ce))
* **cli-bundler:** add --open flag ([23fc079](https://github.com/aurelia/cli/commit/23fc079))
* **new:** switch default to webpack ([15b1f1f](https://github.com/aurelia/cli/commit/15b1f1f))
* **vscode:** karma debug profile ([9911d4d](https://github.com/aurelia/cli/commit/9911d4d))
* **webpack:** add analyze flag to enable webpack bundle analyzer ([6ac3260](https://github.com/aurelia/cli/commit/6ac3260))
* **webpack:** update to webpack 4 ([5838e15](https://github.com/aurelia/cli/commit/5838e15))



<a name="0.32.0"></a>
# [0.32.0](https://github.com/aurelia/cli/compare/0.31.3...0.32.0) (2017-10-23)

Expand Down
60 changes: 30 additions & 30 deletions lib/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"@types/jasmine": "^2.8.6",
"@types/jest": "^22.1.4",
"@types/lodash": "^4.14.104",
"@types/node": "^9.4.6",
"@types/webpack": "^3.8.8",
"@types/jest": "^22.2.0",
"@types/lodash": "^4.14.105",
"@types/node": "^9.4.7",
"@types/webpack": "^4.1.1",
"aspnet-webpack": "^2.0.3",
"aurelia-animator-css": "^1.0.4",
"aurelia-bootstrapper": "^2.2.0",
"aurelia-cli": "^0.32.0",
"aurelia-cli": "^0.33.0",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-pal-nodejs": "^1.0.0-beta.3.0.0",
"aurelia-pal-nodejs": "^1.0.0-beta.3.2.0",
"aurelia-protractor-plugin": "^1.0.6",
"aurelia-testing": "^1.0.0-beta.4.0.0",
"aurelia-tools": "^2.0.0",
Expand All @@ -18,8 +18,8 @@
"autoprefixer": "^8.1.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.1",
"babel-loader": "^7.1.3",
"babel-jest": "^23.0.0-alpha.0",
"babel-loader": "^7.1.4",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
Expand All @@ -34,26 +34,26 @@
"babel-register": "^6.26.0",
"bluebird": "^3.5.1",
"browser-sync": "^2.23.6",
"clean-webpack-plugin": "^0.1.18",
"clean-webpack-plugin": "^0.1.19",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.5.0",
"cross-env": "^5.1.3",
"css-loader": "^0.28.10",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"debounce": "^1.1.0",
"del": "^3.0.0",
"event-stream": "^3.3.4",
"expose-loader": "^0.7.4",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "next",
"file-loader": "^1.1.11",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^7.0.1",
"gulp-babel": "^8.0.0-beta.2",
"gulp-changed-in-place": "^2.3.0",
"gulp-eslint": "^4.0.2",
"gulp-htmlmin": "^4.0.0",
"gulp-less": "^4.0.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "7.0.1",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
Expand All @@ -62,48 +62,48 @@
"gulp-typescript": "^4.0.1",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.0",
"html-minifier": "^3.5.9",
"html-webpack-plugin": "^3.0.4",
"html-minifier": "^3.5.11",
"html-webpack-plugin": "^3.0.6",
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine-core": "^3.1.0",
"jest": "^22.4.2",
"jest-jasmine2": "^22.4.2",
"jest-cli": "^22.4.2",
"jest-jasmine2": "^23.0.0-alpha.0",
"jest-cli": "^23.0.0-alpha.0",
"jest-matchers": "^20.0.3",
"json-loader": "^0.5.7",
"html-loader": "^0.5.5",
"karma": "^2.0.0",
"karma-babel-preprocessor": "^7.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^1.4.1",
"karma-coverage-istanbul-reporter": "^1.4.2",
"karma-jasmine": "^1.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript-preprocessor": "^0.3.1",
"minimatch": "^3.0.4",
"node-sass": "^4.7.2",
"nps": "^5.8.1",
"nps": "^5.8.2",
"nps-utils": "^1.5.0",
"opn": "^5.2.0",
"opn": "^5.3.0",
"protractor": "^5.3.0",
"requirejs": "^2.3.5",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.2",
"style-loader": "^0.20.3",
"stylus": "^0.54.5",
"systemjs": "^0.21.0",
"systemjs-plugin-text": "0.0.11",
"systemjs-plugin-text": "^0.0.11",
"text": "github:requirejs/text#latest",
"through2": "^2.0.3",
"ts-jest": "22.4.1",
"ts-jest": "^22.4.1",
"ts-node": "^5.0.1",
"ts-loader": "^4.0.1",
"tslint": "^5.9.1",
"typescript": "^2.7.2",
"uglify-js": "^3.3.12",
"uglify-js": "^3.3.15",
"url-loader": "^1.0.1",
"vinyl-fs": "^3.0.2",
"wait-on": "^2.1.0",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.9",
"webpack-dev-server": "^3.1.0",
"webpack-hot-middleware": "^2.21.1"
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12",
"webpack-dev-server": "^3.1.1",
"webpack-hot-middleware": "^2.21.2"
}
Loading

0 comments on commit 142174b

Please sign in to comment.