Skip to content

Tags: iFaxity/vite-plugin-istanbul

Tags

v6.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: removed engine version (#215)

Removed node from engines specification to prevent error on install.
Fixes #214.

v6.0.2-rc.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: removed engine version (#215)

Removed node from engines specification to prevent error on install.
Fixes #214.

v6.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(ci): added pnpm setup for actions (#213)

* build(ci): added pnpm setup for actions

* fix: added rollup as a dev dependency

v6.0.1-rc.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(ci): added pnpm setup for actions (#213)

* build(ci): added pnpm setup for actions

* fix: added rollup as a dev dependency

v6.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #188 from iFaxity/dependabot/npm_and_yarn/commitli…

…nt/config-conventional-19.0.3

build(deps-dev): bump @commitlint/config-conventional from 18.6.2 to 19.0.3

v5.0.0-rc.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat!: update to support vite v5 (#183)

* build: updated to node v20

* build(deps): added missing dependency to source-map

* feat!: updated to espree v10

BREAKING CHANGE: updating from espree v9 to v10 deprecates older node versions

* feat!: update to support vite v5

BREAKING CHANGE: least supported version changed from v2.9.1 to v4

v5.0.0-rc.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add regex for vue SFC to prevent instrumenting style and templat…

…es (#180)

* fix: add regex for vue SFC to prevent instrumenting style and templates

Single file Components no longer have their html or css instrumented instead of their script

Closes #96 #178 #89

* build: add prepare script to build the package when using a git version

See https://stackoverflow.com/a/57829251

* build: fix dependencies' vulnerabilities

run npm audit fix

* build: bump devDependencies (patch version only)

* fix: instrument both option and composition API

* style: fix sonarlint issues

* revert: reverted changes to dependencies and package.json

Refs: 1e67efc, ea8fa18, 614a88a

* style: changed to single quotes for strings

---------

Co-authored-by: Hugo <[email protected]>
Co-authored-by: Christian Norrman <[email protected]>

v5.0.0-rc.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Ensure identity source map has the same number of fields as the …

…combined source map (#122)

* fix: source map should have the same number of optional fields
* fix

v5.0.0-rc.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Remove file entry from source map (#115)