PyScript-React integrates PyScript library into react components

Overview

PyScript-React 🐍 ⚛️

GitHub Total alerts Language grade: JavaScript GitHub issues GitHub last commit

PyScript-React integrates PyScript library into react components. Making it easier to use inside your react projects 😊

Try it

# not yet available
yarn add pyscript-react # installation with yarn (preffered node package manager)
npm i pyscript-react # installation with npm
pnpm add pyscript-react # intallation with pnpm

Example hello world

">
<PyScriptProvider>
  <PyScript>print("Hello world!")</PyScript>
</PyScriptProvider>

Example integration with folium

">
<PyScriptProvider>
  <PyScript
    output="folium"
    generateOutputTag
    pyEnvContent={["folium"]}
    src="./folium_map.py"
  />
</PyScriptProvider>
# folium_map.py
from folium import Map

variable = Map(location=[45.5236, -122.6750])
variable

Documentation

Documentation

we are working on it... 🐢

Related implementations/libraries

Libraries

PyScript-React-Folium

Implementations

PyScript-Solid

Contributing

Look here: CONTRIBUTING.md

Contributors

(https://github.com/Py4Js/PyScript-React/graphs/contributors)

Comments
  • Instructions to Install

    Instructions to Install

    I would really like to test this library with react but there are no instructions for them to be installed. I know it is still in its testing stages, but I would still like to really try it on a instance of mine.

    It would be great help if even crude details to install it were given.

    documentation good first issue 
    opened by thamognya 3
  • Bump typescript-transform-paths from 3.3.1 to 3.4.3

    Bump typescript-transform-paths from 3.3.1 to 3.4.3

    Bumps typescript-transform-paths from 3.3.1 to 3.4.3.

    Release notes

    Sourced from typescript-transform-paths's releases.

    v3.4.3

    3.4.3 (2022-10-21)

    Bug Fixes

    v3.4.2

    3.4.2 (2022-10-21)

    Bug Fixes

    • Edge cases exist which causes ts-node to fail with register script (fixes #162) (0dbe06e)

    v3.4.1

    3.4.1 (2022-10-20)

    Bug Fixes

    • ImportType node children do not transform (fixes #150) (70871d2)

    v3.4.0

    3.4.0 (2022-10-20)

    Features

    • Added NX Transformer (6619164)
    • Updated library to support latest TypeScript & ts-node (cbeb29c)

    Bug Fixes

    • Fixed incorrect signature return type for transformer (fixes #156) (a40b378)
    Changelog

    Sourced from typescript-transform-paths's changelog.

    3.4.3 (2022-10-21)

    Bug Fixes

    3.4.2 (2022-10-21)

    Bug Fixes

    • Edge cases exist which causes ts-node to fail with register script (fixes #162) (0dbe06e)

    3.4.1 (2022-10-20)

    Bug Fixes

    • ImportType node children do not transform (fixes #150) (70871d2)

    3.4.0 (2022-10-20)

    Features

    • Added NX Transformer (6619164)
    • Updated library to support latest TypeScript & ts-node (cbeb29c)

    Bug Fixes

    • Fixed incorrect signature return type for transformer (fixes #156) (a40b378)
    Commits
    • 4220191 chore(release): 3.4.3
    • b297431 fix: More edge cases in ts-node (fixes #163)
    • 711b0bf chore(release): 3.4.2
    • 7514387 build: Output sourcemaps
    • fa81a3a style: formatting
    • 0dbe06e fix: Edge cases exist which causes ts-node to fail with register script (fixe...
    • 1ab99cd chore(release): 3.4.1
    • 70871d2 fix: ImportType node children do not transform (fixes #150)
    • 56ce003 chore(release): 3.4.0
    • a40b378 fix: Fixed incorrect signature return type for transformer (fixes #156)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once CI passes on it, as requested by @KrzysztofZawisla.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 2
  • Bump audit-ci from 6.2.0 to 6.3.0

    Bump audit-ci from 6.2.0 to 6.3.0

    Bumps audit-ci from 6.2.0 to 6.3.0.

    Release notes

    Sourced from audit-ci's releases.

    v6.3.0

    What's Changed

    Features

    Fixes

    Internal

    Full Changelog: https://github.com/IBM/audit-ci/compare/v6.2.1...v6.3.0

    v6.2.1

    What's Changed

    Full Changelog: https://github.com/IBM/audit-ci/compare/v6.2.0...v6.2.1

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @KrzysztofZawisla.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 2
  • Bump jest-extended from 2.0.0 to 3.2.1

    Bump jest-extended from 2.0.0 to 3.2.1

    Bumps jest-extended from 2.0.0 to 3.2.1.

    Release notes

    Sourced from jest-extended's releases.

    v3.2.1

    What's Changed

    New Contributors

    Full Changelog: https://github.com/jest-community/jest-extended/compare/v3.2.0...v3.2.1

    v3.2.0

    What's Changed

    New Contributors

    Full Changelog: https://github.com/jest-community/jest-extended/compare/v3.1.0...v3.2.0

    v3.1.0

    What's Changed

    New Contributors

    Full Changelog: https://github.com/jest-community/jest-extended/compare/v3.0.2...v3.1.0

    v3.0.2

    What's Changed

    New Contributors

    Full Changelog: https://github.com/jest-community/jest-extended/compare/v3.0.1...v3.0.2

    ... (truncated)

    Commits
    • 8ced841 v3.2.1
    • 678b467 Update docusaurus monorepo to v2.2.0 (#504)
    • d670f40 Add filenames to code snippets under Setup docs page (#540)
    • 30a420e Create pass/fail error messages only if required (#545)
    • 2b23769 chore(deps): bump json5 from 2.2.0 to 2.2.3 in /examples/typescript/all (#547)
    • 61c94b1 chore: attempt to make renovate keep example up to date
    • 3497f88 Lock file maintenance
    • e55d99c Lock file maintenance
    • 54d9590 Lock file maintenance
    • 218b657 Remove duplicate file toSatify.mdx (toSatisfy.mdx exist) (#541)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump snyk from 1.1069.0 to 1.1080.0

    Bump snyk from 1.1069.0 to 1.1080.0

    Bumps snyk from 1.1069.0 to 1.1080.0.

    Release notes

    Sourced from snyk's releases.

    v1.1080.0

    1.1080.0 (2022-12-29)

    Bug Fixes

    • merge internal and external defined no_proxy (e92b1ae)

    Features

    • Upgrade snyk-iac-test to v0.37.2 (963039f)

    v1.1079.0

    1.1079.0 (2022-12-28)

    v1.1078.0

    1.1078.0 (2022-12-28)

    Bug Fixes

    • missing org slug in query string when tracking usage for iac scans (8e8fddb)

    v1.1077.0

    1.1077.0 (2022-12-27)

    Bug Fixes

    • add no_proxy for localhost traffic (f66df33)

    v1.1076.0

    1.1076.0 (2022-12-22)

    Bug Fixes

    • Revert "Merge pull request #4255 from snyk/chore/HMMR-567-release-golang-cli-for-linux" (fb7d31e)

    v1.1075.0

    1.1075.0 (2022-12-22)

    v1.1074.0

    1.1074.0 (2022-12-21)

    Features

    • add unmanaged analytics (1cc153d)

    ... (truncated)

    Commits
    • e42dbd1 Merge pull request #4253 from snyk/feat/upgrade-snyk-iac-test
    • e929b03 Merge pull request #4263 from snyk/fix/HMMR-627_restore_system_proxy
    • e92b1ae fix: merge internal and external defined no_proxy
    • 13fea9e Merge pull request #4257 from snyk/fix/HMMR-626
    • 3aa723b Merge pull request #4262 from snyk/fix/iac-usage-with-custom-org
    • 8e8fddb fix: missing org slug in query string when tracking usage for iac scans
    • 108f41e Merge pull request #4252 from snyk/chore/HMMR-608_update_osname
    • ef6b69b fix: replace tmp by cache directory
    • 8426d88 Merge pull request #4260 from snyk/fix/HMMR-627_no_proxy
    • f66df33 fix: add no_proxy for localhost traffic
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once CI passes on it, as requested by @KrzysztofZawisla.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump snyk from 1.1069.0 to 1.1079.0

    Bump snyk from 1.1069.0 to 1.1079.0

    Bumps snyk from 1.1069.0 to 1.1079.0.

    Release notes

    Sourced from snyk's releases.

    v1.1079.0

    1.1079.0 (2022-12-28)

    v1.1078.0

    1.1078.0 (2022-12-28)

    Bug Fixes

    • missing org slug in query string when tracking usage for iac scans (8e8fddb)

    v1.1077.0

    1.1077.0 (2022-12-27)

    Bug Fixes

    • add no_proxy for localhost traffic (f66df33)

    v1.1076.0

    1.1076.0 (2022-12-22)

    Bug Fixes

    • Revert "Merge pull request #4255 from snyk/chore/HMMR-567-release-golang-cli-for-linux" (fb7d31e)

    v1.1075.0

    1.1075.0 (2022-12-22)

    v1.1074.0

    1.1074.0 (2022-12-21)

    Features

    • add unmanaged analytics (1cc153d)

    v1.1073.0

    1.1073.0 (2022-12-20)

    Bug Fixes

    • integrate support of NODE_EXTRA_CA_CERTS (8e69f00)
    • upgrade snyk docker plugin (07043a4)

    Features

    ... (truncated)

    Commits
    • 13fea9e Merge pull request #4257 from snyk/fix/HMMR-626
    • 3aa723b Merge pull request #4262 from snyk/fix/iac-usage-with-custom-org
    • 8e8fddb fix: missing org slug in query string when tracking usage for iac scans
    • 108f41e Merge pull request #4252 from snyk/chore/HMMR-608_update_osname
    • ef6b69b fix: replace tmp by cache directory
    • 8426d88 Merge pull request #4260 from snyk/fix/HMMR-627_no_proxy
    • f66df33 fix: add no_proxy for localhost traffic
    • 48b5d9a Merge pull request #4258 from snyk/fix/HMMR-626_rollback
    • fb7d31e fix: Revert "Merge pull request #4255 from snyk/chore/HMMR-567-release-golang...
    • c22f2c6 Merge pull request #4255 from snyk/chore/HMMR-567-release-golang-cli-for-linux
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once CI passes on it, as requested by @KrzysztofZawisla.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump snyk from 1.1069.0 to 1.1077.0

    Bump snyk from 1.1069.0 to 1.1077.0

    Bumps snyk from 1.1069.0 to 1.1077.0.

    Release notes

    Sourced from snyk's releases.

    v1.1077.0

    1.1077.0 (2022-12-27)

    Bug Fixes

    • add no_proxy for localhost traffic (f66df33)

    v1.1076.0

    1.1076.0 (2022-12-22)

    Bug Fixes

    • Revert "Merge pull request #4255 from snyk/chore/HMMR-567-release-golang-cli-for-linux" (fb7d31e)

    v1.1075.0

    1.1075.0 (2022-12-22)

    v1.1074.0

    1.1074.0 (2022-12-21)

    Features

    • add unmanaged analytics (1cc153d)

    v1.1073.0

    1.1073.0 (2022-12-20)

    Bug Fixes

    • integrate support of NODE_EXTRA_CA_CERTS (8e69f00)
    • upgrade snyk docker plugin (07043a4)

    Features

    • yarn lock v2 support plus improvements (798abf1)

    v1.1072.0

    1.1072.0 (2022-12-19)

    Bug Fixes

    • handle self being undefined (a6d9158)
    • improve the time interval for retries during test of unmanaged (b9c4ecb)

    ... (truncated)

    Commits
    • 8426d88 Merge pull request #4260 from snyk/fix/HMMR-627_no_proxy
    • f66df33 fix: add no_proxy for localhost traffic
    • 48b5d9a Merge pull request #4258 from snyk/fix/HMMR-626_rollback
    • fb7d31e fix: Revert "Merge pull request #4255 from snyk/chore/HMMR-567-release-golang...
    • c22f2c6 Merge pull request #4255 from snyk/chore/HMMR-567-release-golang-cli-for-linux
    • 974ba9b chore: release golang cli on linux arm64
    • c04a6ea chore: release golang cli on linux
    • adcdea8 Merge pull request #4254 from snyk/feat/unmanaged-analytics
    • 7800441 Merge pull request #4222 from snyk/feat/yarn-lock-2-support-and-depgraph-migr...
    • 798abf1 feat: yarn lock v2 support plus improvements
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once CI passes on it, as requested by @KrzysztofZawisla.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump @typescript-eslint/eslint-plugin from 5.46.0 to 5.47.1

    Bump @typescript-eslint/eslint-plugin from 5.46.0 to 5.47.1

    Bumps @typescript-eslint/eslint-plugin from 5.46.0 to 5.47.1.

    Release notes

    Sourced from @​typescript-eslint/eslint-plugin's releases.

    v5.47.1

    5.47.1 (2022-12-26)

    Bug Fixes

    • ast-spec: correct some incorrect ast types (#6257) (0f3f645)
    • eslint-plugin: [member-ordering] correctly invert optionalityOrder (#6256) (ccd45d4)

    v5.47.0

    5.47.0 (2022-12-19)

    Features

    • eslint-plugin: [no-floating-promises] add suggestion fixer to add an 'await' (#5943) (9e35ef9)

    v5.46.1

    5.46.1 (2022-12-12)

    Note: Version bump only for package @​typescript-eslint/typescript-eslint

    Changelog

    Sourced from @​typescript-eslint/eslint-plugin's changelog.

    5.47.1 (2022-12-26)

    Bug Fixes

    • ast-spec: correct some incorrect ast types (#6257) (0f3f645)
    • eslint-plugin: [member-ordering] correctly invert optionalityOrder (#6256) (ccd45d4)

    5.47.0 (2022-12-19)

    Features

    • eslint-plugin: [no-floating-promises] add suggestion fixer to add an 'await' (#5943) (9e35ef9)

    5.46.1 (2022-12-12)

    Note: Version bump only for package @​typescript-eslint/eslint-plugin

    Commits
    • 6ffce79 chore: publish v5.47.1
    • 0f3f645 fix(ast-spec): correct some incorrect ast types (#6257)
    • ccd45d4 fix(eslint-plugin): [member-ordering] correctly invert optionalityOrder (#6256)
    • a2c08ba chore: publish v5.47.0
    • 9e35ef9 feat(eslint-plugin): [no-floating-promises] add suggestion fixer to add an 'a...
    • 6b3ed1d docs: fixed typo "foo.property" (#6180)
    • c943b84 chore: publish v5.46.1
    • 47241bb docs: overhaul branding and add new logo (#6147)
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once CI passes on it, as requested by @KrzysztofZawisla.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump @typescript-eslint/parser from 5.46.0 to 5.47.1

    Bump @typescript-eslint/parser from 5.46.0 to 5.47.1

    Bumps @typescript-eslint/parser from 5.46.0 to 5.47.1.

    Release notes

    Sourced from @​typescript-eslint/parser's releases.

    v5.47.1

    5.47.1 (2022-12-26)

    Bug Fixes

    • ast-spec: correct some incorrect ast types (#6257) (0f3f645)
    • eslint-plugin: [member-ordering] correctly invert optionalityOrder (#6256) (ccd45d4)

    v5.47.0

    5.47.0 (2022-12-19)

    Features

    • eslint-plugin: [no-floating-promises] add suggestion fixer to add an 'await' (#5943) (9e35ef9)

    v5.46.1

    5.46.1 (2022-12-12)

    Note: Version bump only for package @​typescript-eslint/typescript-eslint

    Changelog

    Sourced from @​typescript-eslint/parser's changelog.

    5.47.1 (2022-12-26)

    Note: Version bump only for package @​typescript-eslint/parser

    5.47.0 (2022-12-19)

    Note: Version bump only for package @​typescript-eslint/parser

    5.46.1 (2022-12-12)

    Note: Version bump only for package @​typescript-eslint/parser

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once CI passes on it, as requested by @KrzysztofZawisla.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump core-js from 3.26.1 to 3.27.0

    Bump core-js from 3.26.1 to 3.27.0

    Bumps core-js from 3.26.1 to 3.27.0.

    Changelog

    Sourced from core-js's changelog.

    3.27.0 - 2022.12.26
    • Iterator Helpers proposal:
      • Built-ins:
        • Iterator
          • Iterator.from
          • Iterator.prototype.drop
          • Iterator.prototype.every
          • Iterator.prototype.filter
          • Iterator.prototype.find
          • Iterator.prototype.flatMap
          • Iterator.prototype.forEach
          • Iterator.prototype.map
          • Iterator.prototype.reduce
          • Iterator.prototype.some
          • Iterator.prototype.take
          • Iterator.prototype.toArray
          • Iterator.prototype.toAsync
          • Iterator.prototype[@@toStringTag]
        • AsyncIterator
          • AsyncIterator.from
          • AsyncIterator.prototype.drop
          • AsyncIterator.prototype.every
          • AsyncIterator.prototype.filter
          • AsyncIterator.prototype.find
          • AsyncIterator.prototype.flatMap
          • AsyncIterator.prototype.forEach
          • AsyncIterator.prototype.map
          • AsyncIterator.prototype.reduce
          • AsyncIterator.prototype.some
          • AsyncIterator.prototype.take
          • AsyncIterator.prototype.toArray
          • AsyncIterator.prototype[@@toStringTag]
      • Moved to Stage 3, November 2022 TC39 meeting
      • Added /actual/ entries, unconditional forced replacement disabled for features that survived to Stage 3
      • .from accept strings, .flatMap throws on strings returned from the callback, proposal-iterator-helpers/244, proposal-iterator-helpers/250
      • .from and .flatMap throws on non-object iterators, proposal-iterator-helpers/253
    • Set methods proposal:
      • Built-ins:
        • Set.prototype.intersection
        • Set.prototype.union
        • Set.prototype.difference
        • Set.prototype.symmetricDifference
        • Set.prototype.isSubsetOf
        • Set.prototype.isSupersetOf
        • Set.prototype.isDisjointFrom
      • Moved to Stage 3, November 2022 TC39 meeting
      • Reimplemented with new semantics:
        • Optimized performance (iteration over lowest set)
        • Accepted only Set-like objects as an argument, not all iterables
        • Accepted only Sets as this, no @@species support, and other minor changes

    ... (truncated)

    Commits
    • 66c427f 3.27.0
    • c8322b0 allow gc disposed resources before disposing all resources of stack
    • 0d9478e add some comments
    • 68c9bf6 smoothed behavior of some conflicting proposals
    • 4cc298a fix a couple of tests
    • c5e2d95 add set(Timeout|Interval|Immediate) extra arguments fix for Bun (similarly ...
    • 078397e remove unreachable condition
    • 5c6b8fa throw an error on non-frozen raw templates for avoiding possible breaking cha...
    • 4d1b116 some optimizations
    • 041835b drop extra dependencies from /proposals|stage/ entries, they are not requir...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once CI passes on it, as requested by @KrzysztofZawisla.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump snyk from 1.1069.0 to 1.1076.0

    Bump snyk from 1.1069.0 to 1.1076.0

    Bumps snyk from 1.1069.0 to 1.1076.0.

    Release notes

    Sourced from snyk's releases.

    v1.1076.0

    1.1076.0 (2022-12-22)

    Bug Fixes

    • Revert "Merge pull request #4255 from snyk/chore/HMMR-567-release-golang-cli-for-linux" (fb7d31e)

    v1.1075.0

    1.1075.0 (2022-12-22)

    v1.1074.0

    1.1074.0 (2022-12-21)

    Features

    • add unmanaged analytics (1cc153d)

    v1.1073.0

    1.1073.0 (2022-12-20)

    Bug Fixes

    • integrate support of NODE_EXTRA_CA_CERTS (8e69f00)
    • upgrade snyk docker plugin (07043a4)

    Features

    • yarn lock v2 support plus improvements (798abf1)

    v1.1072.0

    1.1072.0 (2022-12-19)

    Bug Fixes

    • handle self being undefined (a6d9158)
    • improve the time interval for retries during test of unmanaged (b9c4ecb)

    Features

    • add swiftpm support for test command (963fe53)

    v1.1071.0

    1.1071.0 (2022-12-13)

    ... (truncated)

    Commits
    • 48b5d9a Merge pull request #4258 from snyk/fix/HMMR-626_rollback
    • fb7d31e fix: Revert "Merge pull request #4255 from snyk/chore/HMMR-567-release-golang...
    • c22f2c6 Merge pull request #4255 from snyk/chore/HMMR-567-release-golang-cli-for-linux
    • 974ba9b chore: release golang cli on linux arm64
    • c04a6ea chore: release golang cli on linux
    • adcdea8 Merge pull request #4254 from snyk/feat/unmanaged-analytics
    • 7800441 Merge pull request #4222 from snyk/feat/yarn-lock-2-support-and-depgraph-migr...
    • 798abf1 feat: yarn lock v2 support plus improvements
    • 6846be1 Merge pull request #4249 from snyk/fix/HMMR-610_extra_cert
    • 1cc153d feat: add unmanaged analytics
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once CI passes on it, as requested by @KrzysztofZawisla.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • Bump jest-extended from 2.0.0 to 3.2.2

    Bump jest-extended from 2.0.0 to 3.2.2

    Bumps jest-extended from 2.0.0 to 3.2.2.

    Release notes

    Sourced from jest-extended's releases.

    v3.2.2

    What's Changed

    New Contributors

    Full Changelog: https://github.com/jest-community/jest-extended/compare/v3.2.1...v3.2.2

    v3.2.1

    What's Changed

    New Contributors

    Full Changelog: https://github.com/jest-community/jest-extended/compare/v3.2.0...v3.2.1

    v3.2.0

    What's Changed

    New Contributors

    Full Changelog: https://github.com/jest-community/jest-extended/compare/v3.1.0...v3.2.0

    v3.1.0

    What's Changed

    New Contributors

    Full Changelog: https://github.com/jest-community/jest-extended/compare/v3.0.2...v3.1.0

    v3.0.2

    What's Changed

    ... (truncated)

    Commits
    • d6f44b6 v3.2.2
    • 4b3fa65 fix(types): add vitest support for AsymmetricMatchers (#549)
    • df02532 chore(deps): bump minimatch in /examples/typescript/all (#531)
    • 8ced841 v3.2.1
    • 678b467 Update docusaurus monorepo to v2.2.0 (#504)
    • d670f40 Add filenames to code snippets under Setup docs page (#540)
    • 30a420e Create pass/fail error messages only if required (#545)
    • 2b23769 chore(deps): bump json5 from 2.2.0 to 2.2.3 in /examples/typescript/all (#547)
    • 61c94b1 chore: attempt to make renovate keep example up to date
    • 3497f88 Lock file maintenance
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump typescript-transform-paths from 3.4.4 to 3.4.5

    Bump typescript-transform-paths from 3.4.4 to 3.4.5

    Bumps typescript-transform-paths from 3.4.4 to 3.4.5.

    Release notes

    Sourced from typescript-transform-paths's releases.

    v3.4.5

    3.4.5 (2023-01-05)

    Bug Fixes

    • OSX paths can be rewritten improperly (fixes #167) (0ff48d7)
    Changelog

    Sourced from typescript-transform-paths's changelog.

    3.4.5 (2023-01-05)

    Bug Fixes

    • OSX paths can be rewritten improperly (fixes #167) (0ff48d7)
    Commits
    • bf61058 chore(release): 3.4.5
    • fb1c951 build(deps): Updated lockfiles
    • 704e7f8 build(ci): Added MacOS to tests CI OS matrix
    • 6a2cb89 build(ci): Updated publish script
    • edd0000 style: Formatting fixes
    • 0ff48d7 fix: OSX paths can be rewritten improperly (fixes #167)
    • 04fd73c build(ci): Compensated for node GC crash issue during tests
    • f854433 test: Fixed issue affecting running tests
    • f5e0016 test: Updated tests to support ts 4.9
    • a124c0b build(deps): Updated to latest ts and tsp
    • See full diff in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once CI passes on it, as requested by @KrzysztofZawisla.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump @babel/core from 7.20.5 to 7.20.12

    Bump @babel/core from 7.20.5 to 7.20.12

    Bumps @babel/core from 7.20.5 to 7.20.12.

    Release notes

    Sourced from @​babel/core's releases.

    v7.20.12 (2023-01-04)

    Thanks @​cross19xx, @​JBYoshi and @​nmn for your first PRs!

    :bug: Bug Fix

    • babel-traverse
    • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties

    :nail_care: Polish

    • babel-traverse

    Committers: 5

    v7.20.11 (2022-12-23)

    :eyeglasses: Spec Compliance

    • babel-helper-module-transforms, babel-plugin-proposal-dynamic-import, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs

    :bug: Bug Fix

    • babel-plugin-transform-block-scoping

    Committers: 2

    v7.20.10 (2022-12-23)

    :bug: Bug Fix

    Committers: 2

    v7.20.9 (2022-12-23)

    :bug: Bug Fix

    • babel-plugin-transform-block-scoping

    ... (truncated)

    Changelog

    Sourced from @​babel/core's changelog.

    v7.20.12 (2023-01-04)

    :bug: Bug Fix

    • babel-traverse
    • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties

    :nail_care: Polish

    • babel-traverse

    v7.20.11 (2022-12-23)

    :eyeglasses: Spec Compliance

    • babel-helper-module-transforms, babel-plugin-proposal-dynamic-import, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs

    :bug: Bug Fix

    • babel-plugin-transform-block-scoping

    v7.20.10 (2022-12-23)

    :bug: Bug Fix

    v7.20.9 (2022-12-23)

    :bug: Bug Fix

    • babel-plugin-transform-block-scoping

    v7.20.8 (2022-12-22)

    :bug: Bug Fix

    • babel-plugin-transform-block-scoping
    • babel-plugin-proposal-class-properties, babel-traverse

    v7.20.7 (2022-12-22)

    :eyeglasses: Spec Compliance

    • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
    • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes, babel-plugin-transform-object-super

    :bug: Bug Fix

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once CI passes on it, as requested by @KrzysztofZawisla.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump babel-loader from 8.2.5 to 9.1.2

    Bump babel-loader from 8.2.5 to 9.1.2

    Bumps babel-loader from 8.2.5 to 9.1.2.

    Release notes

    Sourced from babel-loader's releases.

    v9.1.2

    9.1.1 was a broken release, it didn't include all the commits.

    Dependencies updates

    Misc

    New Contributors

    Full Changelog: https://github.com/babel/babel-loader/compare/v9.1.0...v9.1.2

    v9.1.0

    New features

    Full Changelog: https://github.com/babel/babel-loader/compare/v9.0.1...v9.1.0

    v9.0.1

    Bug Fixes

    Full Changelog: https://github.com/babel/babel-loader/compare/v9.0.0...v9.0.1

    v9.0.0

    What's Changed

    New Contributors

    Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.5...v9.0.0

    v8.3.0

    New features

    Full Changelog: https://github.com/babel/babel-loader/compare/v8.2.5...v8.3.0

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump snyk from 1.1069.0 to 1.1081.0

    Bump snyk from 1.1069.0 to 1.1081.0

    Bumps snyk from 1.1069.0 to 1.1081.0.

    Release notes

    Sourced from snyk's releases.

    v1.1081.0

    1.1081.0 (2023-01-03)

    v1.1080.0

    1.1080.0 (2022-12-29)

    Bug Fixes

    • merge internal and external defined no_proxy (e92b1ae)

    Features

    • Upgrade snyk-iac-test to v0.37.2 (963039f)

    v1.1079.0

    1.1079.0 (2022-12-28)

    v1.1078.0

    1.1078.0 (2022-12-28)

    Bug Fixes

    • missing org slug in query string when tracking usage for iac scans (8e8fddb)

    v1.1077.0

    1.1077.0 (2022-12-27)

    Bug Fixes

    • add no_proxy for localhost traffic (f66df33)

    v1.1076.0

    1.1076.0 (2022-12-22)

    Bug Fixes

    • Revert "Merge pull request #4255 from snyk/chore/HMMR-567-release-golang-cli-for-linux" (fb7d31e)

    v1.1075.0

    1.1075.0 (2022-12-22)

    v1.1074.0

    1.1074.0 (2022-12-21)

    ... (truncated)

    Commits
    • 8dff90b Merge pull request #4264 from snyk/chore/HMMR-567-release-golang-cli-for-linux
    • e42dbd1 Merge pull request #4253 from snyk/feat/upgrade-snyk-iac-test
    • db9943a chore: release golang cli on linux and arm64
    • e929b03 Merge pull request #4263 from snyk/fix/HMMR-627_restore_system_proxy
    • e92b1ae fix: merge internal and external defined no_proxy
    • 13fea9e Merge pull request #4257 from snyk/fix/HMMR-626
    • 3aa723b Merge pull request #4262 from snyk/fix/iac-usage-with-custom-org
    • 8e8fddb fix: missing org slug in query string when tracking usage for iac scans
    • 108f41e Merge pull request #4252 from snyk/chore/HMMR-608_update_osname
    • ef6b69b fix: replace tmp by cache directory
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

    Dependabot will merge this PR once CI passes on it, as requested by @KrzysztofZawisla.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump vite from 2.9.11 to 4.0.4

    Bump vite from 2.9.11 to 4.0.4

    Bumps vite from 2.9.11 to 4.0.4.

    Release notes

    Sourced from vite's releases.

    [email protected]

    Please refer to CHANGELOG.md for details.

    [email protected]

    Please refer to CHANGELOG.md for details.

    [email protected]

    Please refer to CHANGELOG.md for details.

    [email protected]

    Please refer to CHANGELOG.md for details.

    [email protected]

    Please refer to CHANGELOG.md for details.

    [email protected]

    Please refer to CHANGELOG.md for details.

    [email protected]

    Please refer to CHANGELOG.md for details.

    Changelog

    Sourced from vite's changelog.

    4.0.4 (2023-01-03)

    4.0.3 (2022-12-21)

    4.0.2 (2022-12-18)

    4.0.1 (2022-12-12)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
Releases(v0.0.7)
Owner
null
An opinionated UI Workbench featuring tools like react, styled components, typescript, webpack, jest and storybook all bundled into an easy to use interface

An opinionated UI Workbench featuring tools like react, styled components, typescript, webpack, jest and storybook all bundled into an easy to use interface

Alex Wright 17 Dec 18, 2021
Inject React components into 3rd-party sites using ShadowDOM with ease (and without troubles with styles)! Particularly useful in browser extensions

Inject React components into 3rd-party sites using ShadowDOM with ease (and without troubles with styles)! Particularly useful in browser extensions

Oleh 24 Dec 20, 2022
Catamist, a simple Steam clone. A demo and discussion for implementing Figma design into React components

Catamist Catamist is a very simple Steam clone. The name comes from Catalyst + Catamyst + Mist (Steam synonym). A demo and discussion for implementing

M Haidar Hanif 5 Aug 5, 2022
A React Higher Order Component library to assign class names to components, looks like styled-components

Claas A React Higher Order Component library to assign classNames to components, looks like styled-components Why I always liked to use Tailwind and w

Mohamed Sofiene (Niemand) 8 Sep 14, 2022
Mintlify Components - Open-source library of UI components made with React and TailwindCSS

Mintlify Components Open-source library of UI components made with React and TailwindCSS. Checkout Mintlify.com to see the components in action. Mintl

Mintlify 9 Dec 30, 2022
dataminr-react-components - Collection of reusable React Components and utility functions.

react-components A collection of reusable React components with their own Flux lifecycle. What's inside react-components? Table Component From a simpl

Dataminr 264 Oct 17, 2022
🍿⚛Official React library to use Popper, the positioning library

React Popper React wrapper around Popper. important note: Popper is not a tooltip library, it's a positioning engine to be used to build features such

Popper 2.4k Dec 30, 2022
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

Kiwi.com 1.3k Jan 3, 2023
Mantine is a MIT licensed open source react components and hooks library with focus on usability, accessibility and developer experience.

React components and hooks library with native dark theme support and focus on usability, accessibility and developer experience

Mantine 16.5k Jan 3, 2023
Opinionated React UI library, built with styled-components and TypeScript.

Opinionated React UI library, built with styled-components and TypeScript.

Lapidist 0 Sep 28, 2022
A comprehensive React UI components library based on the Arco Design system.

A comprehensive React UI components library based on the Arco Design system.

null 3.7k Jan 8, 2023
A small Angular library that lets you use React components inside Angular projects

React in Angular and Angular in React This is a small Angular library that lets you use React components inside Angular projects. <react-wrapper [comp

BubblyDoo 9 Oct 18, 2022
Fluent UI web represents a collection of utilities, React components, and web components for building web applications.

Fluent UI Web Fluent UI web represents a collection of utilities, React components, and web components for building web applications. This repo is hom

Microsoft 14.5k Dec 31, 2022
🧩 Medly components provides numerous themable react components, each with multiple varitaions of sizes, colors, position etc.

?? Medly components provides numerous themable react components, each with multiple varitaions of sizes, colors, position etc.

Medly 77 Nov 14, 2022
Nextjs-components - A collection of React components

nextjs-components A collection of React components, transcribed from https://vercel.com/design. 1 Motivation TBD Todo's Unit test coverage Unit tests

null 94 Nov 30, 2022
react-var-ui is a simple React component library for variable setting and preview, inspired by iOS settings, react-dat-gui and dat.gui.

react-var-ui is a simple React component library for variable setting and preview, inspired by iOS settings, react-dat-gui and dat.gui. While some cod

Mat Sz 68 Dec 6, 2022
React standard library—must-have toolbox for any React project.

libreact React standard library—must-have toolbox for any React project. LAUNCH STORYBOOK ?? See documentation Most components implement Isomorphic -

Vadim Dalecky 2.6k Dec 29, 2022
React-daisyui 🌼 DaisyUI components built with React, Typescript and TailwindCSS

react-daisyui ?? DaisyUI components built with React, Typescript and TailwindCSS. ?? Check out our Storybook | ?? Try it with CodeSandbox ?? Need help

null 373 Dec 30, 2022
TailGrids React is Tailwind UI Components for React Web Projects.

TailGrids React is Tailwind UI Components for React Web Projects. This version is free open-source TailGrids Core that coded specifically for React, so anyone can use TailGrids Tailwind CSS components with your React projects flawlessly.

TailGrids 27 Jan 7, 2023