-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update dependencies - Align setup with `template-javascript` - Update `ci` and `npm-publish` workflows - Fix `test:coverage:collect"` script ### BREAKING CHANGES - Require Node.js version >= 18 - Update `rollup` to 3.x
- Loading branch information
1 parent
958d061
commit 1f89e48
Showing
9 changed files
with
4,865 additions
and
4,742 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
node 14.16 | ||
node 18 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,74 @@ | ||
# rollup-plugin-eslint-bundle changelog | ||
# Changelog | ||
|
||
<!-- | ||
### Added | ||
### Changed | ||
### Deprecated | ||
### Removed | ||
### Fixed | ||
### Security | ||
### BREAKING CHANGES | ||
--> | ||
|
||
## 8.0.0 - 2023-02-25 | ||
|
||
### Changed | ||
|
||
- Update dependencies | ||
|
||
### BREAKING CHANGES | ||
|
||
- Require Node.js version >= 18 | ||
- Update `rollup` to 3.x | ||
|
||
## 7.0.0 - 2022-05-08 | ||
* Switch to ES modules. But still provide CJS bundle in `dist` | ||
* Update dependencies | ||
* Require Node.js version >= 14 | ||
* Update ESLint peer dependency to >=8.x | ||
|
||
### Changed | ||
|
||
- Update dependencies | ||
|
||
### BREAKING CHANGES | ||
|
||
- Switch to ES modules. But still provide CJS bundle in `dist` | ||
- Require Node.js version >= 14 | ||
- Update `eslint` peer dependency to >=8.x | ||
|
||
## 6.0.0 - 2021-01-24 | ||
* Rewrite from scratch for latest `rollup` and `ESLint` | ||
* Replace `jest` with `ava` | ||
* Require Node.js version >= 12 | ||
* Set `rollup` and `eslint` as peer dependencies | ||
* Generate TypeScript declaration files. | ||
|
||
### Added | ||
|
||
- Generate TypeScript declaration files. | ||
|
||
### Changed | ||
|
||
- Replace `jest` with `ava` | ||
- Set `rollup` and `eslint` as peer dependencies | ||
|
||
### BREAKING CHANGES | ||
|
||
- Rewrite from scratch for latest `rollup` and `ESLint` | ||
- Require Node.js version >= 12 | ||
|
||
## 5.0.2 - 2018-11-02 | ||
* Update dependencies | ||
|
||
### Changed | ||
|
||
- Update dependencies | ||
|
||
## 5.0.1 - 2018-07-15 | ||
* Fix for case when fix doesn't produce output | ||
* Fixes for ESLint 5.x | ||
* Disable tests for source mapping. For some reason rollup returns the same 'mappings' for fixed and not fixed code even though the plugin produces different source maps | ||
* Update dependencies | ||
|
||
### Changed | ||
|
||
- Disable tests for source mapping. For some reason rollup returns the same 'mappings' for fixed and not fixed code even though the plugin produces different source maps | ||
- Update dependencies | ||
|
||
### Fixed | ||
|
||
- Fix for case when fix doesn't produce output | ||
- Fixes for ESLint 5.x | ||
|
||
## 5.0.0 - 2018-01-21 | ||
* Rewrite to verify and fix the bundle instead of imported files | ||
|
||
### BREAKING CHANGES | ||
|
||
- Rewrite to verify and fix the bundle instead of imported files |
This file contains 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
Oops, something went wrong.