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(deps): update dependency @testing-library/jest-dom to v6 #198

Closed
wants to merge 2 commits into from

Commits on Aug 22, 2023

  1. print: revert "update js-linter"

    From commit 9b34417.
    One commit before this still worked, with commit 9b34417 the dev mode is broken.
    Nuxt 2 clashes with the new prettier, thus we stay at prettier v2.
    Also add package rules for print/package.json for these 2 packages.
    Also revert the format changes from 5585942.
    
    Else we have the following error for all vue templates when running npm run dev:
    ecamp3-print  | > 1 | [object Promise]
    ecamp3-print  |     |         ^
    ecamp3-print  |   2 | export { render, staticRenderFns }
    ecamp3-print  |     at parser.next (<anonymous>)
    ecamp3-print  |     at normalizeFile.next (<anonymous>)
    ecamp3-print  |     at run.next (<anonymous>)
    ecamp3-print  |     at transform.next (<anonymous>)
    ecamp3-print  |
    ecamp3-print  |
    ecamp3-print  | [log] [friendly-errors]
    ecamp3-print  |  @ ./pages/index.vue?vue&type=template&id=2a183b29& 1:0-290 1:0-290
    ecamp3-print  |  @ ./pages/index.vue
    ecamp3-print  |  @ ./.nuxt/router.js
    ecamp3-print  |  @ ./.nuxt/index.js
    ecamp3-print  |  @ ./.nuxt/client.js
    ecamp3-print  |  @ multi ./node_modules/eventsource-polyfill/dist/browserify-eventsource.js (webpack)-hot-middleware/client.js?reload=true&timeout=30000&ansiColors=&overlayStyles=&path=%2F__webpack_hmr%2Fclient&name=client ./.nuxt/client.js
    BacLuc committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    16f65ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b9a1b View commit details
    Browse the repository at this point in the history