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-template-app@2.0.0
Major Changes
3141f92
Thanks @AlbertoBrusa! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"
modular-template-esm-view@2.0.0
Major Changes
3141f92
Thanks @AlbertoBrusa! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"
modular-template-package@2.0.0
Major Changes
3141f92
Thanks @AlbertoBrusa! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"
modular-template-source@2.0.0
Major Changes
3141f92
Thanks @AlbertoBrusa! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"
modular-template-view@2.0.0
Major Changes
3141f92
Thanks @AlbertoBrusa! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"
create-modular-react-app@5.1.0
Minor Changes
3141f92
Thanks @AlbertoBrusa! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"
eslint-config-modular-app@4.1.0
Minor Changes
3141f92
Thanks @AlbertoBrusa! - Added new
recommended eslint configuration that includes import sorting -
"modular-app/recommended"
modular-scripts@4.4.0
Minor Changes
#2365
89097fc
Thanks @AlbertoBrusa! -
modular add
nowcleans up after itself by removing the added template dependency
#2368
2ca7fcd
Thanks @cristiano-belloni! - Support
non-modular templates
#2338
d4a64ef
Thanks @AlbertoBrusa! - Added --swc flag to
test command: Runs tests with @swc/jest instead of ts-jest & babel for
increased performance
#2364
fdf2f71
Thanks @AlbertoBrusa! -
modular build
nowincludes the 'engines' field in the dist package.json when provided in the
workspace or root package.json
#2352
ccffbfd
Thanks @cristiano-belloni! - Enable
"strict" compiler option in the
typecheck allowlist
#2363
d770c80
Thanks @AlbertoBrusa! - Added --jest flag
to bypass modular test behaviour
#2371
4e6fb9b
Thanks @AlbertoBrusa! - When building with
webpack, only typecheck the package being built and its dependants