Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new stack #116

Merged
merged 8 commits into from
Feb 16, 2024
Merged

feat: new stack #116

merged 8 commits into from
Feb 16, 2024

Conversation

maxam2017
Copy link
Owner

Description

  • eslint + prettier -> biome
  • husky + lint-staged -> pre-commit
  • upgrade few packages
  • use node 18 & ESM

@maxam2017 maxam2017 merged commit 5ad9ae6 into master Feb 16, 2024
@maxam2017 maxam2017 deleted the feat/new-stack branch February 16, 2024 20:28
github-actions bot pushed a commit that referenced this pull request Feb 16, 2024
# [1.2.0](v1.1.5...v1.2.0) (2024-02-16)

### Bug Fixes

* fix pr ci ([832323d](832323d))
* make ts-node work on node20 ([6c73d01](6c73d01))
* run action in node20 ([9acc8e8](9acc8e8))
* skip preinstall for CI ([d7f49da](d7f49da))

### Features

* adopt semantic release ([9c03b01](9c03b01))
* new stack ([#116](#116)) ([5ad9ae6](5ad9ae6))
Copy link
Contributor

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

github-actions bot pushed a commit to zckyachmd/productive-box that referenced this pull request Feb 17, 2024
# 1.0.0 (2024-02-17)

### Bug Fixes

* fix pr ci ([832323d](832323d))
* make ts-node work on node20 ([6c73d01](6c73d01))
* run action in node20 ([9acc8e8](9acc8e8))
* skip preinstall for CI ([d7f49da](d7f49da))

### Features

* adopt semantic release ([9c03b01](9c03b01))
* built with node v16 ([1e11d1c](1e11d1c))
* new stack ([maxam2017#116](https://github.com/zckyachmd/productive-box/issues/116)) ([5ad9ae6](5ad9ae6))
github-actions bot pushed a commit to johnnymdoubleu/productive-box that referenced this pull request Apr 4, 2024
# 1.0.0 (2024-04-04)

### Bug Fixes

* fix pr ci ([832323d](832323d))
* make ts-node work on node20 ([6c73d01](6c73d01))
* run action in node20 ([9acc8e8](9acc8e8))
* skip preinstall for CI ([d7f49da](d7f49da))

### Features

* adopt semantic release ([9c03b01](9c03b01))
* built with node v16 ([1e11d1c](1e11d1c))
* new stack ([maxam2017#116](https://github.com/johnnymdoubleu/productive-box/issues/116)) ([5ad9ae6](5ad9ae6))
github-actions bot pushed a commit to given02/productive-box that referenced this pull request Apr 10, 2024
# 1.0.0 (2024-04-10)

### Bug Fixes

* fix pr ci ([832323d](832323d))
* make ts-node work on node20 ([6c73d01](6c73d01))
* run action in node20 ([9acc8e8](9acc8e8))
* skip preinstall for CI ([d7f49da](d7f49da))

### Features

* adopt semantic release ([9c03b01](9c03b01))
* built with node v16 ([1e11d1c](1e11d1c))
* new stack ([maxam2017#116](https://github.com/given02/productive-box/issues/116)) ([5ad9ae6](5ad9ae6))
github-actions bot pushed a commit to lmghee/productive-box that referenced this pull request Apr 24, 2024
# 1.0.0 (2024-04-24)

### Bug Fixes

* fix pr ci ([832323d](832323d))
* make ts-node work on node20 ([6c73d01](6c73d01))
* run action in node20 ([9acc8e8](9acc8e8))
* skip preinstall for CI ([d7f49da](d7f49da))

### Features

* adopt semantic release ([9c03b01](9c03b01))
* built with node v16 ([1e11d1c](1e11d1c))
* new stack ([maxam2017#116](https://github.com/lmghee/productive-box/issues/116)) ([5ad9ae6](5ad9ae6))
github-actions bot pushed a commit to kjw1029/productive-box that referenced this pull request May 1, 2024
# 1.0.0 (2024-05-01)

### Bug Fixes

* fix pr ci ([832323d](832323d))
* make ts-node work on node20 ([6c73d01](6c73d01))
* run action in node20 ([9acc8e8](9acc8e8))
* skip preinstall for CI ([d7f49da](d7f49da))

### Features

* adopt semantic release ([9c03b01](9c03b01))
* built with node v16 ([1e11d1c](1e11d1c))
* new stack ([maxam2017#116](https://github.com/kjw1029/productive-box/issues/116)) ([5ad9ae6](5ad9ae6))
github-actions bot pushed a commit to gaeun7/productive-box that referenced this pull request May 8, 2024
# 1.0.0 (2024-05-08)

### Bug Fixes

* fix pr ci ([832323d](832323d))
* make ts-node work on node20 ([6c73d01](6c73d01))
* run action in node20 ([9acc8e8](9acc8e8))
* skip preinstall for CI ([d7f49da](d7f49da))

### Features

* adopt semantic release ([9c03b01](9c03b01))
* built with node v16 ([1e11d1c](1e11d1c))
* new stack ([maxam2017#116](https://github.com/gaeun7/productive-box/issues/116)) ([5ad9ae6](5ad9ae6))
ickynavigator pushed a commit to ickynavigator/productive-box that referenced this pull request May 19, 2024
* feat: adopt biome

* chore: biome auto fix

* chore: ignore biome auto fix commit when git blame

* feat: use pre-commit

* feat: esm

* chore: handle invalid token error

* fix: emit transpiled file

* chore: run action on node 18.18.2
ickynavigator pushed a commit to ickynavigator/productive-box that referenced this pull request May 19, 2024
# [1.2.0](maxam2017/productive-box@v1.1.5...v1.2.0) (2024-02-16)

### Bug Fixes

* fix pr ci ([832323d](maxam2017@832323d))
* make ts-node work on node20 ([6c73d01](maxam2017@6c73d01))
* run action in node20 ([9acc8e8](maxam2017@9acc8e8))
* skip preinstall for CI ([d7f49da](maxam2017@d7f49da))

### Features

* adopt semantic release ([9c03b01](maxam2017@9c03b01))
* new stack ([maxam2017#116](maxam2017#116)) ([5ad9ae6](maxam2017@5ad9ae6))
github-actions bot pushed a commit to bourgeois46/productive-box that referenced this pull request Jun 8, 2024
# 1.0.0 (2024-06-08)

### Bug Fixes

* fix pr ci ([832323d](832323d))
* make ts-node work on node20 ([6c73d01](6c73d01))
* run action in node20 ([9acc8e8](9acc8e8))
* skip preinstall for CI ([d7f49da](d7f49da))

### Features

* adopt semantic release ([9c03b01](9c03b01))
* built with node v16 ([1e11d1c](1e11d1c))
* new stack ([maxam2017#116](https://github.com/bourgeois46/productive-box/issues/116)) ([5ad9ae6](5ad9ae6))
github-actions bot pushed a commit to Greyn-05/productive-box that referenced this pull request Jun 11, 2024
# 1.0.0 (2024-06-11)

### Bug Fixes

* fix pr ci ([832323d](832323d))
* make ts-node work on node20 ([6c73d01](6c73d01))
* run action in node20 ([9acc8e8](9acc8e8))
* skip preinstall for CI ([d7f49da](d7f49da))

### Features

* adopt semantic release ([9c03b01](9c03b01))
* built with node v16 ([1e11d1c](1e11d1c))
* new stack ([maxam2017#116](https://github.com/Greyn-05/productive-box/issues/116)) ([5ad9ae6](5ad9ae6))
github-actions bot pushed a commit to MINSIK-W/productive-box that referenced this pull request Jul 26, 2024
# 1.0.0 (2024-07-26)

### Bug Fixes

* fix pr ci ([832323d](832323d))
* make ts-node work on node20 ([6c73d01](6c73d01))
* run action in node20 ([9acc8e8](9acc8e8))
* skip preinstall for CI ([d7f49da](d7f49da))

### Features

* adopt semantic release ([9c03b01](9c03b01))
* built with node v16 ([1e11d1c](1e11d1c))
* new stack ([maxam2017#116](https://github.com/MINSIK-W/productive-box/issues/116)) ([5ad9ae6](5ad9ae6))
github-actions bot pushed a commit to si95mo/productive-box that referenced this pull request Aug 16, 2024
# 1.0.0 (2024-08-16)

### Bug Fixes

* fix pr ci ([832323d](832323d))
* make ts-node work on node20 ([6c73d01](6c73d01))
* run action in node20 ([9acc8e8](9acc8e8))
* skip preinstall for CI ([d7f49da](d7f49da))

### Features

* adopt semantic release ([9c03b01](9c03b01))
* built with node v16 ([1e11d1c](1e11d1c))
* new stack ([maxam2017#116](https://github.com/si95mo/productive-box/issues/116)) ([5ad9ae6](5ad9ae6))
github-actions bot pushed a commit to 221B0825/productive-box that referenced this pull request Aug 27, 2024
# 1.0.0 (2024-08-27)

### Bug Fixes

* fix pr ci ([832323d](832323d))
* make ts-node work on node20 ([6c73d01](6c73d01))
* run action in node20 ([9acc8e8](9acc8e8))
* skip preinstall for CI ([d7f49da](d7f49da))

### Features

* adopt semantic release ([9c03b01](9c03b01))
* built with node v16 ([1e11d1c](1e11d1c))
* new stack ([maxam2017#116](https://github.com/221B0825/productive-box/issues/116)) ([5ad9ae6](5ad9ae6))
github-actions bot pushed a commit to b0mbdiggity/productive-box that referenced this pull request Sep 26, 2024
# 1.0.0 (2024-09-26)

### Bug Fixes

* fix pr ci ([832323d](832323d))
* make ts-node work on node20 ([6c73d01](6c73d01))
* run action in node20 ([9acc8e8](9acc8e8))
* skip preinstall for CI ([d7f49da](d7f49da))

### Features

* adopt semantic release ([9c03b01](9c03b01))
* built with node v16 ([1e11d1c](1e11d1c))
* new stack ([maxam2017#116](https://github.com/b0mbdiggity/productive-box/issues/116)) ([5ad9ae6](5ad9ae6))
github-actions bot pushed a commit to BcKmini/productive-box that referenced this pull request Nov 10, 2024
# 1.0.0 (2024-11-10)

### Bug Fixes

* fix pr ci ([832323d](832323d))
* make ts-node work on node20 ([6c73d01](6c73d01))
* run action in node20 ([9acc8e8](9acc8e8))
* skip preinstall for CI ([d7f49da](d7f49da))

### Features

* adopt semantic release ([9c03b01](9c03b01))
* built with node v16 ([1e11d1c](1e11d1c))
* new stack ([maxam2017#116](https://github.com/BcKmini/productive-box/issues/116)) ([5ad9ae6](5ad9ae6))
github-actions bot pushed a commit to Untest57/productive-box that referenced this pull request Nov 14, 2024
# 1.0.0 (2024-11-14)

### Bug Fixes

* fix pr ci ([832323d](832323d))
* make ts-node work on node20 ([6c73d01](6c73d01))
* run action in node20 ([9acc8e8](9acc8e8))
* skip preinstall for CI ([d7f49da](d7f49da))

### Features

* adopt semantic release ([9c03b01](9c03b01))
* built with node v16 ([1e11d1c](1e11d1c))
* new stack ([maxam2017#116](https://github.com/Untest57/productive-box/issues/116)) ([5ad9ae6](5ad9ae6))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant