Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
v9.2.0 (#1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed Jun 7, 2020
1 parent 558fd70 commit d300a08
Show file tree
Hide file tree
Showing 31 changed files with 100 additions and 53 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,53 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v9.2.0](https://github.com/neutrinojs/neutrino/compare/v9.1.0...v9.2.0)

> 7 June 2020
- Update dependency mkdocs-material to v5.2.3 [`#1581`](https://github.com/neutrinojs/neutrino/pull/1581)
- Update dependency eslint to v7 [`#1572`](https://github.com/neutrinojs/neutrino/pull/1572)
- Travis: Switch from Xenial to Focal build image [`#1579`](https://github.com/neutrinojs/neutrino/pull/1579)
- Lock file maintenance [`#1573`](https://github.com/neutrinojs/neutrino/pull/1573)
- Update dependency mkdocs to v1.1.2 [`#1575`](https://github.com/neutrinojs/neutrino/pull/1575)
- Update dependency mkdocs-material to v5.2.2 [`#1564`](https://github.com/neutrinojs/neutrino/pull/1564)
- Update dependency jscodeshift to ^0.10.0 [`#1578`](https://github.com/neutrinojs/neutrino/pull/1578)
- Update dependency mkdocs to v1.1.1 [`#1574`](https://github.com/neutrinojs/neutrino/pull/1574)
- Update Renovate config [`#1571`](https://github.com/neutrinojs/neutrino/pull/1571)
- Lock file maintenance [`#1558`](https://github.com/neutrinojs/neutrino/pull/1558)
- Update dependency jscodeshift to ^0.9.0 [`#1567`](https://github.com/neutrinojs/neutrino/pull/1567)
- Test against Node 14 on Travis [`#1570`](https://github.com/neutrinojs/neutrino/pull/1570)
- Update dependency pymdown-extensions to v7.1 [`#1563`](https://github.com/neutrinojs/neutrino/pull/1563)
- Update jest monorepo to v26 (major) [`#1568`](https://github.com/neutrinojs/neutrino/pull/1568)
- Update dependency eslint-plugin-react-hooks to v4 [`#1566`](https://github.com/neutrinojs/neutrino/pull/1566)
- Exclude all extra options of `babel-loader` [`#1554`](https://github.com/neutrinojs/neutrino/pull/1554)
- Update dependency Markdown to v3.2.2 [`#1569`](https://github.com/neutrinojs/neutrino/pull/1569)
- Update dependency karma-mocha to v2 [`#1560`](https://github.com/neutrinojs/neutrino/pull/1560)
- Update dependency mkdocs-material to v5.1.1 [`#1562`](https://github.com/neutrinojs/neutrino/pull/1562)
- Update dependency mkdocs-material to v5.1.0 [`#1557`](https://github.com/neutrinojs/neutrino/pull/1557)
- Update dependency auto-changelog to v2 [`#1556`](https://github.com/neutrinojs/neutrino/pull/1556)
- Update dependency karma to v5 [`#1553`](https://github.com/neutrinojs/neutrino/pull/1553)
- Update Travis CI badge for .org to .com migration [`#1555`](https://github.com/neutrinojs/neutrino/pull/1555)
- Update dependency mkdocs-material to v5 [`#1550`](https://github.com/neutrinojs/neutrino/pull/1550)
- Lock file maintenance [`#1545`](https://github.com/neutrinojs/neutrino/pull/1545)
- Update dependency eslint-loader to v4 [`#1548`](https://github.com/neutrinojs/neutrino/pull/1548)
- Update dependency chalk to v4 [`#1547`](https://github.com/neutrinojs/neutrino/pull/1547)
- Update dependency camelcase to v6 [`#1551`](https://github.com/neutrinojs/neutrino/pull/1551)
- Update dependency eslint-plugin-react-hooks to v3 [`#1544`](https://github.com/neutrinojs/neutrino/pull/1544)
- Update dependency prettier to v2 [`#1542`](https://github.com/neutrinojs/neutrino/pull/1542)
- Update dependency html-webpack-plugin to v4.0.1 [`#1541`](https://github.com/neutrinojs/neutrino/pull/1541)
- Update dependency fs-extra to v9 [`#1540`](https://github.com/neutrinojs/neutrino/pull/1540)
- Update dependency file-loader to v6 [`#1536`](https://github.com/neutrinojs/neutrino/pull/1536)
- Update dependency url-loader to v4 [`#1537`](https://github.com/neutrinojs/neutrino/pull/1537)
- Update dependency html-webpack-plugin to v4.0.0-beta.14 [`#1538`](https://github.com/neutrinojs/neutrino/pull/1538)
- Update dependency Pygments to v2.6.1 [`#1535`](https://github.com/neutrinojs/neutrino/pull/1535)
- Update dependency yargs-parser to v18 [`#1533`](https://github.com/neutrinojs/neutrino/pull/1533)
- Lock file maintenance [`#1527`](https://github.com/neutrinojs/neutrino/pull/1527)
- Update dependency mkdocs to v1.1 [`#1532`](https://github.com/neutrinojs/neutrino/pull/1532)
- Update dependency yargs-parser to v17 [`#1530`](https://github.com/neutrinojs/neutrino/pull/1530)
- Update dependency mkdocs-material to v4.6.3 [`#1531`](https://github.com/neutrinojs/neutrino/pull/1531)
- Update dependency mkdocs-material to v4.6.2 [`#1529`](https://github.com/neutrinojs/neutrino/pull/1529)

#### [v9.1.0](https://github.com/neutrinojs/neutrino/compare/v9.0.0...v9.1.0)

> 28 January 2020
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "9.1.0",
"version": "9.2.0",
"npmClient": "yarn",
"registry": "https://registry.npmjs.org/",
"useWorkspaces": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/airbnb-base/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/airbnb-base",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino preset for adding Airbnb's base JS ESLint config, following the Airbnb styleguide",
"main": "index.js",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@neutrinojs/eslint": "9.1.0",
"@neutrinojs/eslint": "9.2.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/airbnb/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/airbnb",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino preset for adding Airbnb's JS ESLint config for React, following the Airbnb styleguide",
"main": "index.js",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@neutrinojs/eslint": "9.1.0",
"@neutrinojs/eslint": "9.2.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/banner/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/banner",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino middleware for injecting a banner into bundled files",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/clean/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/clean",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino middleware for cleaning bundle output directories",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/compile-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/compile-loader",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino middleware for compiling JavaScript using Babel configuration",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/copy/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/copy",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino middleware for copying files to a bundle output directory",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/create-project/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/create-project",
"version": "9.1.0",
"version": "9.2.0",
"description": "Scaffold new Neutrino projects with a CLI helper",
"bin": {
"create-project": "./bin/create-project.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/dev-server",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino middleware for starting a webpack-dev-server",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/eslint",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino middleware for linting source code using ESLint",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/font-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/font-loader",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino middleware for importing and loading font files from modules",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/html-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/html-loader",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino middleware for importing and loading HTML files from modules",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/html-template/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/html-template",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino middleware for automatic HTML file generation from metadata",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/image-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/image-loader",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino middleware for importing and loading image files from modules",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/jest",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino preset for testing Neutrino projects with Jest",
"main": "src/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/karma/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/karma",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino preset for testing Neutrino projects with Karma",
"main": "index.js",
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions packages/library/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/library",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino preset for building distributable libraries",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -37,9 +37,9 @@
"@babel/core": "^7.10.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.2",
"@neutrinojs/banner": "9.1.0",
"@neutrinojs/clean": "9.1.0",
"@neutrinojs/compile-loader": "9.1.0",
"@neutrinojs/banner": "9.2.0",
"@neutrinojs/clean": "9.2.0",
"@neutrinojs/compile-loader": "9.2.0",
"babel-merge": "^3.0.0",
"deepmerge": "^1.5.2",
"webpack-node-externals": "^1.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/migrate",
"version": "9.1.0",
"version": "9.2.0",
"description": "Migrate Neutrino projects to the latest version via codemods",
"bin": {
"migrate": "./bin/migrate.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/mocha",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino preset for testing Neutrino projects with Mocha",
"main": "src/index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/neutrino/package.json
@@ -1,6 +1,6 @@
{
"name": "neutrino",
"version": "9.1.0",
"version": "9.2.0",
"description": "Create and build JS applications with managed configurations",
"main": "index.js",
"bin": {
Expand Down
10 changes: 5 additions & 5 deletions packages/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/node",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino preset for building Node.js projects",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -30,10 +30,10 @@
"@babel/core": "^7.10.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.2",
"@neutrinojs/banner": "9.1.0",
"@neutrinojs/clean": "9.1.0",
"@neutrinojs/compile-loader": "9.1.0",
"@neutrinojs/start-server": "9.1.0",
"@neutrinojs/banner": "9.2.0",
"@neutrinojs/clean": "9.2.0",
"@neutrinojs/compile-loader": "9.2.0",
"@neutrinojs/start-server": "9.2.0",
"babel-merge": "^3.0.0",
"deepmerge": "^1.5.2",
"lodash.omit": "^4.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/preact/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/preact",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino preset for building Preact web applications",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-react-jsx": "^7.10.1",
"@neutrinojs/web": "9.1.0",
"@neutrinojs/web": "9.2.0",
"babel-merge": "^3.0.0",
"deepmerge": "^1.5.2",
"eslint-plugin-react": "^7.20.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/react-components",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino preset for building sets of React components",
"main": "index.js",
"files": [
Expand All @@ -24,8 +24,8 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@neutrinojs/banner": "9.1.0",
"@neutrinojs/react": "9.1.0",
"@neutrinojs/banner": "9.2.0",
"@neutrinojs/react": "9.2.0",
"deepmerge": "^1.5.2",
"webpack-node-externals": "^1.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/react",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino preset for building React web applications",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/preset-react": "^7.10.1",
"@neutrinojs/web": "9.1.0",
"@neutrinojs/web": "9.2.0",
"babel-merge": "^3.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"deepmerge": "^1.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/standardjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/standardjs",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino preset for linting projects using the StandardJS ESLint config",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@neutrinojs/eslint": "9.1.0",
"@neutrinojs/eslint": "9.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.20.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/start-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/start-server",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino middleware for starting a server after a build",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/style-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/style-loader",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino middleware for importing and loading stylesheets from modules",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/style-minify/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/style-minify",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino middleware for minifying styles",
"main": "index.js",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/vue",
"version": "9.1.0",
"version": "9.2.0",
"description": "Neutrino preset adding Vue.js support.",
"main": "src/index.js",
"author": "Capi Etheriel <barraponto@gmail.com> (https://barraponto.blog.br)",
Expand All @@ -21,7 +21,7 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@neutrinojs/web": "9.1.0",
"@neutrinojs/web": "9.2.0",
"css-loader": "^3.5.3",
"deepmerge": "^1.5.2",
"eslint-plugin-react": "^7.20.0",
Expand Down

0 comments on commit d300a08

Please sign in to comment.