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

chore: revamp build setup + bump/prune deps #1369

Merged
merged 81 commits into from
Nov 24, 2023
Merged

Commits on Oct 2, 2023

  1. chore: jsdoc stuff

    cristiand391 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    001cc82 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    8a359d6 View commit details
    Browse the repository at this point in the history
  2. fix: bump inquirer

    iowillhoit committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e45e3d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    d833a48 View commit details
    Browse the repository at this point in the history
  2. chore: code review

    cristiand391 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    8d9d4da View commit details
    Browse the repository at this point in the history
  3. chore: fix jsdoc

    [skip ci]
    cristiand391 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    bf4ab8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac5fff3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fc18d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    51760f5 View commit details
    Browse the repository at this point in the history
  2. chore: lint

    cristiand391 committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    ddeb58d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd8e280 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c011585 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1367 from jsforce/cd/jsdoc

    chore: jsdoc stuff
    shetzel committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    d2ca7c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9b375f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d96a720 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c8e6a1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c3ee120 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. chore: use wireit

    cristiand391 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f3b5a85 View commit details
    Browse the repository at this point in the history
  2. fix: use @types/jest

    can't use `@jest/globals` import b/c tests are executed with karma too,
    which will throw `Uncaught Error: Do not import `@jest/globals` outside
    of the Jest test environment.
    cristiand391 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    cbf7cdd View commit details
    Browse the repository at this point in the history
  3. chore: use wireit services

    replace `concurrently` setup with wireit's service feature
    cristiand391 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    17b0931 View commit details
    Browse the repository at this point in the history
  4. chore: remove directories property

    this doesn't seem to be used, added in commit 9605d4b
    cristiand391 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9523957 View commit details
    Browse the repository at this point in the history
  5. chore: bump eslint

    cristiand391 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ecc417b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. fix: update babel config/deps

    remove deprecated babel plugins and `regenerator-runtime`, update browser target and deps
    cristiand391 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f0a3b46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47a3905 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    7a4c6c9 View commit details
    Browse the repository at this point in the history
  2. fix: bump csv deps

    cristiand391 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7108b88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    670d697 View commit details
    Browse the repository at this point in the history
  4. fix: bump xml2js

    cristiand391 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4393f7b View commit details
    Browse the repository at this point in the history
  5. fix: lint lint

    cristiand391 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    003426c View commit details
    Browse the repository at this point in the history
  6. fix: replace querystring

    cristiand391 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9eeb895 View commit details
    Browse the repository at this point in the history
  7. chore: bump types/node

    [skip ci]
    cristiand391 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9981ee1 View commit details
    Browse the repository at this point in the history
  8. fix: search params

    cristiand391 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    eabbf9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c9112f View commit details
    Browse the repository at this point in the history
  10. Revert "fix: tests don't require node build"

    This reverts commit 7a4c6c9.
    cristiand391 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5698f46 View commit details
    Browse the repository at this point in the history
  11. test: fix typo and test

    cristiand391 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3c3ede6 View commit details
    Browse the repository at this point in the history
  12. ci: add wireit cache

    cristiand391 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3b3ec80 View commit details
    Browse the repository at this point in the history
  13. docs: add DEVELOPING.md

    [skip ci]
    cristiand391 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9f356a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Update DEVELOPING.md

    [skip ci]
    cristiand391 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    fbee7ff View commit details
    Browse the repository at this point in the history
  2. Update README.md

    [skip ci]
    cristiand391 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    04c0f29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1c227f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    6b2e22a View commit details
    Browse the repository at this point in the history
  2. fix: TS type errors

    cristiand391 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    fd0e66d View commit details
    Browse the repository at this point in the history
  3. fix: lint lint

    cristiand391 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    cc16d22 View commit details
    Browse the repository at this point in the history
  4. fix: revert TS change

    cristiand391 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    7839619 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8894d13 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. test: real fix

    cristiand391 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    6668583 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a365d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f5fbab View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    779fa35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc5ff6e View commit details
    Browse the repository at this point in the history
  3. chore: ts-expect-error

    cristiand391 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e72b5d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea844c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    ec2e930 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    79191b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    c41db7a View commit details
    Browse the repository at this point in the history
  2. chore: lint tnil

    cristiand391 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    28e2c0d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    03a5ca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31e7fd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71f143b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    399de77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38a7d70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a07a680 View commit details
    Browse the repository at this point in the history
  7. test: retry 3 times

    cristiand391 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f64beff View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    34da5ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c487aee View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    29f4eef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    086ae69 View commit details
    Browse the repository at this point in the history
  3. test: timeout/retry

    cristiand391 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    23e869d View commit details
    Browse the repository at this point in the history
  4. test: fix scripts

    cristiand391 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d0a3e27 View commit details
    Browse the repository at this point in the history
  5. test: fix retry script

    cristiand391 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    7d9169c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. chore: cleanup

    cristiand391 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9d24010 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a774ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f29fbd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b10446 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    252db5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bae833 View commit details
    Browse the repository at this point in the history
  7. chore: lint tnil

    cristiand391 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5e4c75c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46e3b60 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    361ca1c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1378 from jsforce/cd/fix-flaky-tests

    test: fix flaky tests
    mshanemc committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8a32aad View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Update DEVELOPING.md

    [skip ci]
    cristiand391 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    b5ba8e7 View commit details
    Browse the repository at this point in the history