Skip to content

Bump tsconfig.json target to es2016#1154

Merged
LukeSheard merged 1 commit intomainfrom
feature/tsc-es2017
Dec 6, 2021
Merged

Bump tsconfig.json target to es2016#1154
LukeSheard merged 1 commit intomainfrom
feature/tsc-es2017

Conversation

@LukeSheard
Copy link
Contributor

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Dec 6, 2021

🦋 Changeset detected

Latest commit: 8bdb41f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
modular-scripts Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coveralls
Copy link
Collaborator

Coverage Status

Coverage decreased (-0.2%) to 28.935% when pulling 8bdb41f on feature/tsc-es2017 into d2b996b on main.

Copy link
Contributor

@cristiano-belloni cristiano-belloni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems we don't lose anything, lgtm

@LukeSheard LukeSheard merged commit b4b438c into main Dec 6, 2021
@LukeSheard LukeSheard deleted the feature/tsc-es2017 branch December 6, 2021 12:00
@github-actions github-actions bot mentioned this pull request Dec 6, 2021
LukeSheard added a commit that referenced this pull request Dec 6, 2021
LukeSheard added a commit that referenced this pull request Dec 6, 2021
LukeSheard added a commit that referenced this pull request Dec 6, 2021
* Bump @svgr/core from 5.5.0 to 6.1.1

Bumps [@svgr/core](https://github.com/gregberge/svgr) from 5.5.0 to 6.1.1.
- [Release notes](https://github.com/gregberge/svgr/releases)
- [Changelog](https://github.com/gregberge/svgr/blob/main/CHANGELOG.md)
- [Commits](gregberge/svgr@v5.5.0...v6.1.1)

---
updated-dependencies:
- dependency-name: "@svgr/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump @svgr/webpack and remove patch

* Update @svgr/core plugin for esbuild

* Create dry-dragons-draw.md

* Bump @testing-library/jest-dom from 5.14.1 to 5.16.0 (#1143)

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.14.1 to 5.16.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v5.14.1...v5.16.0)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump prettier from 2.4.0 to 2.5.1 (#1148)

* Bump prettier from 2.4.0 to 2.5.1

Bumps [prettier](https://github.com/prettier/prettier) from 2.4.0 to 2.5.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.4.0...2.5.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix tests

* Create rude-pandas-peel.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luke Sheard <luke.sheard@jpmorgan.com>
Co-authored-by: Luke Sheard <LukeSheard@users.noreply.github.com>

* Bump esbuild from 0.14.1 to 0.14.2 (#1147)

* Bump esbuild from 0.14.1 to 0.14.2

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.1 to 0.14.2.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.14.1...v0.14.2)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix tests

* Create thirty-rabbits-grin.md

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luke Sheard <luke.sheard@jpmorgan.com>
Co-authored-by: Luke Sheard <LukeSheard@users.noreply.github.com>

* Replace `babel-code-frame` with newer `@babel/code-frame` package. (#1151)

* Replace  with newer  package.

* update snapshot due to changed config options

* Bump tsconfig.json target to es2016 (#1154)

* update snapshot

* Remove --forceExit

* downgrade svgr/webpack to be compatible with webpack 4

* merge main

* update snapshot

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luke Sheard <luke.sheard@jpmorgan.com>
Co-authored-by: Luke Sheard <LukeSheard@users.noreply.github.com>
LukeSheard added a commit that referenced this pull request Jan 24, 2022
* replace babel with esbuild for package compilation

* Add support for target as part of rollup transpilation

* fix package.json

* remove dist-cjs reference

* Create mean-bobcats-attend.md

* Bump tsconfig.json target to es2016 (#1154)

* Remove service worker impl generation from workbox plugin. (#1152)

* Simplify package.json scripts (#1155)

* simplify package.json scripts

* Update release.yml

* fix up failing tests

* Update output from builds

* Update mean-bobcats-attend.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants