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

Commit

Permalink
v9.5.0 (#1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed Dec 23, 2020
1 parent 20adfd3 commit 7082218
Show file tree
Hide file tree
Showing 31 changed files with 76 additions and 53 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,33 @@ 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.5.0](https://github.com/neutrinojs/neutrino/compare/v9.4.0...v9.5.0)

- Update dependency eslint-config-prettier to v7 [`#1652`](https://github.com/neutrinojs/neutrino/pull/1652)
- Lock file maintenance [`#1614`](https://github.com/neutrinojs/neutrino/pull/1614)
- jest: Support overriding moduleNameMapper via preset options [`#1651`](https://github.com/neutrinojs/neutrino/pull/1651)
- Update dependency Markdown to v3.3.3 [`#1638`](https://github.com/neutrinojs/neutrino/pull/1638)
- Update dependency Pygments to v2.7.3 [`#1644`](https://github.com/neutrinojs/neutrino/pull/1644)
- Update dependency mkdocs-material to v6.2.2 [`#1640`](https://github.com/neutrinojs/neutrino/pull/1640)
- Add neutrino --inspect support for alternative config filenames [`#1612`](https://github.com/neutrinojs/neutrino/pull/1612)
- Update dependency mkdocs-material to v6 [`#1625`](https://github.com/neutrinojs/neutrino/pull/1625)
- Docs: Improve wording of the FAQ [`#1592`](https://github.com/neutrinojs/neutrino/pull/1592)
- Update dependency pymdown-extensions to v8.0.1 [`#1626`](https://github.com/neutrinojs/neutrino/pull/1626)
- Update dependency mini-css-extract-plugin to ^0.12.0 [`#1632`](https://github.com/neutrinojs/neutrino/pull/1632)
- Update dependency Markdown to v3.3 [`#1631`](https://github.com/neutrinojs/neutrino/pull/1631)
- Make tests not fail on Windows due to EOL [`#1629`](https://github.com/neutrinojs/neutrino/pull/1629)
- Update dependency Pygments to v2.7.1 [`#1620`](https://github.com/neutrinojs/neutrino/pull/1620)
- Update dependency mkdocs-material to v5.5.14 [`#1613`](https://github.com/neutrinojs/neutrino/pull/1613)
- Update dependency yargs to v16 [`#1618`](https://github.com/neutrinojs/neutrino/pull/1618)
- Update dependency yargs-parser to v20 [`#1619`](https://github.com/neutrinojs/neutrino/pull/1619)
- Update dependency jscodeshift to ^0.11.0 [`#1615`](https://github.com/neutrinojs/neutrino/pull/1615)
- jest: Support overriding moduleNameMapper via preset options (#1651) [`#1650`](https://github.com/neutrinojs/neutrino/issues/1650)

#### [v9.4.0](https://github.com/neutrinojs/neutrino/compare/v9.3.0...v9.4.0)

> 28 August 2020
- v9.4.0 [`#1611`](https://github.com/neutrinojs/neutrino/pull/1611)
- Lock file maintenance [`#1599`](https://github.com/neutrinojs/neutrino/pull/1599)
- Update dependency pymdown-extensions to v8 [`#1607`](https://github.com/neutrinojs/neutrino/pull/1607)
- Update dependency mkdocs-material to v5.5.9 [`#1608`](https://github.com/neutrinojs/neutrino/pull/1608)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.4.0",
"version": "9.5.0",
"npmClient": "yarn",
"registry": "https://registry.npmjs.org/",
"useWorkspaces": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/airbnb-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/airbnb-base",
"version": "9.4.0",
"version": "9.5.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.4.0",
"@neutrinojs/eslint": "9.5.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/airbnb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/airbnb",
"version": "9.4.0",
"version": "9.5.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.4.0",
"@neutrinojs/eslint": "9.5.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/banner",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/clean",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/compile-loader",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/copy",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/create-project",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/dev-server",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/eslint",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/font-loader",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/html-loader",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/html-template",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/image-loader",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/jest",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/karma",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/library",
"version": "9.4.0",
"version": "9.5.0",
"description": "Neutrino preset for building distributable libraries",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -37,9 +37,9 @@
"@babel/core": "^7.12.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@neutrinojs/banner": "9.4.0",
"@neutrinojs/clean": "9.4.0",
"@neutrinojs/compile-loader": "9.4.0",
"@neutrinojs/banner": "9.5.0",
"@neutrinojs/clean": "9.5.0",
"@neutrinojs/compile-loader": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/migrate",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/mocha",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neutrino",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/node",
"version": "9.4.0",
"version": "9.5.0",
"description": "Neutrino preset for building Node.js projects",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -30,10 +30,10 @@
"@babel/core": "^7.12.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@neutrinojs/banner": "9.4.0",
"@neutrinojs/clean": "9.4.0",
"@neutrinojs/compile-loader": "9.4.0",
"@neutrinojs/start-server": "9.4.0",
"@neutrinojs/banner": "9.5.0",
"@neutrinojs/clean": "9.5.0",
"@neutrinojs/compile-loader": "9.5.0",
"@neutrinojs/start-server": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/preact",
"version": "9.4.0",
"version": "9.5.0",
"description": "Neutrino preset for building Preact web applications",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-react-jsx": "^7.12.12",
"@neutrinojs/web": "9.4.0",
"@neutrinojs/web": "9.5.0",
"babel-merge": "^3.0.0",
"deepmerge": "^1.5.2",
"eslint-plugin-react": "^7.21.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/react-components",
"version": "9.4.0",
"version": "9.5.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.4.0",
"@neutrinojs/react": "9.4.0",
"@neutrinojs/banner": "9.5.0",
"@neutrinojs/react": "9.5.0",
"deepmerge": "^1.5.2",
"webpack-node-externals": "^1.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/react",
"version": "9.4.0",
"version": "9.5.0",
"description": "Neutrino preset for building React web applications",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@neutrinojs/web": "9.4.0",
"@neutrinojs/web": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/standardjs",
"version": "9.4.0",
"version": "9.5.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.4.0",
"@neutrinojs/eslint": "9.5.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.22.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/start-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/start-server",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/style-loader",
"version": "9.4.0",
"version": "9.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/style-minify",
"version": "9.4.0",
"version": "9.5.0",
"description": "Neutrino middleware for minifying styles",
"main": "index.js",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/vue",
"version": "9.4.0",
"version": "9.5.0",
"description": "Neutrino preset adding Vue.js support.",
"main": "src/index.js",
"author": "Capi Etheriel <[email protected]> (https://barraponto.blog.br)",
Expand All @@ -21,7 +21,7 @@
"yarn": ">=1.2.1"
},
"dependencies": {
"@neutrinojs/web": "9.4.0",
"@neutrinojs/web": "9.5.0",
"css-loader": "^3.6.0",
"deepmerge": "^1.5.2",
"eslint-plugin-react": "^7.21.5",
Expand Down
18 changes: 9 additions & 9 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutrinojs/web",
"version": "9.4.0",
"version": "9.5.0",
"description": "Neutrino preset for building generic web applications",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -30,14 +30,14 @@
"@babel/core": "^7.12.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.11",
"@neutrinojs/clean": "9.4.0",
"@neutrinojs/compile-loader": "9.4.0",
"@neutrinojs/dev-server": "9.4.0",
"@neutrinojs/font-loader": "9.4.0",
"@neutrinojs/html-loader": "9.4.0",
"@neutrinojs/html-template": "9.4.0",
"@neutrinojs/image-loader": "9.4.0",
"@neutrinojs/style-loader": "9.4.0",
"@neutrinojs/clean": "9.5.0",
"@neutrinojs/compile-loader": "9.5.0",
"@neutrinojs/dev-server": "9.5.0",
"@neutrinojs/font-loader": "9.5.0",
"@neutrinojs/html-loader": "9.5.0",
"@neutrinojs/html-template": "9.5.0",
"@neutrinojs/image-loader": "9.5.0",
"@neutrinojs/style-loader": "9.5.0",
"babel-merge": "^3.0.0",
"deepmerge": "^1.5.2"
},
Expand Down

0 comments on commit 7082218

Please sign in to comment.