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(deps): update dependency ngx-matomo-client to v7 #3639

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ngx-matomo-client (source) ^5.0.4 -> ^7.0.0 age adoption passing confidence

Release Notes

EmmanuelRoux/ngx-matomo-client (ngx-matomo-client)

v7.0.1

Compare Source

Bug Fixes

v7.0.0

Compare Source

Bug Fixes
  • correctly inject legacy MatomoRouterModule and NgxMatomoRouterModule (c2f7fda), closes #​105 #​104
  • correctly resolve deferred configuration when using manual initialization mode (f0bb6c1), closes #​102
  • prepare testing api update (0471e41)
Features
Breaking changes
  • Angular v19 is now required as peer dependency
  • Some of your tests may be broken, you may need to provide Matomo in TestBed using provideMatomoTesting().
Deprecations
  • MatomoTestingTracker.setMatomoInstance has been deprecated, provide a MATOMO_TESTING_INSTANCE DI token instead

6.4.1 (2025-01-14)

Reverts
  • feat: allow providing Matomo in lazy-loaded components/modules (#​98) (3c20676)
  • fix: correctly resolve deferred configuration when using manual initialization mode (a2ca6c4)

v6.4.1

Compare Source

Reverts
  • feat: allow providing Matomo in lazy-loaded components/modules (#​98) (3c20676)
  • fix: correctly resolve deferred configuration when using manual initialization mode (a2ca6c4)

v6.4.0

Compare Source

Bug Fixes
  • correctly resolve deferred configuration when using manual initialization mode (da82506), closes #​102
Features
  • add getCustomData and setCustomData tracker API methods (e76564c)
  • add optional custom data parameter to event tracking (0cdda40)
  • add optional custom data parameter to goal tracking (6e21b91)
  • add optional custom data parameter to link tracking (cfb42b1)
  • add optional custom data parameter to site search tracking (fa35f1c), closes #​96
  • allow providing Matomo in lazy-loaded components/modules (#​98) (45a5a0e)

6.3.1 (2024-09-15)

Bug Fixes
  • router, form-analytics: disable page tracking on server (#​94) (229083b)

v6.3.1

Compare Source

Bug Fixes
  • router, form-analytics: disable page tracking on server (#​94) (229083b)

v6.3.0

Compare Source

Features
  • core: introduce literal type MatomoConsentRequirement (e517efd)
  • core: introduce literal type MatomoInitializationBehavior (0cac720)
  • router: add functional interceptors support (6002d77)
Deprecations
  • core: MatomoConsentMode enum is deprecated, use MatomoConsentRequirement instead.
  • core: MatomoInitializationMode enum is deprecated, use MatomoInitializationBehavior instead.

v6.2.0

Compare Source

Bug Fixes
  • tracker: add default value for acceptDoNotTrack option (243fc46)
  • upgrade schematics to non-deprecated module names (946ef9f)
Features
  • add compatibility with Angular 18 (7828aed), closes #​90
  • add FormAnalytics support (ccdcfac)
  • router: allow ignoring subsequent navigation to the same url (#​89) (1cb504c), closes #​72
  • tracker: add new disableCampaignParameters configuration option (88258fa)
  • tracker: add new disableCampaignParameters tracker method (4cfda65)

6.1.3 (2024-04-09)

Bug Fixes

6.1.2 (2024-03-31)

Bug Fixes
  • fix GitHub redirection problem after renaming project (13ed0f1)

6.1.1 (2024-03-31)

Bug Fixes
  • release: fix publish problem with 6.1.0 release (f9b9ba2)

v6.1.3

Compare Source

Bug Fixes

v6.1.2

Compare Source

Bug Fixes
  • fix GitHub redirection problem after renaming project (13ed0f1)

v6.1.1

Compare Source

Bug Fixes
  • release: fix publish problem with 6.1.0 release (f9b9ba2)

v6.1.0

Compare Source

Features
  • provide testing implementation (ef5d358)

6.0.2 (2024-01-30)

Bug Fixes
  • router: retrieve Base Href from LocationStrategy and correctly handle nulls (73e8442), closes #​82

6.0.1 (2024-01-15)

Bug Fixes
  • router: fix router module constructor token declaration (82e0aa2), closes #​79

v6.0.2

Compare Source

Bug Fixes
  • router: retrieve Base Href from LocationStrategy and correctly handle nulls (73e8442), closes #​82

v6.0.1

Compare Source

Bug Fixes
  • router: fix router module constructor token declaration (82e0aa2), closes #​79

v6.0.0

Compare Source

Bug Fixes
  • MatomoOptOutFormComponent now waits for default server url from possibly deferred configuration (c60b134)
Code Refactoring
  • rename NgxMatomoModule to MatomoModule (eb70405)
  • rename NgxMatomoRouterModule to MatomoRouterModule (8795a05)
Features
  • add setPageViewId and getPageViewId to tracker api (b234a7b)
  • compatibility with Matomo 5 (35ad9e1)
  • upgrade to Angular 17 (9ac9a10)
Breaking changes
  • Angular v17 is now required as peer dependency
Deprecations
  • NgxMatomoRouterModule has been deprecated, use MatomoRouterModule instead
  • NgxMatomoModule has been deprecated, use MatomoModule instead

5.0.4 (2023-09-04)

Bug Fixes
  • README: add missing Angular 15 compatibility statement to compatibility table (182ad2b)

5.0.3 (2023-09-02)

Bug Fixes
  • add secondary entry points (89f9344)
Performance Improvements

5.0.2 (2023-07-25)

Bug Fixes
  • router: fix NgxMatomoRouterModule not being correctly enabled without .forRoot() call (61603b6), closes #​68

5.0.1 (2023-07-03)

Bug Fixes
  • README: fix legacy documentation link and images size (ef38fda)

v5.1.0

Compare Source

Bug Fixes
  • MatomoOptOutFormComponent now waits for default server url from possibly deferred configuration (c60b134)
  • fix router module constructor token declaration (0ed5c0c)
Code Refactoring
  • rename NgxMatomoModule to MatomoModule (eb70405)
  • rename NgxMatomoRouterModule to MatomoRouterModule (8795a05)
Features
  • add setPageViewId and getPageViewId to tracker api (553c20b)
  • compatibility with Matomo 5 (35ad9e1)
  • provide testing implementation (eeb6d68)
Deprecations
  • NgxMatomoRouterModule has been deprecated, use MatomoRouterModule instead
  • NgxMatomoModule has been deprecated, use MatomoModule instead

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 25, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 25, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.84%. Comparing base (dc0f7e9) to head (29baef4).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3639      +/-   ##
==========================================
+ Coverage   66.82%   66.84%   +0.01%     
==========================================
  Files         925      925              
  Lines       15260    15260              
  Branches     2127     2127              
==========================================
+ Hits        10198    10200       +2     
+ Misses       4886     4885       -1     
+ Partials      176      175       -1     

see 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dc0f7e9...29baef4. Read the comment docs.

@renovate renovate bot force-pushed the renovate/ngx-matomo-client-7.x branch from 8368cf8 to 15afb4c Compare January 27, 2025 21:25
Copy link

socket-security bot commented Jan 27, 2025

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@eslint-community/[email protected] None 0 431 kB eslint-community-bot
npm/@eslint/[email protected] filesystem, unsafe +1 732 kB eslintbot
npm/@eslint/[email protected] None 0 13.9 kB eslintbot
npm/@faker-js/[email protected] None 0 10.2 MB shinigami92
npm/@humanwhocodes/[email protected] Transitive: environment +2 133 kB nzakas
npm/@nodelib/[email protected] filesystem 0 22.2 kB mrmlnc
npm/@nodelib/[email protected] filesystem 0 11.8 kB mrmlnc
npm/@nodelib/[email protected] None 0 26.4 kB mrmlnc
npm/@types/[email protected] None 0 7.65 kB types
npm/@types/[email protected] None 0 2.09 MB types
npm/@typescript-eslint/[email protected] None 0 2.69 MB jameshenry
npm/@typescript-eslint/[email protected] None 0 18 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 613 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 109 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 156 kB jameshenry
npm/@typescript-eslint/[email protected] Transitive: environment +2 1.02 MB jameshenry
npm/@typescript-eslint/[email protected] None 0 332 kB jameshenry
npm/@typescript-eslint/[email protected] None 0 19.4 kB jameshenry
npm/@ungap/[email protected] None 0 26.2 kB webreflection
npm/[email protected] None 0 24.4 kB rreverser
npm/[email protected] None 0 531 kB marijn
npm/[email protected] None 0 17 kB sindresorhus
npm/[email protected] environment, filesystem 0 172 kB vitaly
npm/[email protected] None 0 3.17 kB sindresorhus
npm/[email protected] None 0 6.94 kB juliangruber
npm/[email protected] None 0 221 kB dcode
npm/[email protected] None 0 44.6 kB jonschlinkert
npm/[email protected] None 0 6.33 kB sindresorhus
npm/[email protected] None 0 27.2 kB qix
npm/[email protected] None 0 6.69 kB dfcreative
npm/[email protected] None 0 4.86 kB substack
npm/[email protected] environment, filesystem, shell 0 16.1 kB satazor
npm/[email protected] None 0 5.42 kB sindresorhus
npm/[email protected] None 0 106 kB eslint
npm/[email protected] None 0 146 kB eslintbot
npm/[email protected] environment, filesystem 0 3.04 MB eslintbot
npm/[email protected] None +1 1.04 MB michaelficarra
npm/[email protected] None 0 13.5 kB michaelficarra
npm/[email protected] filesystem +1 109 kB mrmlnc
npm/[email protected] None 0 41.9 kB matteo.collina
npm/[email protected] filesystem 0 25.6 kB royriojas
npm/[email protected] None 0 16.7 kB jonschlinkert
npm/[email protected] None 0 11.8 kB sindresorhus
npm/[email protected] filesystem 0 29.4 kB jaredwray
npm/[email protected] None 0 40.3 kB webreflection
npm/[email protected] environment, filesystem 0 13.4 kB isaacs
npm/[email protected] filesystem +1 75.4 kB sindresorhus
npm/[email protected] None 0 4.87 kB sindresorhus
npm/[email protected] None 0 11.9 kB jensyt
npm/[email protected] None 0 3.96 kB isaacs
npm/[email protected] None 0 6.22 kB jonschlinkert
npm/[email protected] None 0 9.62 kB jonschlinkert
npm/[email protected] environment, filesystem 0 11 kB isaacs
npm/[email protected] None 0 27.8 kB jaredwray
npm/[email protected] None 0 24.9 kB gkz
npm/[email protected] filesystem 0 7.02 kB sindresorhus
npm/[email protected] None 0 54.1 kB jdalton
npm/[email protected] None 0 56.6 kB doowb
npm/[email protected] None 0 6.84 kB styfle
npm/[email protected] None 0 4.05 kB isaacs
npm/[email protected] None +1 71.3 kB gkz
npm/[email protected] None 0 7.75 kB sindresorhus
npm/[email protected] None 0 7.24 kB sindresorhus
npm/[email protected] None 0 3.92 kB sindresorhus
npm/[email protected] filesystem 0 5.41 kB sindresorhus
npm/[email protected] environment, filesystem, unsafe 0 8.39 MB prettier-bot
npm/[email protected] None 0 8.37 kB feross
npm/[email protected] filesystem, unsafe 0 4.64 kB sindresorhus
npm/[email protected] None 0 9.44 kB matteo.collina
npm/[email protected] filesystem 0 17.3 kB isaacs
npm/[email protected] None 0 6.56 kB feross
npm/[email protected] None 0 95.4 kB npm-cli-ops
npm/[email protected] None 0 2.56 kB kevva
npm/[email protected] None 0 2.83 kB sindresorhus
npm/[email protected] None 0 7.04 kB sindresorhus
npm/[email protected] None 0 22.9 kB jonschlinkert
npm/[email protected] None 0 828 kB joshuakgoldberg
npm/[email protected] None 0 81.1 kB jameshenry
npm/[email protected] None 0 73.1 kB ethan_arrowood
npm/[email protected] None 0 470 kB garycourt
npm/[email protected] environment 0 9.97 kB isaacs
npm/[email protected] None 0 2.96 kB zkat

View full report↗︎

@renovate renovate bot force-pushed the renovate/ngx-matomo-client-7.x branch from 15afb4c to 29baef4 Compare January 27, 2025 21:28
@pYassine pYassine closed this Jan 28, 2025
Copy link
Contributor Author

renovate bot commented Jan 28, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/ngx-matomo-client-7.x branch January 28, 2025 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants