Skip to content
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/chilled-carrots-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-foxes-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-hounds-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-dragons-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-apples-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-goats-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-snails-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-cheetahs-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-cats-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-jeans-agree.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/grumpy-points-report.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/light-tables-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-pigs-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-months-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-buckets-wash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nervous-pianos-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-trains-bow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-bulldogs-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-pandas-peel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rude-pets-flash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-glasses-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-roses-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-goats-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-ghosts-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-rabbits-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-news-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-experts-doubt.md

This file was deleted.

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

## 2.1.2

### Patch Changes

- [#1166](https://github.com/jpmorganchase/modular/pull/1166)
[`2821fa2`](https://github.com/jpmorganchase/modular/commit/2821fa257d9c393ef6dd003ec14565d2f2ce075e)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Restrict
typescript range for better compatibility with typescript-eslint

## 2.1.1

### Patch 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": "2.1.1",
"version": "2.1.2",
"license": "Apache-2.0",
"bin": {
"create-modular-react-app": "build/cli.js"
Expand Down
141 changes: 141 additions & 0 deletions packages/modular-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,146 @@
# modular-scripts

## 2.2.0

### Minor Changes

- [#1108](https://github.com/jpmorganchase/modular/pull/1108)
[`a4c0648`](https://github.com/jpmorganchase/modular/commit/a4c0648bfa4fe08d21d69ae18a85eff8b9ea5b74)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump esbuild from
0.13.14 to 0.14.0

* [#1142](https://github.com/jpmorganchase/modular/pull/1142)
[`5e00a3b`](https://github.com/jpmorganchase/modular/commit/5e00a3b6240efb0b6d9a25b7f896513814affa94)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Upgrade to
webpack-dev-server 4.

- [#1146](https://github.com/jpmorganchase/modular/pull/1146)
[`073fbb7`](https://github.com/jpmorganchase/modular/commit/073fbb7ee0f3866016429f55a3be2c359e80457e)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @svgr/core
from 5.5.0 to 6.1.1

* [#1103](https://github.com/jpmorganchase/modular/pull/1103)
[`7b2df4b`](https://github.com/jpmorganchase/modular/commit/7b2df4b5f1b822e943c6a9d9a36b67eff1ece641)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Web
Worker support and docs for esbuild.

- [#1094](https://github.com/jpmorganchase/modular/pull/1094)
[`7ae50b3`](https://github.com/jpmorganchase/modular/commit/7ae50b32cdf4da21ad487295dea2448a0d0e0f0c)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Implement
ModuleScopePlugin equivalent for esbuild applications.

* [#1113](https://github.com/jpmorganchase/modular/pull/1113)
[`ee44098`](https://github.com/jpmorganchase/modular/commit/ee44098b3c838faae080363c15ec140a4bfafa3d)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Output file structure
equivalent to webpack for esbuild files `/static/(js|css)/*`.

- [#1154](https://github.com/jpmorganchase/modular/pull/1154)
[`b4b438c`](https://github.com/jpmorganchase/modular/commit/b4b438ce25c367a0e50f1131dfda375361548c61)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Bump `tsconfig.json`
value for `target` from `es5` to `es2106`.

* [#1152](https://github.com/jpmorganchase/modular/pull/1152)
[`5c05494`](https://github.com/jpmorganchase/modular/commit/5c05494072a7109c73efa923008563d059c4c707)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Remove service worker
support for applications as we are focussed on client application frameworks.

- [#1113](https://github.com/jpmorganchase/modular/pull/1113)
[`ee44098`](https://github.com/jpmorganchase/modular/commit/ee44098b3c838faae080363c15ec140a4bfafa3d)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Improve source map
asset paths to be relative to the modular root instead of application root.

### Patch Changes

- [#1099](https://github.com/jpmorganchase/modular/pull/1099)
[`71a31c6`](https://github.com/jpmorganchase/modular/commit/71a31c6043183361b07f4eb7c645ab4c0eae9613)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Fix
esbuild start hanging when ctrl-c is pressed to terminate it, due to
oustanding ws connection with the browser.

* [#1096](https://github.com/jpmorganchase/modular/pull/1096)
[`7b8e03f`](https://github.com/jpmorganchase/modular/commit/7b8e03f8935a16e7197e180d1c402c3cd3284e33)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump postcss from
8.3.11 to 8.4.1

- [#1085](https://github.com/jpmorganchase/modular/pull/1085)
[`ffc836e`](https://github.com/jpmorganchase/modular/commit/ffc836e6d2d58a10d16344c5bbb070879fa46771)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump rollup from
2.60.0 to 2.60.1

* [#1151](https://github.com/jpmorganchase/modular/pull/1151)
[`d2b996b`](https://github.com/jpmorganchase/modular/commit/d2b996b23ee919a831d308c4ec09c39087a89235)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Replace
`babel-code-frame` with newer `@babel/code-frame` package.

- [#1082](https://github.com/jpmorganchase/modular/pull/1082)
[`fa52a80`](https://github.com/jpmorganchase/modular/commit/fa52a80a251056cd04d863c49c13cf3f1875fe99)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - - Enable
CLI stack trace and build / runtime `react-error-overlay` on browser page in
esbuild mode.
- Locally serve sourcemaps with a middleware to correct
https://github.com/evanw/esbuild/pull/1234.

* [#1080](https://github.com/jpmorganchase/modular/pull/1080)
[`4be2335`](https://github.com/jpmorganchase/modular/commit/4be2335a16297bef4ec84fa39422799b4c1a71d1)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Fix
`modular start` in ESBuild mode to reload local preview when code changes.

- [#1083](https://github.com/jpmorganchase/modular/pull/1083)
[`dc462f6`](https://github.com/jpmorganchase/modular/commit/dc462f6ef12769240fc5310af41c1f2ea1cfdd86)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump
rollup-plugin-postcss from 4.0.1 to 4.0.2

* [#1113](https://github.com/jpmorganchase/modular/pull/1113)
[`ee44098`](https://github.com/jpmorganchase/modular/commit/ee44098b3c838faae080363c15ec140a4bfafa3d)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Reduced number of
plugin passes required to generate SVGs using SVGR in esbuild output.

- [#1078](https://github.com/jpmorganchase/modular/pull/1078)
[`6764fe6`](https://github.com/jpmorganchase/modular/commit/6764fe68a7f61a23cc95a93fa525fec130cc330d)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump
source-map-support from 0.5.20 to 0.5.21

* [#1113](https://github.com/jpmorganchase/modular/pull/1113)
[`ee44098`](https://github.com/jpmorganchase/modular/commit/ee44098b3c838faae080363c15ec140a4bfafa3d)
Thanks [@LukeSheard](https://github.com/LukeSheard)! - Write files in memory
when running an esbuild server to fix issues with file paths outside of the
modular root.

- [#1148](https://github.com/jpmorganchase/modular/pull/1148)
[`1deddf3`](https://github.com/jpmorganchase/modular/commit/1deddf3a5207e90e845a69b7d157276191bc4965)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump prettier from
2.4.0 to 2.5.1

* [#1072](https://github.com/jpmorganchase/modular/pull/1072)
[`c6c418a`](https://github.com/jpmorganchase/modular/commit/c6c418a73befcb395f6e036402bfc75c0d7fd279)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump
postcss-preset-env from 7.0.0 to 7.0.1

- [#1126](https://github.com/jpmorganchase/modular/pull/1126)
[`11de5fd`](https://github.com/jpmorganchase/modular/commit/11de5fd697e7359606f95395c7fe2cb6961906a7)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump esbuild from
0.14.0 to 0.14.1

* [#1124](https://github.com/jpmorganchase/modular/pull/1124)
[`1a26b8f`](https://github.com/jpmorganchase/modular/commit/1a26b8ffe7b13904661de6a4420d59e302c1c3ab)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump rollup from
2.60.1 to 2.60.2

- [#1147](https://github.com/jpmorganchase/modular/pull/1147)
[`3303eb4`](https://github.com/jpmorganchase/modular/commit/3303eb47cf00afb2c6deadb4b77bd162b4e69160)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump esbuild from
0.14.1 to 0.14.2

* [#1098](https://github.com/jpmorganchase/modular/pull/1098)
[`f6a7d8d`](https://github.com/jpmorganchase/modular/commit/f6a7d8da63a38e4ae4b0fbdb6947f6bb8b808933)
Thanks [@cristiano-belloni](https://github.com/cristiano-belloni)! - Open IDE
from React Error Overlay page links

- [#1110](https://github.com/jpmorganchase/modular/pull/1110)
[`78e0aa8`](https://github.com/jpmorganchase/modular/commit/78e0aa8216d3ca3d9d1572369fb649bbbb418580)
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump postcss from
8.4.1 to 8.4.4

## 2.1.2

### Patch 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": "2.1.2",
"version": "2.2.0",
"license": "Apache-2.0",
"bin": {
"modular": "dist-cjs/cli.js"
Expand Down