chore(deps): bump lodash from 4.17.14 to 4.18.1 in /site#514
Open
parkerthierry276-code wants to merge 261 commits into
Open
Conversation
It seems that the deleteCookie method was replaced by removeCookie. Fix documentation.
Update google-analytics.md
Doc: replace deleteCookie for removeCookie
…into add-custify-plugin
add analytics-plugin-custify
…customerio Add customScriptSrc for customer.io (browser)
- @analytics/custify@0.0.2 - @analytics/customerio@0.2.2 - @analytics/google-analytics@1.0.4
- @analytics/segment@1.1.4
Fixup measurementIds type in docs
Fixup documented default for gtagName
…led-gtag-causes-analytics-js-plugin/sc-3982 fix: pre-installed gtag causes analytics.js plugin to not initialize
Warn about GA4 changes to event names
- @analytics/google-analytics@1.0.5
fix: google tag manager not working with custom script src
- @analytics/google-tag-manager@0.5.3
…dates rcmaples/fullstory-updates
- @analytics/fullstory@0.2.6
Add Countly plugin
- Add proper exports field to analytics-utils package.json for modern ESM resolution - Convert default import + destructuring to named imports in analytics-core - This enables better tree-shaking as consumers can import only the functions they need Co-authored-by: David Wells <DavidWells@users.noreply.github.com>
- Add file pattern '.test.([mc]js|[jt]sx?)$' to all uvu test scripts - Ensures all packages consistently find .test.js files like analytics-core - Updated 10 packages that were missing file patterns: - @analytics/aws-pinpoint - @analytics/fullstory - @analytics/control-flow-utils - @analytics/listener-utils - @analytics/queue-utils - @analytics/storage-utils - @analytics/type-utils - @analytics/url-utils - analytics-utils - @analytics/visitor-source - Added test script to main analytics package Co-authored-by: David Wells <DavidWells@users.noreply.github.com>
WIP: Update tests and build
…roved documentation - Added TypeScript configuration file (tsconfig.json) for better type checking and declaration generation - Updated package.json to include TypeScript types and a script for generating declaration files - Enhanced JSDoc comments in index.js for better clarity on function parameters and return types - Improved the getElapsed function to use getTime() for more accurate time calculations
…est case in index.test.js - Added TypeScript version 5.9.2 to pnpm-lock.yaml - Updated test case in index.test.js to remove .only modifier for better test execution consistency
- analytics@0.8.17 - @analytics/core@0.13.0 - @analytics/fullstory@0.2.7 - @analytics/original-source-plugin@1.0.14 - @analytics/activity-utils@0.2.0 - @analytics/control-flow-utils@0.1.3 - @analytics/form-utils@0.3.14 - @analytics/listener-utils@0.4.1 - analytics-util-params@0.2.0 - @analytics/queue-utils@0.1.3 - @analytics/redact-utils@0.1.4 - @analytics/scroll-utils@0.1.25 - @analytics/session-utils@0.2.3 - @analytics/storage-utils@0.4.3 - @analytics/cookie-utils@0.2.13 - @analytics/global-storage-utils@0.1.8 - @analytics/localstorage-utils@0.1.11 - @analytics/remote-storage-utils@0.4.23 - @analytics/session-storage-utils@0.0.8 - @analytics/type-utils@0.6.3 - @analytics/url-utils@0.2.4 - @analytics/visitor-source@0.0.8 - analytics-utils@1.1.0
…util-activity - Changed the TypeScript definition file path in package.json from 'dist/analytics-util-activity.d.ts' to 'dist/index.d.ts' - Improved JSDoc comments in index.js to provide clearer type definitions for activity-related functions and parameters
- @analytics/activity-utils@0.2.1
…ild verification script - Changed the main field in multiple package.json files to use the .cjs extension for CommonJS compatibility. - Added a new script (verify-builds.js) to verify that all files referenced in package.json exist after build.
- analytics@0.8.18 - @analytics/core@0.13.1 - @analytics/original-source-plugin@1.0.15 - @analytics/activity-utils@0.2.2 - @analytics/control-flow-utils@0.1.4 - @analytics/form-utils@0.3.15 - @analytics/listener-utils@0.4.2 - @analytics/redact-utils@0.1.5 - @analytics/scroll-utils@0.1.26 - @analytics/session-utils@0.2.4 - @analytics/storage-utils@0.4.4 - @analytics/cookie-utils@0.2.14 - @analytics/global-storage-utils@0.1.9 - @analytics/localstorage-utils@0.1.12 - @analytics/remote-storage-utils@0.4.24 - @analytics/session-storage-utils@0.0.9 - @analytics/type-utils@0.6.4 - @analytics/url-utils@0.2.5 - @analytics/visitor-source@0.0.9 - analytics-utils@1.1.1
…250621_005745 docs: add emoji and package manager install instructions
- Updated dependencies in pnpm-lock.yaml for various analytics packages to their latest versions. - Changed the dependency specification for @analytics/core in package.json to use workspace reference. - Added type and homepage fields in package.json for @analytics/core. - Renamed CommonJS output files to .cjs in build scripts for better compatibility with module types. - Enhanced build verification script to check for amdName correctness in built outputs.
- Introduced a new script to run installation verification tests for both CommonJS and ESM modules. - Created test directories with corresponding package.json files for CommonJS and ESM installations. - Each test logs the results of the installation verification process, ensuring that the README install instructions are accurate.
- analytics@0.8.19 - @analytics/core@0.13.2
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.14...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps lodash from 4.17.14 to 4.18.1.
--- updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com