Skip to content

Commit

Permalink
Version Packages (#101)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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 develop, this PR
will be updated.


# Releases
## @jarsec/eslint-config@5.0.0

### Major Changes

-   c703d78: Refactor eslint configuration

    Version 5 brings the following changes:

    -   Removal of xo and xo-typescript
    -   Separation of javascript and typescript rules
- Introduction of @stylistic/eslint-plugin and associated rules (to
replace dprint/prettier)
    -   Addition of node-specific lint rules

### Patch Changes

-   6c2981c: fix(renovate): Update patch dependencies (patch)
-   cc5eb8e: fix(renovate): Update minor (minor)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 5, 2024
1 parent c703d78 commit 9eb6bf0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-steaks-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-cameras-sneeze.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/tough-peas-dream.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @jarsec/eslint-config

## 5.0.0

### Major Changes

- c703d78: Refactor eslint configuration

Version 5 brings the following changes:

- Removal of xo and xo-typescript
- Separation of javascript and typescript rules
- Introduction of @stylistic/eslint-plugin and associated rules (to replace dprint/prettier)
- Addition of node-specific lint rules

### Patch Changes

- 6c2981c: fix(renovate): Update patch dependencies (patch)
- cc5eb8e: fix(renovate): Update minor (minor)

## 4.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jarsec/eslint-config",
"version": "4.5.0",
"version": "5.0.0",
"description": "jsec's eslint configurations",
"author": "Jarrod Seccombe <jarrod.seccombe@icloud.com>",
"main": "index.js",
Expand Down

0 comments on commit 9eb6bf0

Please sign in to comment.