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

Version Packages #1684

Merged
merged 2 commits into from
May 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/angry-fishes-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-hairs-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-terms-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-years-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-bugs-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-avocados-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-ants-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-peas-fetch.md

This file was deleted.

37 changes: 0 additions & 37 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-islands-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-ways-enjoy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-kings-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-points-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-dolphins-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-pumas-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-bags-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-queens-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-turkeys-lay.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-kings-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-meals-arrive.md

This file was deleted.

69 changes: 69 additions & 0 deletions docs/releases/3.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
parent: Release Notes
title: 3.0.0
---

# Modular 3.0.0

## Webpack 5

`modular-scripts` uses Webpack 5 to build apps.

## Deprecation of node 12

Node 12 hits its end of life in April 2022 and is officially deprecated starting
from `modular-scripts` 3.0.0.

# Merged Changes

- [#954](https://github.com/jpmorganchase/modular/pull/954) Bump shell-quote
from 1.7.2 to 1.7.3

- [#1597](https://github.com/jpmorganchase/modular/pull/1597) Upgrade
html-minifier-terset to v6.

- [#1599](https://github.com/jpmorganchase/modular/pull/1599) Drop support for
node 12 in favor of LTS versions `^14.17.0 || >=16.0.0`.

* [#1604](https://github.com/jpmorganchase/modular/pull/1604) Exclude node
builtins from build

* [#1605](https://github.com/jpmorganchase/modular/pull/1605) Bump npm-packlist
from 5.0.0 to 5.0.2

- [#1606](https://github.com/jpmorganchase/modular/pull/1606) Bump esbuild from
0.14.36 to 0.14.38

- [#1609](https://github.com/jpmorganchase/modular/pull/1609) Bump
@rollup/plugin-commonjs from 21.1.0 to 22.0.0

* [#1611](https://github.com/jpmorganchase/modular/pull/1611) Bump browserslist
from 4.20.2 to 4.20.3

- [#1618](https://github.com/jpmorganchase/modular/pull/1618) Bump express from
4.17.3 to 4.18.0

- [#1630](https://github.com/jpmorganchase/modular/pull/1630) Bump
postcss-preset-env from 7.4.3 to 7.4.4

* [#1650](https://github.com/jpmorganchase/modular/pull/1650) Upgrade webpack
implementation to use webpack 5 + associated loader / plugin dependencies.

* [#1653](https://github.com/jpmorganchase/modular/pull/1653) Bump
mini-css-extract-plugin from 2.5.3 to 2.6.0

- [#1655](https://github.com/jpmorganchase/modular/pull/1655) Bump css-loader
from 6.6.0 to 6.7.1

* [#1656](https://github.com/jpmorganchase/modular/pull/1656) Bump
fork-ts-checker-webpack-plugin from 6.5.0 to 7.2.8

- [#1657](https://github.com/jpmorganchase/modular/pull/1657) Bump webpack from
5.69.1 to 5.72.0

* [#1661](https://github.com/jpmorganchase/modular/pull/1661) Bump
webpack-manifest-plugin from 4.1.1 to 5.0.0

- [#1663](https://github.com/jpmorganchase/modular/pull/1663) Remove requirement
to transpile to es6-module supported browsers in default browserslist
configuration.
9 changes: 9 additions & 0 deletions packages/create-modular-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# create-modular-react-app

## 3.0.0

### Major Changes

- [#1599](https://github.com/jpmorganchase/modular/pull/1599)
[`6d118fc`](https://github.com/jpmorganchase/modular/commit/6d118fcb4c0a558788909459e1aed1b6fc37110f)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Drop support for node
12 in favor of LTS versions `^14.17.0 || >=16.0.0`.

## 3.0.0-beta.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-modular-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-modular-react-app",
"version": "3.0.0-beta.0",
"version": "3.0.0",
"license": "Apache-2.0",
"bin": {
"create-modular-react-app": "build/cli.js"
Expand Down
21 changes: 21 additions & 0 deletions packages/eslint-config-modular-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# eslint-config-modular-app

## 3.0.0

### Major Changes

- [#1564](https://github.com/jpmorganchase/modular/pull/1564)
[`6a31ac9`](https://github.com/jpmorganchase/modular/commit/6a31ac9572dcc67cd74f85c4094c6fd11aa1dc6c)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump
eslint-plugin-testing-library from 4.12.4 to 5.3.0

### Patch Changes

- [#1647](https://github.com/jpmorganchase/modular/pull/1647)
[`591acf5`](https://github.com/jpmorganchase/modular/commit/591acf5219946468265b8ad2d40b01f1b1fc02df)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump
eslint-plugin-testing-library from 5.3.0 to 5.3.1

* [#1628](https://github.com/jpmorganchase/modular/pull/1628)
[`46dd6fd`](https://github.com/jpmorganchase/modular/commit/46dd6fd1790778ed2ac51992fa2b57a50b6e79d1)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump
eslint-plugin-react-hooks from 4.4.0 to 4.5.0

## 3.0.0-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-modular-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-modular-app",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"license": "Apache-2.0",
"main": "index.js",
"engines": {
Expand Down
87 changes: 87 additions & 0 deletions packages/modular-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,92 @@
# modular-scripts

## 3.0.0

### Major Changes

- [#1597](https://github.com/jpmorganchase/modular/pull/1597)
[`dda3c93`](https://github.com/jpmorganchase/modular/commit/dda3c938b28a3586c68a52736cf726b38a5f0504)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Upgrade
html-minifier-terset to v6.

* [#1604](https://github.com/jpmorganchase/modular/pull/1604)
[`d7c8725`](https://github.com/jpmorganchase/modular/commit/d7c872564871c5fe30df836bd392d65c3a8efdd0)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Exclude
node builtins from build

- [#1663](https://github.com/jpmorganchase/modular/pull/1663)
[`8afd788`](https://github.com/jpmorganchase/modular/commit/8afd78825194f22e09df72d7086e0de96e3656bd)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Remove requirement to
transpile to es6-module supported browsers in default browserslist
configuration.

* [#1650](https://github.com/jpmorganchase/modular/pull/1650)
[`81f88dd`](https://github.com/jpmorganchase/modular/commit/81f88dd2d06a3959e6ddd9d23c07308a5078fd2e)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Upgrade webpack
implementation to use webpack 5 + associated loader / plugin dependencies.

- [#1599](https://github.com/jpmorganchase/modular/pull/1599)
[`6d118fc`](https://github.com/jpmorganchase/modular/commit/6d118fcb4c0a558788909459e1aed1b6fc37110f)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Drop support for node
12 in favor of LTS versions `^14.17.0 || >=16.0.0`.

### Patch Changes

- [#1618](https://github.com/jpmorganchase/modular/pull/1618)
[`118588e`](https://github.com/jpmorganchase/modular/commit/118588e189470b0994985b1677b548021db5fd3a)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump express from
4.17.3 to 4.18.0

* [#1656](https://github.com/jpmorganchase/modular/pull/1656)
[`828784e`](https://github.com/jpmorganchase/modular/commit/828784e3e907d7e120be6490d7ee5f69c9efc7dc)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump
fork-ts-checker-webpack-plugin from 6.5.0 to 7.2.8

- [#1606](https://github.com/jpmorganchase/modular/pull/1606)
[`e3893c6`](https://github.com/jpmorganchase/modular/commit/e3893c6b57ca7e182a3cc5f733368cc066feb098)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump esbuild from
0.14.36 to 0.14.38

* [#1611](https://github.com/jpmorganchase/modular/pull/1611)
[`b3308ee`](https://github.com/jpmorganchase/modular/commit/b3308eef8ae078aea4c1ef13fc5ced9b4295e942)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump browserslist
from 4.20.2 to 4.20.3

- [#1630](https://github.com/jpmorganchase/modular/pull/1630)
[`24bac46`](https://github.com/jpmorganchase/modular/commit/24bac46e87c9ba35976296cbe66f6d783c594e1b)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump
postcss-preset-env from 7.4.3 to 7.4.4

* [#1605](https://github.com/jpmorganchase/modular/pull/1605)
[`3c4235e`](https://github.com/jpmorganchase/modular/commit/3c4235e7f5dcf52b6c1a6bb23b9d7869103d666e)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump npm-packlist
from 5.0.0 to 5.0.2

- [#1609](https://github.com/jpmorganchase/modular/pull/1609)
[`a323549`](https://github.com/jpmorganchase/modular/commit/a323549083c477a1d359f9d059c4e120d87a887d)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump
@rollup/plugin-commonjs from 21.1.0 to 22.0.0

* [#1661](https://github.com/jpmorganchase/modular/pull/1661)
[`83e258f`](https://github.com/jpmorganchase/modular/commit/83e258f6ca229cee7688e8bdc35d344239a74e53)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump
webpack-manifest-plugin from 4.1.1 to 5.0.0

- [#1655](https://github.com/jpmorganchase/modular/pull/1655)
[`243f53d`](https://github.com/jpmorganchase/modular/commit/243f53d91d0b9f3c07b080dfb84cf73967caa0c7)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump css-loader
from 6.6.0 to 6.7.1

* [#1653](https://github.com/jpmorganchase/modular/pull/1653)
[`c3651a6`](https://github.com/jpmorganchase/modular/commit/c3651a6885389279a9bbd295303f4612d2a3f44e)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump
mini-css-extract-plugin from 2.5.3 to 2.6.0

- [#1657](https://github.com/jpmorganchase/modular/pull/1657)
[`54efe6b`](https://github.com/jpmorganchase/modular/commit/54efe6bd25dfeaf45e24e23b5ca5a28e3384c92f)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump webpack from
5.69.1 to 5.72.0

## 3.0.0-beta.2

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modular-scripts",
"version": "3.0.0-beta.2",
"version": "3.0.0",
"license": "Apache-2.0",
"bin": {
"modular": "dist-cjs/cli.js"
Expand Down