Merged
Conversation
Collaborator
2f618be to
57a3534
Compare
9da1909 to
397637c
Compare
397637c to
bc49745
Compare
26b1bcd to
57fcf80
Compare
57fcf80 to
eb4689f
Compare
eb4689f to
b4e659f
Compare
cangarugula
approved these changes
Dec 17, 2021
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.2.0
Minor Changes
#1108
a4c0648Thanks @dependabot! - Bump esbuild from
0.13.14 to 0.14.0
#1142
5e00a3bThanks @LukeSheard! - Upgrade to
webpack-dev-server 4.
#1146
073fbb7Thanks @dependabot! - Bump @svgr/core
from 5.5.0 to 6.1.1
#1103
7b2df4bThanks @cristiano-belloni! - Web
Worker support and docs for esbuild.
#1094
7ae50b3Thanks @LukeSheard! - Implement
ModuleScopePlugin equivalent for esbuild applications.
#1113
ee44098Thanks @LukeSheard! - Output file structure
equivalent to webpack for esbuild files
/static/(js|css)/*.#1154
b4b438cThanks @LukeSheard! - Bump
tsconfig.jsonvalue for
targetfromes5toes2106.#1152
5c05494Thanks @LukeSheard! - Remove service worker
support for applications as we are focussed on client application frameworks.
#1113
ee44098Thanks @LukeSheard! - Improve source map
asset paths to be relative to the modular root instead of application root.
Patch Changes
#1099
71a31c6Thanks @cristiano-belloni! - Fix
esbuild start hanging when ctrl-c is pressed to terminate it, due to
oustanding ws connection with the browser.
#1096
7b8e03fThanks @dependabot! - Bump postcss from
8.3.11 to 8.4.1
#1085
ffc836eThanks @dependabot! - Bump rollup from
2.60.0 to 2.60.1
#1151
d2b996bThanks @LukeSheard! - Replace
babel-code-framewith newer@babel/code-framepackage.#1082
fa52a80Thanks @cristiano-belloni! - - Enable
CLI stack trace and build / runtime
react-error-overlayon browser page inesbuild mode.
Use
sourceRootas base forsourcespaths evanw/esbuild#1234.#1080
4be2335Thanks @cristiano-belloni! - Fix
modular startin ESBuild mode to reload local preview when code changes.#1083
dc462f6Thanks @dependabot! - Bump
rollup-plugin-postcss from 4.0.1 to 4.0.2
#1113
ee44098Thanks @LukeSheard! - Reduced number of
plugin passes required to generate SVGs using SVGR in esbuild output.
#1078
6764fe6Thanks @dependabot! - Bump
source-map-support from 0.5.20 to 0.5.21
#1113
ee44098Thanks @LukeSheard! - Write files in memory
when running an esbuild server to fix issues with file paths outside of the
modular root.
#1148
1deddf3Thanks @dependabot! - Bump prettier from
2.4.0 to 2.5.1
#1072
c6c418aThanks @dependabot! - Bump
postcss-preset-env from 7.0.0 to 7.0.1
#1126
11de5fdThanks @dependabot! - Bump esbuild from
0.14.0 to 0.14.1
#1124
1a26b8fThanks @dependabot! - Bump rollup from
2.60.1 to 2.60.2
#1147
3303eb4Thanks @dependabot! - Bump esbuild from
0.14.1 to 0.14.2
#1098
f6a7d8dThanks @cristiano-belloni! - Open IDE
from React Error Overlay page links
#1110
78e0aa8Thanks @dependabot! - Bump postcss from
8.4.1 to 8.4.4
create-modular-react-app@2.1.2
Patch Changes
2821fa2Thanks @cristiano-belloni! - Restrict
typescript range for better compatibility with typescript-eslint