Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Aug 17, 2023
1 parent beb72e8 commit e287816
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 3 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,44 @@
# Changelog



## v8.0.0 (2023-08-17)

#### :boom: Breaking Change
* [#237](https://github.com/babel/broccoli-babel-transpiler/pull/237) Drop Node 14 support ([@kategengler](https://github.com/kategengler))
* [#225](https://github.com/babel/broccoli-babel-transpiler/pull/225) Drop support for Node v17 and add support for Node v18 ([@bertdeblock](https://github.com/bertdeblock))
* [#221](https://github.com/babel/broccoli-babel-transpiler/pull/221) Move `@babel/core` to `peerDependencies` to resolve peer dependency warnings and errors ([@bertdeblock](https://github.com/bertdeblock))
* [#210](https://github.com/babel/broccoli-babel-transpiler/pull/210) Drop Node 10, 12, and 13 support ([@rwjblue](https://github.com/rwjblue))
* [#193](https://github.com/babel/broccoli-babel-transpiler/pull/193) Separate Broccoli and Babel options ([@nlfurniss](https://github.com/nlfurniss))
* [#191](https://github.com/babel/broccoli-babel-transpiler/pull/191) Remove `browserPolyfill` option ([@nlfurniss](https://github.com/nlfurniss))

#### :rocket: Enhancement
* [#190](https://github.com/babel/broccoli-babel-transpiler/pull/190) Update `workerpool` to latest (avoiding deprecations) ([@nlfurniss](https://github.com/nlfurniss))

#### :bug: Bug Fix
* [#221](https://github.com/babel/broccoli-babel-transpiler/pull/221) Move `@babel/core` to `peerDependencies` to resolve peer dependency warnings and errors ([@bertdeblock](https://github.com/bertdeblock))
* [#209](https://github.com/babel/broccoli-babel-transpiler/pull/209) Ensure the worker processes do not crash when parsing invalid syntax ([@rwjblue](https://github.com/rwjblue))

#### :memo: Documentation
* [#192](https://github.com/babel/broccoli-babel-transpiler/pull/192) Tweak package description in README.md ([@gabrielcsapo](https://github.com/gabrielcsapo))
* [#230](https://github.com/babel/broccoli-babel-transpiler/pull/230) Fix typo in docs ([@bertdeblock](https://github.com/bertdeblock))

#### :house: Internal
* [#226](https://github.com/babel/broccoli-babel-transpiler/pull/226) Add release automation ([@rwjblue](https://github.com/rwjblue))
* [#214](https://github.com/babel/broccoli-babel-transpiler/pull/214) Migrate from yarn@1 to npm ([@rwjblue](https://github.com/rwjblue))
* [#215](https://github.com/babel/broccoli-babel-transpiler/pull/215) Update `@babel/*` dependencies/devDependencies ([@rwjblue](https://github.com/rwjblue))
* [#200](https://github.com/babel/broccoli-babel-transpiler/pull/200) Remove @babel/polyfill dependency ([@nlfurniss](https://github.com/nlfurniss))
* [#195](https://github.com/babel/broccoli-babel-transpiler/pull/195) Remove TravisCI and AppVeyor ([@rwjblue](https://github.com/rwjblue))
* [#183](https://github.com/babel/broccoli-babel-transpiler/pull/183) Add GitHub Actions CI setup. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 4
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Gabriel Csapo ([@gabrielcsapo](https://github.com/gabrielcsapo))
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Katie Gengler ([@kategengler](https://github.com/kategengler))


## v8.0.0-beta.1 (2022-10-07)

#### :boom: Breaking Change
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "broccoli-babel-transpiler",
"version": "8.0.0-beta.1",
"version": "8.0.0",
"description": "A Broccoli plugin which transpile ES6 to readable ES5 by using babel.",
"keywords": [
"broccoli-plugin",
Expand Down

0 comments on commit e287816

Please sign in to comment.