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

refactor: convert to new template and typescript #284

Merged
merged 3 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/recommended",
"plugin:import/electron",
"plugin:import/typescript"
],
"parser": "@typescript-eslint/parser"
}
11 changes: 3 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,11 @@ typings/
# DynamoDB Local files
.dynamodb/

# Vite
.vite/

# Webpack
.webpack/

# Vite
.vite/

# Electron-Forge
out/
ugrc-api-client*

# Sentry
sentry.properties
.electron-symbols
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"plugins": [
"prettier-plugin-organize-imports",
"prettier-plugin-packagejson",
"prettier-plugin-tailwindcss"
],
"printWidth": 120,
"singleQuote": true
}
32 changes: 14 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,34 @@

## [1.7.8](https://github.com/agrc/api-client/compare/v1.7.7...v1.7.8) (2024-10-17)


### Bug Fixes

* fiddle with dependencies to fix windows ([#282](https://github.com/agrc/api-client/issues/282)) ([902cdd8](https://github.com/agrc/api-client/commit/902cdd83032c4e62f5a3a512e6ac457f0eee7e58))
- fiddle with dependencies to fix windows ([#282](https://github.com/agrc/api-client/issues/282)) ([902cdd8](https://github.com/agrc/api-client/commit/902cdd83032c4e62f5a3a512e6ac457f0eee7e58))

## [1.7.8-0](https://github.com/agrc/api-client/compare/v1.7.7...v1.7.8-0) (2024-10-17)


### Dependencies

* downgrade to 7.4.0 ([0e4b89e](https://github.com/agrc/api-client/commit/0e4b89ebc05f0ff210459f690685fae2b92f18ca)), closes [#280](https://github.com/agrc/api-client/issues/280)
* update [@babel](https://github.com/babel) ([6b95c90](https://github.com/agrc/api-client/commit/6b95c903954938e803b5632884f3a16b30fe4fcf))
* update [@sentry](https://github.com/sentry) ([0bd6766](https://github.com/agrc/api-client/commit/0bd6766f6a2c755ed4bb76e2c892084c8a119f96))
* update dropzone ([6877630](https://github.com/agrc/api-client/commit/6877630e0dac6a6b616fb80fd9ffae8b6cf635cb))
* update electron ([5990fa6](https://github.com/agrc/api-client/commit/5990fa6db6bff4612b3b7268e127bd1a13ab17fb))
* update error boundary ([4b6f9cb](https://github.com/agrc/api-client/commit/4b6f9cba29125d09b50934804f35be90cb778bbb))
* update eslint ([ab9884a](https://github.com/agrc/api-client/commit/ab9884a9f258e2282b4851097dc78a7d5d055475))
* update headless ([9fde993](https://github.com/agrc/api-client/commit/9fde9937a24a630b9fba18802746518badf83630))
* update plugins ([7e40a34](https://github.com/agrc/api-client/commit/7e40a3465bc1d7fc65df782c2df7759cb406c16e))
* update tailwind ([8df5060](https://github.com/agrc/api-client/commit/8df50606ef7a12e6496feb583755316e4a702e44))
* update vite ([511bfae](https://github.com/agrc/api-client/commit/511bfaee0c325ec2059c5943afb35fc07d9a77f4))
- downgrade to 7.4.0 ([0e4b89e](https://github.com/agrc/api-client/commit/0e4b89ebc05f0ff210459f690685fae2b92f18ca)), closes [#280](https://github.com/agrc/api-client/issues/280)
- update [@babel](https://github.com/babel) ([6b95c90](https://github.com/agrc/api-client/commit/6b95c903954938e803b5632884f3a16b30fe4fcf))
- update [@sentry](https://github.com/sentry) ([0bd6766](https://github.com/agrc/api-client/commit/0bd6766f6a2c755ed4bb76e2c892084c8a119f96))
- update dropzone ([6877630](https://github.com/agrc/api-client/commit/6877630e0dac6a6b616fb80fd9ffae8b6cf635cb))
- update electron ([5990fa6](https://github.com/agrc/api-client/commit/5990fa6db6bff4612b3b7268e127bd1a13ab17fb))
- update error boundary ([4b6f9cb](https://github.com/agrc/api-client/commit/4b6f9cba29125d09b50934804f35be90cb778bbb))
- update eslint ([ab9884a](https://github.com/agrc/api-client/commit/ab9884a9f258e2282b4851097dc78a7d5d055475))
- update headless ([9fde993](https://github.com/agrc/api-client/commit/9fde9937a24a630b9fba18802746518badf83630))
- update plugins ([7e40a34](https://github.com/agrc/api-client/commit/7e40a3465bc1d7fc65df782c2df7759cb406c16e))
- update tailwind ([8df5060](https://github.com/agrc/api-client/commit/8df50606ef7a12e6496feb583755316e4a702e44))
- update vite ([511bfae](https://github.com/agrc/api-client/commit/511bfaee0c325ec2059c5943afb35fc07d9a77f4))

## [1.7.7](https://github.com/agrc/api-client/compare/v1.7.6...v1.7.7) (2024-10-02)


### Bug Fixes

* update permissions to publish release assets ([6e70f68](https://github.com/agrc/api-client/commit/6e70f689d4f085f627e427e263dcb393de3a4b39))
- update permissions to publish release assets ([6e70f68](https://github.com/agrc/api-client/commit/6e70f689d4f085f627e427e263dcb393de3a4b39))

## [1.7.6](https://github.com/agrc/api-client/compare/v1.7.5...v1.7.6) (2024-10-01)


### Dependencies

* update packages ([9b42bfc](https://github.com/agrc/api-client/commit/9b42bfc3f5701c8af0be42eb1e3d52e9fa0707d4))
- update packages ([9b42bfc](https://github.com/agrc/api-client/commit/9b42bfc3f5701c8af0be42eb1e3d52e9fa0707d4))
165 changes: 0 additions & 165 deletions forge.config.cjs

This file was deleted.

Loading
Loading