diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ea42a..b5336f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,9 @@ Replay, profiling and performance monitoring are bundled into Sentry Cordova, al - [changelog](https://github.com/getsentry/sentry-javascript/releases/tag/7.119.1) - [diff](https://github.com/getsentry/sentry-javascript/compare/7.34.0...7.119.1) - Bump `sentry-wizard` to 3.32.0 ([#354](https://github.com/getsentry/sentry-wizard/pull/354)) - +- Bump Android SDK from v7.6.0 to v7.14.0 ([#353](https://github.com/getsentry/sentry-cordova/pull/353)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140) + - [diff](https://github.com/getsentry/sentry-java/compare/7.6.0...7.14.0) - build(ios): Bump `sentry-cocoa` to 8.36.0 ([#352](https://github.com/getsentry/sentry-cordova/pull/352)) - [changelog](https://github.com/getsentry/sentry-cocoa/releases/tag/8.36.0) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.21.0...8.36.0) @@ -55,7 +57,7 @@ Replay, profiling and performance monitoring are bundled into Sentry Cordova, al ### Dependencies - Bump `sentry-wizard` to 3.21.0 ([#544](https://github.com/getsentry/sentry-wizard/pull/544)) -- Bump Android SDK from v6.11.0 to v7.6.0 ([#336](https://github.com/getsentry/sentry-capacitor/pull/336)) +- Bump Android SDK from v6.11.0 to v7.6.0 ([#336](https://github.com/getsentry/sentry-cordova/pull/336)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#760) - [diff](https://github.com/getsentry/sentry-java/compare/6.11.0...7.6.0) - build(ios): Bump `sentry-cocoa` to 8.21.0 ([#337](https://github.com/getsentry/sentry-cordova/pull/337)) diff --git a/plugin.xml b/plugin.xml index 324a20f..913354d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -9,7 +9,7 @@ https://github.com/getsentry/sentry-cordova.git https://github.com/getsentry/sentry-cordova/issues - + diff --git a/sample/package.json b/sample/package.json index 3e87f10..4cc8dbe 100644 --- a/sample/package.json +++ b/sample/package.json @@ -20,7 +20,7 @@ "ecosystem:cordova" ], "devDependencies": { - "cordova-android": "^12.0.1", + "cordova-android": "^13.0.0", "cordova-browser": "^7.0.0", "cordova-ios": "^7.1.1", "sentry-cordova": "file:.yalc/sentry-cordova" @@ -41,7 +41,7 @@ }, "plugins": { "sentry-cordova": { - "SENTRY_ANDROID_SDK_VERSION": "7.6.0" + "SENTRY_ANDROID_SDK_VERSION": "7.14.0" } } }, diff --git a/sample/yarn.lock b/sample/yarn.lock index a81d5ba..7bae49a 100644 --- a/sample/yarn.lock +++ b/sample/yarn.lock @@ -550,10 +550,10 @@ ajv@^8.0.0, ajv@^8.6.3: json-schema-traverse "^1.0.0" require-from-string "^2.0.2" -android-versions@^1.8.1: - version "1.9.0" - resolved "https://registry.yarnpkg.com/android-versions/-/android-versions-1.9.0.tgz#433d53fc6ed5ba2b8d3c2801cb5da3964013274d" - integrity sha512-13O2B6PQMEM4ej9n13ePRQeckrCoKbZrvuzlLvK+9s2QmncpHDbYzZxhgapN32sJNoifN6VAHexLnd/6CYrs7Q== +android-versions@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/android-versions/-/android-versions-2.0.0.tgz#a2399053f1512a76e26114afe05e95df4f922394" + integrity sha512-07fhKL8EjV+ORQggGHcKmhLECwxBlRFimfvsjhfUCYqNDAbcH4qaEaN0AO3DnWtgHqRNfWAxhnWOpx+ZpRMymw== dependencies: semver "^7.5.2" @@ -1057,24 +1057,24 @@ cookie@0.6.0: resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051" integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw== -cordova-android@^12.0.1: - version "12.0.1" - resolved "https://registry.yarnpkg.com/cordova-android/-/cordova-android-12.0.1.tgz#600b53fc5aee96f39d6d41e9e5cbea65e5251b8c" - integrity sha512-6fXWoYb/X5AJlluhBg5RvOaX6iRxsvNH7yEOiXzUmLIflf5Ho7LtYCSKZaWMHh3f5cJe/sPCBKmFFBS+EWepVg== +cordova-android@^13.0.0: + version "13.0.0" + resolved "https://registry.yarnpkg.com/cordova-android/-/cordova-android-13.0.0.tgz#6ca1f062927da6ef6c6ded819cf8a26020c2416c" + integrity sha512-uQG+cSyrB1NMi2aIzihldIupHB9WGpZVvrMMMAAtnyc6tDlEk7gweSSaFsEONyGAnteRYpIvrzg/YwDW08PcUg== dependencies: - android-versions "^1.8.1" + android-versions "^2.0.0" cordova-common "^5.0.0" - dedent "^1.0.1" + dedent "^1.5.3" execa "^5.1.1" - fast-glob "^3.2.12" - fs-extra "^11.1.1" + fast-glob "^3.3.2" + fs-extra "^11.2.0" is-path-inside "^3.0.3" - nopt "^7.1.0" - properties-parser "^0.3.1" - semver "^7.3.8" + nopt "^7.2.1" + properties-parser "^0.6.0" + semver "^7.6.2" string-argv "^0.3.1" untildify "^4.0.0" - which "^3.0.0" + which "^4.0.0" cordova-app-hello-world@^6.0.0: version "6.0.0" @@ -1277,7 +1277,7 @@ dedent@^0.7.0: resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c" integrity sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA== -dedent@^1.0.1: +dedent@^1.5.3: version "1.5.3" resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.5.3.tgz#99aee19eb9bae55a67327717b6e848d0bf777e5a" integrity sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ== @@ -1570,7 +1570,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== -fast-glob@^3.2.12, fast-glob@^3.2.9: +fast-glob@^3.2.12, fast-glob@^3.2.9, fast-glob@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== @@ -1683,7 +1683,7 @@ fresh@0.5.2: resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== -fs-extra@^11.1.0, fs-extra@^11.1.1: +fs-extra@^11.1.0, fs-extra@^11.1.1, fs-extra@^11.2.0: version "11.2.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b" integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw== @@ -2169,6 +2169,11 @@ is-typedarray@^1.0.0, is-typedarray@~1.0.0: resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA== +is-unicode-supported@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714" + integrity sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ== + is-wsl@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" @@ -2682,7 +2687,7 @@ nopt@^6.0.0: dependencies: abbrev "^1.0.0" -nopt@^7.0.0, nopt@^7.1.0: +nopt@^7.0.0, nopt@^7.1.0, nopt@^7.2.1: version "7.2.1" resolved "https://registry.yarnpkg.com/nopt/-/nopt-7.2.1.tgz#1cac0eab9b8e97c9093338446eddd40b2c8ca1e7" integrity sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w== @@ -3074,12 +3079,10 @@ promzard@^1.0.0: dependencies: read "^3.0.1" -properties-parser@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/properties-parser/-/properties-parser-0.3.1.tgz#1316e9539ffbfd93845e369b211022abd478771a" - integrity sha512-AkSQxQAviJ89x4FIxOyHGfO3uund0gvYo7lfD0E+Gp7gFQKrTNgtoYQklu8EhrfHVZUzTwKGZx2r/KDSfnljcA== - dependencies: - string.prototype.codepointat "^0.2.0" +properties-parser@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/properties-parser/-/properties-parser-0.6.0.tgz#0cd36c26e76c9a75222e258e89ee0c663cd3658c" + integrity sha512-qvr2cSmoA0dln0MARAKwBzPkkXn7FqwX+RVVNpMdMJc7rt9mqO2cXwluxtux9fHrLhjnPFaQkS8BM0kFrTCnSw== proxy-addr@~2.0.7: version "2.0.7" @@ -3371,7 +3374,7 @@ semver@^6.0.0: resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== -semver@^7.1.1, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.4.0, semver@^7.5.0, semver@^7.5.2, semver@^7.5.3: +semver@^7.1.1, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.4.0, semver@^7.5.0, semver@^7.5.2, semver@^7.5.3, semver@^7.6.2: version "7.6.3" resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143" integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== @@ -3653,11 +3656,6 @@ string-width@^5.0.1, string-width@^5.1.2: emoji-regex "^9.2.2" strip-ansi "^7.0.1" -string.prototype.codepointat@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/string.prototype.codepointat/-/string.prototype.codepointat-0.2.1.tgz#004ad44c8afc727527b108cd462b4d971cd469bc" - integrity sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg== - string_decoder@^1.1.1: version "1.3.0" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"