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

release: v0.6.0 #143

Merged
merged 35 commits into from
Mar 4, 2023
Merged

release: v0.6.0 #143

merged 35 commits into from
Mar 4, 2023

Conversation

vn7n24fzkq
Copy link
Owner

No description provided.

vn7n24fzkq and others added 30 commits August 12, 2022 22:34
* ci: add foresight’s GitHub action

* docs: update README.md

Add sponsors section

* docs: add Vercel deploy button

* docs : update README

* docs: update README

Modify sponsor setcion

* docs: update README

* ci: add tests report

* ci: remove foresight from lint worflow

* test: add coverage parameter to jest

* ci: update foresight setting in workflow
Increase s-maxage for CDN caching and max-age for client-side caching, also add stale-while-revalidate that allow us to serve content from the Edge cache.
* feat: moonlight based theme

* styles: changing border color to match background
* feat: Hide languages

* fix: Hidden not required

* fix: Correct URL safe language names

* fix: Correct URL safe language names for non API

* fix: Name uppercasing

* refactor\!: Changed hidden arg to exclude

* feat: exclude arg

* fix: Exclude fix for actions

* refactor: remove unnecessary modules

* fix: package-lock
* ⬆️ Update actions/checkout@v3

* 📝 Update readme
* 👔 Add branch name parameter from GitHub Actions

* 🔧 Add GitHub Actions input

* ✏️ Fix linter warnings

* 📝 Update readme for push branch option
* Fixed decimal UTC time bug

fixed #90 
floor down value because chart uses hours only

* added function to adjust offset

* updated label which shows utc time

* fixed eslint

* lint: re-enable eslint

Co-authored-by: Saurav Dharwadkar <[email protected]>
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.2...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependency [d3](https://github.com/d3/d3). These dependencies need to be updated together.


Updates `d3-color` from 1.4.1 to 3.1.0
- [Release notes](https://github.com/d3/d3-color/releases)
- [Commits](d3/d3-color@v1.4.1...v3.1.0)

Updates `d3` from 5.16.0 to 7.6.1
- [Release notes](https://github.com/d3/d3/releases)
- [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md)
- [Commits](d3/d3@v5.16.0...v7.6.1)

---
updated-dependencies:
- dependency-name: d3-color
  dependency-type: indirect
- dependency-name: d3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.0...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ✅ Add transparent hex color at test

* 💄 Add transparent theme

* 📝 Add transparent theme at readme
#130)

* fix file name

* fix lauguage to language

* revert dist/index.js and dist/index.js.map
* 🔼 Update setup-node to v3

* Update setup-node to v3
* ⬆️ npm install at GitHub actions same node 16.18.1

* ⬆️ npx browserslist@latest --update-db
* test: modify theme color test to allow different format hex color

* feat(theme): modify new themes hex color string

* lint: code format

* refactor: remove useless console.log and modify let variable to const
@vn7n24fzkq vn7n24fzkq merged commit 15f5f62 into release Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants