-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into chore/test-that-autocapture-allowlists-are-u…
…nioned
- Loading branch information
Showing
30 changed files
with
802 additions
and
406 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Server-side rendering and ES5 | ||
name: ES5 support check | ||
|
||
on: | ||
- pull_request | ||
|
@@ -19,8 +19,5 @@ jobs: | |
|
||
- run: pnpm install && pnpm build | ||
|
||
- name: Run es-check to check if our bundle is ES5 compatible | ||
run: npx [email protected] es5 dist/{array,main}.js | ||
|
||
- name: Require module via node | ||
run: cd dist; node -e "require('./main')" | ||
- name: Run es-check to check if our ie11 bundle is ES5 compatible | ||
run: npx [email protected] es5 dist/array.full.es5.js |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "posthog-js", | ||
"version": "1.169.0", | ||
"version": "1.174.2", | ||
"description": "Posthog-js allows you to automatically capture usage and send events to PostHog.", | ||
"repository": "https://github.com/PostHog/posthog-js", | ||
"author": "[email protected]", | ||
|
@@ -38,30 +38,33 @@ | |
"react/package.json" | ||
], | ||
"dependencies": { | ||
"core-js": "^3.38.1", | ||
"fflate": "^0.4.8", | ||
"preact": "^10.19.3", | ||
"web-vitals": "^4.0.1" | ||
"web-vitals": "^4.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.18.9", | ||
"@babel/plugin-syntax-decorators": "^7.23.3", | ||
"@babel/plugin-transform-nullish-coalescing-operator": "^7.25.8", | ||
"@babel/plugin-transform-react-jsx": "^7.23.4", | ||
"@babel/preset-env": "7.18.9", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@cypress/skip-test": "^2.6.1", | ||
"@jest/globals": "^27.5.1", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-commonjs": "^28.0.1", | ||
"@rollup/plugin-json": "^6.1.0", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-node-resolve": "^15.3.0", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@rollup/plugin-typescript": "^12.1.1", | ||
"@rrweb/types": "2.0.0-alpha.13", | ||
"@sentry/types": "8.7.0", | ||
"@testing-library/dom": "^9.3.0", | ||
"@testing-library/jest-dom": "^6.5.0", | ||
"@testing-library/preact": "^3.2.4", | ||
"@types/eslint": "^8.44.6", | ||
"@types/jest": "^27.5.1", | ||
"@types/jest": "^27.5.2", | ||
"@types/node": "^22.5.0", | ||
"@types/react-dom": "^18.0.10", | ||
"@types/sinon": "^17.0.1", | ||
|
@@ -97,9 +100,8 @@ | |
"posthog-js": "link:", | ||
"preact-render-to-string": "^6.3.1", | ||
"prettier": "^2.7.1", | ||
"rollup": "^4.9.6", | ||
"rollup-plugin-dts": "^6.1.0", | ||
"rollup-plugin-ts": "^3.4.5", | ||
"rollup": "^4.24.0", | ||
"rollup-plugin-dts": "^6.1.1", | ||
"rollup-plugin-visualizer": "^5.12.0", | ||
"rrweb": "2.0.0-alpha.13", | ||
"rrweb-snapshot": "2.0.0-alpha.13", | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.