Skip to content

Commit

Permalink
refactor: update dev dependencies (#204)
Browse files Browse the repository at this point in the history
* refactor: update typescript to 4.9.4

* refactor: update jest to 29.2.5

* fix: add missing moduleResolution for ncc

* refactor: update @tsconfig/node16 to 1.0.3

* refactor: update prettier to 2.8.1

* refactor: update eslint and parsers/plugins to latest

* refactor: update semantic-release and plugins to latest

* refactor: update conventional-changelog-conventionalcommits to 5.0.0

* refactor: update @types/node to 16.18.11

* refactor: enable unknown errors when caught
  • Loading branch information
byCedric authored Jan 4, 2023
1 parent 830e647 commit 5a73f07
Show file tree
Hide file tree
Showing 14 changed files with 42,218 additions and 42,159 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.js

This file was deleted.

9 changes: 0 additions & 9 deletions .prettierrc

This file was deleted.

10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* **command:** clean up the readme code example ([0811162](https://github.com/expo/expo-github-action/commit/0811162597bbb2719038d9bac02bd074a5d6d124))
* update the release steps in the contribution guide ([b3b45ee](https://github.com/expo/expo-github-action/commit/b3b45ee53f1b6ce7e1db84a06047941fbea5c236))

### [7.1.1](https://github.com/expo/expo-github-action/compare/7.1.0...7.1.1) (2022-03-17)
## [7.1.1](https://github.com/expo/expo-github-action/compare/7.1.0...7.1.1) (2022-03-17)


### Bug fixes
Expand Down Expand Up @@ -54,7 +54,7 @@
* skip steps if auth is unavailable ([bb7c723](https://github.com/expo/expo-github-action/commit/bb7c72336b557c49ca0a0e84025e1b4cce23ce2e))
* update github action author name ([#166](https://github.com/expo/expo-github-action/issues/166)) ([520d959](https://github.com/expo/expo-github-action/commit/520d9594e099c7b2475d8b376303466a187bcafa))

### [7.0.3](https://github.com/expo/expo-github-action/compare/7.0.2...7.0.3) (2022-02-14)
## [7.0.3](https://github.com/expo/expo-github-action/compare/7.0.2...7.0.3) (2022-02-14)


### Bug fixes
Expand All @@ -74,14 +74,14 @@

* simplify expo cli versioning to latest ([#161](https://github.com/expo/expo-github-action/issues/161)) ([2e1fe6a](https://github.com/expo/expo-github-action/commit/2e1fe6ac53c6fd536ea5691410d73df35384fd07))

### [7.0.2](https://github.com/expo/expo-github-action/compare/7.0.1...7.0.2) (2022-01-25)
## [7.0.2](https://github.com/expo/expo-github-action/compare/7.0.1...7.0.2) (2022-01-25)


### Code changes

* **preview-comment:** auto-fill the github token ([#156](https://github.com/expo/expo-github-action/issues/156)) ([204dfed](https://github.com/expo/expo-github-action/commit/204dfed23cb6416041ee5c918c7a6e3a5dbf8955))

### [7.0.1](https://github.com/expo/expo-github-action/compare/7.0.0...7.0.1) (2022-01-17)
## [7.0.1](https://github.com/expo/expo-github-action/compare/7.0.0...7.0.1) (2022-01-17)


### Bug fixes
Expand Down Expand Up @@ -192,7 +192,7 @@
* update readme for v6 release ([#101](https://github.com/expo/expo-github-action/issues/101)) ([8b43bae](https://github.com/expo/expo-github-action/commit/8b43bae073f280d4fa76aa174642ad46febe985c))
* update upstream reference in contributing guide ([76ce4de](https://github.com/expo/expo-github-action/commit/76ce4de80ea89b343404cdabadc922882af80487))

### [5.5.1](https://github.com/expo/expo-github-action/compare/5.5.0...5.5.1) (2021-06-17)
## [5.5.1](https://github.com/expo/expo-github-action/compare/5.5.0...5.5.1) (2021-06-17)


### Bug fixes
Expand Down
Loading

0 comments on commit 5a73f07

Please sign in to comment.