Merged
Conversation
4b48015 to
70d27a0
Compare
f1dcc9c to
353181d
Compare
60f5431 to
c994a74
Compare
c994a74 to
d58e7b5
Compare
262b287 to
4ca2252
Compare
688a053 to
0bbf3fc
Compare
4a17edf to
6126a4f
Compare
4a1d8ca to
003a290
Compare
Collaborator
cangarugula
approved these changes
Mar 25, 2022
steveukx
approved these changes
Mar 25, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
modular-scripts@2.3.0
Minor Changes
#1112
d08e4c2Thanks @joshwooding! - Support yarn v3
#1150
8b0826eThanks @LukeSheard! - Replace babel with
esbuild for package compilation
#1163
e180686Thanks @cristiano-belloni! - Add
"modular rename" command, which re-writes the name of a package in its
package.json and its usages in the other packages.
#1285
9582380Thanks @cristiano-belloni! - Generate
dependency manifest (package.json) for apps. This includes all the
dependencies, either installed via the package's
package.jsonor hoisted tothe root's
package.json. If a dependency is imported in code but notspecified in the
package.jsons, the app will not build anymore.Patch Changes
#954
b5bfb91Thanks @dependabot! - Bump shell-quote
from 1.7.2 to 1.7.3
#1283
918d1f1Thanks @LukeSheard! - Upgrade @babel scope
packages in modular.
#1362
05cecf2Thanks @dependabot! - Bump dotenv from
14.2.0 to 16.0.0
#1447
a7e0b07Thanks @cangarugula! - Removed initial git
commit of create-modular-react-app and upgraded node versions in
modular-scripts
#1262
c36dfb5Thanks @dependabot! - Bump
@rollup/plugin-node-resolve from 13.0.6 to 13.1.3
#1310
375a66dThanks @dependabot! - Bump
@babel/preset-env from 7.16.8 to 7.16.10
#1378
1548e65Thanks @dependabot! - Bump rollup from
2.63.0 to 2.67.1
#1467
50f7912Thanks @dependabot! - Bump postcss from
8.4.7 to 8.4.8
#1410
91d4781Thanks @dependabot! - Bump esbuild from
0.14.21 to 0.14.22
#1346
61d60cfThanks @dependabot! - Bump postcss from
8.4.5 to 8.4.6
#1409
f5c1cb8Thanks @cristiano-belloni! - Fix
reload on code change when serving an esbuild app or view
#1278
6baa4c7Thanks @dependabot! - Bump dotenv from
10.0.0 to 11.0.0
#1394
4b0cfdaThanks @dependabot! - Bump rollup from
2.67.1 to 2.67.2
#1433
7489071Thanks @benpryke! - fix: package builds respect
--private option
#1282
a8fdfd0Thanks @dependabot! - Bump browserslist
from 4.18.1 to 4.19.1.
#1413
7cca260Thanks @dependabot! - Bump express from
4.17.2 to 4.17.3
#1260
3c0ffbaThanks @dependabot! - Bump rollup from
2.60.2 to 2.63.0
#1252
351d003Thanks @dependabot! - Bump resolve from
1.20.0 to 1.21.0
#1271
bd8ed69Thanks @dependabot! - Bump esbuild from
0.14.2 to 0.14.11
#1173
af8a096Thanks @dependabot! - Bump @svgr/core
from 6.1.1 to 6.1.2
#1282
a8fdfd0Thanks @dependabot! - Bump
postcss-preset-env from 7.0.1 to 7.2.3.
#1207
b1f5fa4Thanks @dependabot! - Bump express from
4.17.1 to 4.17.2
#1365
d5767e1Thanks @dependabot! - Bump
postcss-preset-env from 7.2.3 to 7.3.1
#1407
f0e12abThanks @dependabot! - Bump
postcss-preset-env from 7.3.1 to 7.4.0
#1409
f5c1cb8Thanks @cristiano-belloni! - Fix react
overlay to work with esbuild and not kill the server
#1409
f5c1cb8Thanks @cristiano-belloni! - Stop
esbuild dev server from hanging when it's killed
#1176
829c9f0Thanks @dependabot! - Bump postcss from
8.4.4 to 8.4.5
#1503
1a39571Thanks @cristiano-belloni! - Relax our
dependency discovery criteria to include dev dependencies and just warn when a
dependency is not found.
#1171
4d22e75Thanks @dependabot! - Bump
esbuild-loader from 2.16.0 to 2.17.0
#1435
f423c00Thanks @dependabot! - Bump postcss from
8.4.6 to 8.4.7
#1200
1acf385Thanks @dependabot! - Bump
babel-preset-react-app from 10.0.0 to 10.0.1
modular-views.macro@3.1.0
Minor Changes
d08e4c2Thanks @joshwooding! - Support yarn v3
Patch Changes
#1283
918d1f1Thanks @LukeSheard! - Upgrade @babel scope
packages in modular.
#1411
1fa4e8eThanks @dependabot! - Bump @babel/core
from 7.17.4 to 7.17.5
#1326
9c6cfe2Thanks @dependabot! - Bump @babel/core
from 7.16.7 to 7.16.12
create-modular-react-app@2.1.3
Patch Changes
a7e0b07Thanks @cangarugula! - Removed initial git
commit of create-modular-react-app and upgraded node versions in
modular-scripts
eslint-config-modular-app@2.0.3
Patch Changes
918d1f1Thanks @LukeSheard! - Upgrade @babel scope
packages in modular.