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

refactor: rewrite with typescript and module-builder #456

Merged
merged 45 commits into from
Mar 17, 2023

Commits on Nov 13, 2022

  1. migrate to module-builder

    rtibaldo committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    daa948c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. revert eslintrc changes

    rtibaldo committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1f74f4e View commit details
    Browse the repository at this point in the history
  2. fixed lint issues

    rtibaldo committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    21137de View commit details
    Browse the repository at this point in the history
  3. added prepare script

    rtibaldo committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    040208b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Removed JSDoc

    rtibaldo committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    b01023c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e669fa3 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Added lint rules

    rtibaldo committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    96c68c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. migrate to module-builder

    revert eslintrc changes
    
    fixed lint issues
    
    added prepare script
    
    Removed JSDoc
    
    Updated to nuxt stable release
    
    Added lint rules
    rtibaldo authored and rchl committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    7fb1c5e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Merge branch 'rtibaldo-rewrite-module-builder' into rtibaldo-rewrite-…

    …module-builder-original
    
    * rtibaldo-rewrite-module-builder: (39 commits)
      migrate to module-builder
      chore: release 7.0.2
      fix(deps): update sentry dependencies to ^7.29.0 (nuxt-community#482)
      chore(deps): update all non-major dependencies
      fix: not able to resolve un-hoisted client-side dependencies (nuxt-community#486)
      chore: release 7.0.1
      fix: more accurate type for `serverConfig` option (nuxt-community#484)
      chore: remove dead badge from the readme
      chore(docs): build documentation on every change
      chore: release 7.0.0
      feat: enable tree shaking of Sentry SDK debug code (nuxt-community#481)
      chore(lint): enable linting for more files within the repo
      chore(deps): update lock file
      fix(deps): update sentry dependencies to ^7.28.0 (nuxt-community#478)
      docs: minor updates about dependencies and lazy+tracing
      feat: support plugin path for clientConfig and serverConfig (nuxt-community#477)
      feat(tracing): enable Vue Router instrumentation by default (nuxt-community#476)
      Revert "feat(tracing): enable Vue Router instrumentation by default"
      feat(tracing): enable Vue Router instrumentation by default
      chore(lint): tweak eslint ignore directives for generated plugin files
      ...
    rchl committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    0eb4360 View commit details
    Browse the repository at this point in the history
  2. disable treeshake for now

    rchl committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    6ff3b6f View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Configuration menu
    Copy the full SHA
    1c99c3f View commit details
    Browse the repository at this point in the history
  2. Fixed publish on dev

    rtibaldo committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    0f1de48 View commit details
    Browse the repository at this point in the history
  3. Fixed es module error

    rtibaldo committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    96e5930 View commit details
    Browse the repository at this point in the history
  4. Fixed resolveClientOptions

    rtibaldo committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    51502b4 View commit details
    Browse the repository at this point in the history
  5. don't lint on testing

    rchl committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    0418e61 View commit details
    Browse the repository at this point in the history
  6. Add contributing info

    rchl committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    08d37cc View commit details
    Browse the repository at this point in the history
  7. camel case for types

    rchl committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    60157ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a05e77 View commit details
    Browse the repository at this point in the history
  9. working on Nuxt 2 testing

    rchl committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    f810169 View commit details
    Browse the repository at this point in the history
  10. move core files to root

    rchl committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    c8617f0 View commit details
    Browse the repository at this point in the history
  11. install in test

    rchl committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    d57a5a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Merge branch 'main' into rtibaldo-rewrite-module-builder-original

    * main:
      chore: release 7.0.3
      fix(deps): update sentry dependencies to ^7.33.0 (nuxt-community#487)
      fix: don't require webpack dependency at runtime (nuxt-community#492)
    rchl committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    b107592 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 4, 2023

  1. only nuxt 2

    rchl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    ea4f90b View commit details
    Browse the repository at this point in the history
  2. unnecessary

    rchl committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    e68de2c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. remove leftover files

    rchl committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    4f16c09 View commit details
    Browse the repository at this point in the history
  2. use cjs for release-it config

    rchl committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    de979af View commit details
    Browse the repository at this point in the history
  3. avoid crash?

    rchl committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    43369f1 View commit details
    Browse the repository at this point in the history
  4. revert to cjs

    rchl committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    6857eeb View commit details
    Browse the repository at this point in the history
  5. don't test node 14

    rchl committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    bb60ab3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    547707a View commit details
    Browse the repository at this point in the history
  2. better types for integrations

    rchl committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    f443830 View commit details
    Browse the repository at this point in the history
  3. parens

    rchl committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    bda8040 View commit details
    Browse the repository at this point in the history
  4. types

    rchl committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    3746cd9 View commit details
    Browse the repository at this point in the history
  5. fix conflicting type names

    rchl committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    9252e95 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    6521ef8 View commit details
    Browse the repository at this point in the history
  2. fix types in tests

    rchl committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7b7e475 View commit details
    Browse the repository at this point in the history
  3. bla

    rchl committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    02de5c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c6836a View commit details
    Browse the repository at this point in the history
  5. it's needed

    rchl committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    19279ee View commit details
    Browse the repository at this point in the history
  6. remove unneeded mkdist step

    rchl committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    5b80490 View commit details
    Browse the repository at this point in the history
  7. consola is technically needed

    rchl committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    80e50d3 View commit details
    Browse the repository at this point in the history
  8. unnecessary ts-ignores

    rchl committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c3da9f1 View commit details
    Browse the repository at this point in the history