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

support deno #2745

Closed
wants to merge 17 commits into from
Closed

support deno #2745

wants to merge 17 commits into from

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    6b61dea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b227d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. add deno test

    vixalien committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8aa201f View commit details
    Browse the repository at this point in the history
  2. add deno CI workflow

    vixalien committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0b37309 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66472c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    943936e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. fix this.Objectpointing to custom Object

    this solution works for:
    
    - newer node versions (12+) and deno where `globalThis` is defined
    - old node versions (where `global` is defined)
    vixalien committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    42eafda View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. chore(deps): bump undici from 5.10.0 to 5.19.1 in /docs (#2758)

    Bumps [undici](https://github.com/nodejs/undici) from 5.10.0 to 5.19.1.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.10.0...v5.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and vixalien committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    aadf267 View commit details
    Browse the repository at this point in the history
  2. ci: update nodejs matrix test suites (#2765)

    * ci: update nodejs matrix test suite
    
    * Update ci.yml
    iChenLei authored and vixalien committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    9430b49 View commit details
    Browse the repository at this point in the history
  3. Correct typos and copy edit (#2764)

    Fix capitalization of Node.js, CSS, Stylus (CSS is already plural so CSSs is not really correct)
    
    Correct minor language errors
    peterhauke authored and vixalien committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    da81649 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17350fe View commit details
    Browse the repository at this point in the history
  5. add support for CSS Values 4 viewport-relative units (#2775)

    Co-authored-by: Taras Polovyi <taras.polovyi@grammarly.com>
    2 people authored and vixalien committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    d05fc0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff18aea View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump json5 from 2.2.1 to 2.2.3 in /docs (#2747)

    Bumps [json5](https://github.com/json5/json5) from 2.2.1 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.1...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and vixalien committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    e6fe347 View commit details
    Browse the repository at this point in the history
  8. ci: add nodejs v20 test (#2791)

    iChenLei authored and vixalien committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    b5c08f3 View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump vite from 2.9.15 to 2.9.16 in /docs (#2799)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.15 to 2.9.16.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v2.9.16/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v2.9.16/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and vixalien committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    0d0cedc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce7adc9 View commit details
    Browse the repository at this point in the history