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

fix(node): ensure exported object is indeed an object and is a semantic-release configuration #209

Merged
merged 55 commits into from
Oct 18, 2023

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    78fecca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    635de3e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    7fa81b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    685e86c View commit details
    Browse the repository at this point in the history
  3. chore(vscode): break down code-workspace to individual files

    - remove Jest settings
    - remove Jest extension recommendations
    - remove vscode-jest-test launch config
    BinToss committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0815831 View commit details
    Browse the repository at this point in the history
  4. chore(vscode): remove vscode code-workspace, code-snippets whitelists

    No longe needed for this project, but they should be whitelisted in the gitignore templates anyway.
    BinToss committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    6db1b40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    975836e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85aea43 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    385ac4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5604b36 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2740e85 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52ccc94 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f24ba89 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    456798f View commit details
    Browse the repository at this point in the history
  13. chore(node, vscode): remove redundant launch config

    Run Script: start already handles it
    BinToss committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    9fd9128 View commit details
    Browse the repository at this point in the history
  14. build(node): change author

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

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    9a3dbea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    917b862 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa785db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27e9240 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2804ab5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    969f863 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9a8f0a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    524a060 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    8276883 View commit details
    Browse the repository at this point in the history
  2. build(dev-deps, node): add dev-dep 'eslint-plugin-disable'

    I've had it up to here with other devs assuming I'm willing to use Jest.
    GET. OUT.
    BinToss committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    13b5a7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    298bbf9 View commit details
    Browse the repository at this point in the history
  4. chore(node): fix eslint config

    - use tsconfig.test.json
    - assume jest version 1 to resolve error when Jest is missing
    
    I can't be bothered to use the complex resolutions for errors raised by eslint-plugin-jest.
    We don't use Jest and we never will.
    BinToss committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5a5bba4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce6c944 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6fddc93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6750204 View commit details
    Browse the repository at this point in the history
  8. test(node): lint index test

    BinToss committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3ad6ffa View commit details
    Browse the repository at this point in the history
  9. build(node): update TypeScript configs

    - tsconfig.cjs.json
      - emit declarations
    - tsconfig.json
      - do not emit declarations
    - tsconfig.test.json
      - extend from tsconfig.json
      - fix tests blob
    BinToss committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    a6bfa3e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7448f5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2dd79b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b120014 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5d98be1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c8e0e3f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9af4719 View commit details
    Browse the repository at this point in the history
  16. test(node): update 'index' paths

    Refs: b120014
    BinToss committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    32bcdf8 View commit details
    Browse the repository at this point in the history
  17. chore(vscode): add 'conventionalCommits.scopes'

    dotnet, node, vscode
    BinToss committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    79f1fb6 View commit details
    Browse the repository at this point in the history
  18. build(node): enable 'decarationMap'

    sourcemaps .d.ts files to .ts source files
    BinToss committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e3e3894 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9ebc418 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9d3bec7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    111487d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e888c9e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f690556 View commit details
    Browse the repository at this point in the history
  24. test(node): use sub-test framework as intended

    This should resolve the "parentAlreadyFinished" issue present in our GitHub workflows
    BinToss committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5619460 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d33d2bd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    cb0bac1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8c6217f View commit details
    Browse the repository at this point in the history
  28. chore(node): remove build step from test script

    test runners may run this script after detecting changes. Just `npm run watch`
    BinToss committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    cfb72b3 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bc66da5 View commit details
    Browse the repository at this point in the history
  30. chore(vscode): add settings for extension 'nodeTdd'

    It still doesn't work on my PC...
    BinToss committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d6758d2 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    df84042 View commit details
    Browse the repository at this point in the history