Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(workspace): Update changesets (#3293)

authored by

Phil Pluckthun and committed by
GitHub
32e3e53d 6a441884

+156 -69
+4
.changeset/config.json
··· 5 5 "access": "public", 6 6 "baseBranch": "main", 7 7 "updateInternalDependencies": "minor", 8 + "snapshot": { 9 + "prereleaseTemplate": "{tag}-{commit}", 10 + "useCalculatedVersion": true 11 + }, 8 12 "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { 9 13 "onlyUpdatePeerDependentsWhenOutOfRange": true, 10 14 "updateInternalDependents": "out-of-range"
+1 -1
.github/workflows/release.yml
··· 53 53 54 54 - name: PR or Publish 55 55 id: changesets 56 - uses: changesets/action@v1.4.1 56 + uses: changesets/action@v1.4.5 57 57 with: 58 58 version: pnpm changeset:version 59 59 publish: pnpm changeset:publish
+1
exchanges/auth/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+1
exchanges/context/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+1
exchanges/execute/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+1
exchanges/graphcache/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/graphcache", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+1
exchanges/persisted/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+1
exchanges/populate/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/advanced/auto-populate-mutations", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+1
exchanges/refocus/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+1
exchanges/request-policy/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+1
exchanges/retry/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+1 -1
package.json
··· 62 62 "@babel/plugin-transform-block-scoping": "^7.21.0", 63 63 "@babel/plugin-transform-react-jsx": "^7.21.5", 64 64 "@babel/plugin-transform-typescript": "^7.21.3", 65 - "@changesets/cli": "^2.26.0", 65 + "@changesets/cli": "^2.26.2", 66 66 "@changesets/get-github-info": "0.5.2", 67 67 "@npmcli/arborist": "^6.2.5", 68 68 "@rollup/plugin-babel": "^6.0.3",
+1
packages/core/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+1
packages/introspection/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+1
packages/next-urql/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+1
packages/preact-urql/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+1
packages/react-urql/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+1
packages/storage-rn/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+1
packages/svelte-urql/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+1
packages/vue-urql/package.json
··· 6 6 "homepage": "https://formidable.com/open-source/urql/docs/", 7 7 "bugs": "https://github.com/urql-graphql/urql/issues", 8 8 "license": "MIT", 9 + "author": "urql GraphQL Contributors", 9 10 "repository": { 10 11 "type": "git", 11 12 "url": "https://github.com/urql-graphql/urql.git",
+123 -67
pnpm-lock.yaml
··· 47 47 specifier: ^7.21.3 48 48 version: 7.21.3(@babel/core@7.21.5) 49 49 '@changesets/cli': 50 - specifier: ^2.26.0 51 - version: 2.26.0 50 + specifier: ^2.26.2 51 + version: 2.26.2 52 52 '@changesets/get-github-info': 53 53 specifier: 0.5.2 54 54 version: 0.5.2 ··· 685 685 /@babel/code-frame@7.12.11: 686 686 resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} 687 687 dependencies: 688 - '@babel/highlight': 7.18.6 688 + '@babel/highlight': 7.22.5 689 689 dev: true 690 690 691 691 /@babel/code-frame@7.21.4: ··· 694 694 dependencies: 695 695 '@babel/highlight': 7.18.6 696 696 697 + /@babel/code-frame@7.22.5: 698 + resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==} 699 + engines: {node: '>=6.9.0'} 700 + dependencies: 701 + '@babel/highlight': 7.22.5 702 + 697 703 /@babel/compat-data@7.21.5: 698 704 resolution: {integrity: sha512-M+XAiQ7GzQ3FDPf0KOLkugzptnIypt0X0ma0wmlTKPR3IchgNFdx2JXxZdvd18JY5s7QkaFD/qyX0dsMpog/Ug==} 699 705 engines: {node: '>=6.9.0'} ··· 702 708 resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==} 703 709 engines: {node: '>=6.9.0'} 704 710 dependencies: 705 - '@babel/code-frame': 7.21.4 711 + '@babel/code-frame': 7.22.5 706 712 '@babel/generator': 7.21.5 707 713 '@babel/helper-module-transforms': 7.21.5 708 714 '@babel/helpers': 7.21.5 ··· 932 938 resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} 933 939 engines: {node: '>=6.9.0'} 934 940 941 + /@babel/helper-validator-identifier@7.22.5: 942 + resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} 943 + engines: {node: '>=6.9.0'} 944 + 935 945 /@babel/helper-validator-option@7.21.0: 936 946 resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==} 937 947 engines: {node: '>=6.9.0'} ··· 960 970 resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} 961 971 engines: {node: '>=6.9.0'} 962 972 dependencies: 963 - '@babel/helper-validator-identifier': 7.19.1 973 + '@babel/helper-validator-identifier': 7.22.5 974 + chalk: 2.4.2 975 + js-tokens: 4.0.0 976 + 977 + /@babel/highlight@7.22.5: 978 + resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==} 979 + engines: {node: '>=6.9.0'} 980 + dependencies: 981 + '@babel/helper-validator-identifier': 7.22.5 964 982 chalk: 2.4.2 965 983 js-tokens: 4.0.0 966 984 ··· 1438 1456 '@babel/helper-hoist-variables': 7.18.6 1439 1457 '@babel/helper-module-transforms': 7.21.5 1440 1458 '@babel/helper-plugin-utils': 7.21.5 1441 - '@babel/helper-validator-identifier': 7.19.1 1459 + '@babel/helper-validator-identifier': 7.22.5 1442 1460 babel-plugin-dynamic-import-node: 2.3.3 1443 1461 transitivePeerDependencies: 1444 1462 - supports-color ··· 1784 1802 dependencies: 1785 1803 regenerator-runtime: 0.13.11 1786 1804 1805 + /@babel/runtime@7.22.5: 1806 + resolution: {integrity: sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==} 1807 + engines: {node: '>=6.9.0'} 1808 + dependencies: 1809 + regenerator-runtime: 0.13.11 1810 + dev: true 1811 + 1787 1812 /@babel/template@7.20.7: 1788 1813 resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} 1789 1814 engines: {node: '>=6.9.0'} ··· 1822 1847 engines: {node: '>=6.9.0'} 1823 1848 dependencies: 1824 1849 '@babel/helper-string-parser': 7.21.5 1825 - '@babel/helper-validator-identifier': 7.19.1 1850 + '@babel/helper-validator-identifier': 7.22.5 1826 1851 to-fast-properties: 2.0.0 1827 1852 dev: true 1828 1853 ··· 1834 1859 to-fast-properties: 2.0.0 1835 1860 dev: true 1836 1861 1837 - /@changesets/apply-release-plan@6.1.3: 1838 - resolution: {integrity: sha512-ECDNeoc3nfeAe1jqJb5aFQX7CqzQhD2klXRez2JDb/aVpGUbX673HgKrnrgJRuQR/9f2TtLoYIzrGB9qwD77mg==} 1862 + /@changesets/apply-release-plan@6.1.4: 1863 + resolution: {integrity: sha512-FMpKF1fRlJyCZVYHr3CbinpZZ+6MwvOtWUuO8uo+svcATEoc1zRDcj23pAurJ2TZ/uVz1wFHH6K3NlACy0PLew==} 1839 1864 dependencies: 1840 - '@babel/runtime': 7.21.0 1841 - '@changesets/config': 2.3.0 1865 + '@babel/runtime': 7.22.5 1866 + '@changesets/config': 2.3.1 1842 1867 '@changesets/get-version-range-type': 0.3.2 1843 1868 '@changesets/git': 2.0.0 1844 1869 '@changesets/types': 5.2.1 ··· 1849 1874 outdent: 0.5.0 1850 1875 prettier: 2.8.8 1851 1876 resolve-from: 5.0.0 1852 - semver: 5.7.1 1877 + semver: 7.5.3 1853 1878 dev: true 1854 1879 1855 - /@changesets/assemble-release-plan@5.2.3: 1856 - resolution: {integrity: sha512-g7EVZCmnWz3zMBAdrcKhid4hkHT+Ft1n0mLussFMcB1dE2zCuwcvGoy9ec3yOgPGF4hoMtgHaMIk3T3TBdvU9g==} 1880 + /@changesets/assemble-release-plan@5.2.4: 1881 + resolution: {integrity: sha512-xJkWX+1/CUaOUWTguXEbCDTyWJFECEhmdtbkjhn5GVBGxdP/JwaHBIU9sW3FR6gD07UwZ7ovpiPclQZs+j+mvg==} 1857 1882 dependencies: 1858 - '@babel/runtime': 7.21.0 1883 + '@babel/runtime': 7.22.5 1859 1884 '@changesets/errors': 0.1.4 1860 - '@changesets/get-dependents-graph': 1.3.5 1885 + '@changesets/get-dependents-graph': 1.3.6 1861 1886 '@changesets/types': 5.2.1 1862 1887 '@manypkg/get-packages': 1.1.3 1863 - semver: 5.7.1 1888 + semver: 7.5.3 1864 1889 dev: true 1865 1890 1866 1891 /@changesets/changelog-git@0.1.14: ··· 1869 1894 '@changesets/types': 5.2.1 1870 1895 dev: true 1871 1896 1872 - /@changesets/cli@2.26.0: 1873 - resolution: {integrity: sha512-0cbTiDms+ICTVtEwAFLNW0jBNex9f5+fFv3I771nBvdnV/mOjd1QJ4+f8KtVSOrwD9SJkk9xbDkWFb0oXd8d1Q==} 1897 + /@changesets/cli@2.26.2: 1898 + resolution: {integrity: sha512-dnWrJTmRR8bCHikJHl9b9HW3gXACCehz4OasrXpMp7sx97ECuBGGNjJhjPhdZNCvMy9mn4BWdplI323IbqsRig==} 1874 1899 hasBin: true 1875 1900 dependencies: 1876 - '@babel/runtime': 7.21.0 1877 - '@changesets/apply-release-plan': 6.1.3 1878 - '@changesets/assemble-release-plan': 5.2.3 1901 + '@babel/runtime': 7.22.5 1902 + '@changesets/apply-release-plan': 6.1.4 1903 + '@changesets/assemble-release-plan': 5.2.4 1879 1904 '@changesets/changelog-git': 0.1.14 1880 - '@changesets/config': 2.3.0 1905 + '@changesets/config': 2.3.1 1881 1906 '@changesets/errors': 0.1.4 1882 - '@changesets/get-dependents-graph': 1.3.5 1883 - '@changesets/get-release-plan': 3.0.16 1907 + '@changesets/get-dependents-graph': 1.3.6 1908 + '@changesets/get-release-plan': 3.0.17 1884 1909 '@changesets/git': 2.0.0 1885 1910 '@changesets/logger': 0.0.5 1886 1911 '@changesets/pre': 1.0.14 ··· 1889 1914 '@changesets/write': 0.2.3 1890 1915 '@manypkg/get-packages': 1.1.3 1891 1916 '@types/is-ci': 3.0.0 1892 - '@types/semver': 6.2.3 1917 + '@types/semver': 7.5.0 1893 1918 ansi-colors: 4.1.3 1894 1919 chalk: 2.4.2 1895 1920 enquirer: 2.3.6 ··· 1902 1927 p-limit: 2.3.0 1903 1928 preferred-pm: 3.0.3 1904 1929 resolve-from: 5.0.0 1905 - semver: 5.7.1 1930 + semver: 7.5.3 1906 1931 spawndamnit: 2.0.0 1907 1932 term-size: 2.2.1 1908 - tty-table: 4.1.6 1933 + tty-table: 4.2.1 1909 1934 dev: true 1910 1935 1911 - /@changesets/config@2.3.0: 1912 - resolution: {integrity: sha512-EgP/px6mhCx8QeaMAvWtRrgyxW08k/Bx2tpGT+M84jEdX37v3VKfh4Cz1BkwrYKuMV2HZKeHOh8sHvja/HcXfQ==} 1936 + /@changesets/config@2.3.1: 1937 + resolution: {integrity: sha512-PQXaJl82CfIXddUOppj4zWu+987GCw2M+eQcOepxN5s+kvnsZOwjEJO3DH9eVy+OP6Pg/KFEWdsECFEYTtbg6w==} 1913 1938 dependencies: 1914 1939 '@changesets/errors': 0.1.4 1915 - '@changesets/get-dependents-graph': 1.3.5 1940 + '@changesets/get-dependents-graph': 1.3.6 1916 1941 '@changesets/logger': 0.0.5 1917 1942 '@changesets/types': 5.2.1 1918 1943 '@manypkg/get-packages': 1.1.3 ··· 1926 1951 extendable-error: 0.1.7 1927 1952 dev: true 1928 1953 1929 - /@changesets/get-dependents-graph@1.3.5: 1930 - resolution: {integrity: sha512-w1eEvnWlbVDIY8mWXqWuYE9oKhvIaBhzqzo4ITSJY9hgoqQ3RoBqwlcAzg11qHxv/b8ReDWnMrpjpKrW6m1ZTA==} 1954 + /@changesets/get-dependents-graph@1.3.6: 1955 + resolution: {integrity: sha512-Q/sLgBANmkvUm09GgRsAvEtY3p1/5OCzgBE5vX3vgb5CvW0j7CEljocx5oPXeQSNph6FXulJlXV3Re/v3K3P3Q==} 1931 1956 dependencies: 1932 1957 '@changesets/types': 5.2.1 1933 1958 '@manypkg/get-packages': 1.1.3 1934 1959 chalk: 2.4.2 1935 1960 fs-extra: 7.0.1 1936 - semver: 5.7.1 1961 + semver: 7.5.3 1937 1962 dev: true 1938 1963 1939 1964 /@changesets/get-github-info@0.5.2: ··· 1945 1970 - encoding 1946 1971 dev: true 1947 1972 1948 - /@changesets/get-release-plan@3.0.16: 1949 - resolution: {integrity: sha512-OpP9QILpBp1bY2YNIKFzwigKh7Qe9KizRsZomzLe6pK8IUo8onkAAVUD8+JRKSr8R7d4+JRuQrfSSNlEwKyPYg==} 1973 + /@changesets/get-release-plan@3.0.17: 1974 + resolution: {integrity: sha512-6IwKTubNEgoOZwDontYc2x2cWXfr6IKxP3IhKeK+WjyD6y3M4Gl/jdQvBw+m/5zWILSOCAaGLu2ZF6Q+WiPniw==} 1950 1975 dependencies: 1951 - '@babel/runtime': 7.21.0 1952 - '@changesets/assemble-release-plan': 5.2.3 1953 - '@changesets/config': 2.3.0 1976 + '@babel/runtime': 7.22.5 1977 + '@changesets/assemble-release-plan': 5.2.4 1978 + '@changesets/config': 2.3.1 1954 1979 '@changesets/pre': 1.0.14 1955 1980 '@changesets/read': 0.5.9 1956 1981 '@changesets/types': 5.2.1 ··· 1964 1989 /@changesets/git@2.0.0: 1965 1990 resolution: {integrity: sha512-enUVEWbiqUTxqSnmesyJGWfzd51PY4H7mH9yUw0hPVpZBJ6tQZFMU3F3mT/t9OJ/GjyiM4770i+sehAn6ymx6A==} 1966 1991 dependencies: 1967 - '@babel/runtime': 7.21.0 1992 + '@babel/runtime': 7.22.5 1968 1993 '@changesets/errors': 0.1.4 1969 1994 '@changesets/types': 5.2.1 1970 1995 '@manypkg/get-packages': 1.1.3 ··· 1989 2014 /@changesets/pre@1.0.14: 1990 2015 resolution: {integrity: sha512-dTsHmxQWEQekHYHbg+M1mDVYFvegDh9j/kySNuDKdylwfMEevTeDouR7IfHNyVodxZXu17sXoJuf2D0vi55FHQ==} 1991 2016 dependencies: 1992 - '@babel/runtime': 7.21.0 2017 + '@babel/runtime': 7.22.5 1993 2018 '@changesets/errors': 0.1.4 1994 2019 '@changesets/types': 5.2.1 1995 2020 '@manypkg/get-packages': 1.1.3 ··· 1999 2024 /@changesets/read@0.5.9: 2000 2025 resolution: {integrity: sha512-T8BJ6JS6j1gfO1HFq50kU3qawYxa4NTbI/ASNVVCBTsKquy2HYwM9r7ZnzkiMe8IEObAJtUVGSrePCOxAK2haQ==} 2001 2026 dependencies: 2002 - '@babel/runtime': 7.21.0 2027 + '@babel/runtime': 7.22.5 2003 2028 '@changesets/git': 2.0.0 2004 2029 '@changesets/logger': 0.0.5 2005 2030 '@changesets/parse': 0.3.16 ··· 2020 2045 /@changesets/write@0.2.3: 2021 2046 resolution: {integrity: sha512-Dbamr7AIMvslKnNYsLFafaVORx4H0pvCA2MHqgtNCySMe1blImEyAEOzDmcgKAkgz4+uwoLz7demIrX+JBr/Xw==} 2022 2047 dependencies: 2023 - '@babel/runtime': 7.21.0 2048 + '@babel/runtime': 7.22.5 2024 2049 '@changesets/types': 5.2.1 2025 2050 fs-extra: 7.0.1 2026 2051 human-id: 1.0.2 ··· 2264 2289 /@manypkg/find-root@1.1.0: 2265 2290 resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} 2266 2291 dependencies: 2267 - '@babel/runtime': 7.21.0 2292 + '@babel/runtime': 7.22.5 2268 2293 '@types/node': 12.20.55 2269 2294 find-up: 4.1.0 2270 2295 fs-extra: 8.1.0 ··· 2273 2298 /@manypkg/get-packages@1.1.3: 2274 2299 resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} 2275 2300 dependencies: 2276 - '@babel/runtime': 7.21.0 2301 + '@babel/runtime': 7.22.5 2277 2302 '@changesets/types': 4.1.0 2278 2303 '@manypkg/find-root': 1.1.0 2279 2304 fs-extra: 8.1.0 ··· 2796 2821 resolution: {integrity: sha512-GObDVMaI4ARrZEXaRy4moolNAxWPKvEYNV/fa6Uc2eAzR/t4otS6A7EhrntPBIQLeehL9DbVhscvvv7gd6hWqA==} 2797 2822 engines: {node: '>=10'} 2798 2823 dependencies: 2799 - '@babel/code-frame': 7.21.4 2824 + '@babel/code-frame': 7.22.5 2800 2825 '@babel/runtime': 7.21.0 2801 2826 '@types/aria-query': 4.2.1 2802 2827 aria-query: 4.2.2 ··· 2944 2969 /@types/keyv@3.1.4: 2945 2970 resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} 2946 2971 dependencies: 2947 - '@types/node': 18.16.3 2972 + '@types/node': 20.3.2 2948 2973 2949 2974 /@types/mdast@3.0.3: 2950 2975 resolution: {integrity: sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw==} ··· 2976 3001 /@types/node@18.16.3: 2977 3002 resolution: {integrity: sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==} 2978 3003 3004 + /@types/node@20.3.2: 3005 + resolution: {integrity: sha512-vOBLVQeCQfIcF/2Y7eKFTqrMnizK5lRNQ7ykML/5RuwVXVWxYkgwS7xbt4B6fKCUPgbSL5FSsjHQpaGQP/dQmw==} 3006 + 2979 3007 /@types/normalize-package-data@2.4.1: 2980 3008 resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} 2981 3009 dev: true ··· 3020 3048 /@types/responselike@1.0.0: 3021 3049 resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} 3022 3050 dependencies: 3023 - '@types/node': 18.16.3 3051 + '@types/node': 20.3.2 3024 3052 3025 3053 /@types/scheduler@0.16.1: 3026 3054 resolution: {integrity: sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==} 3027 3055 dev: true 3028 3056 3029 - /@types/semver@6.2.3: 3030 - resolution: {integrity: sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==} 3031 - dev: true 3032 - 3033 3057 /@types/semver@7.3.13: 3034 3058 resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} 3035 3059 dev: true 3036 3060 3061 + /@types/semver@7.5.0: 3062 + resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} 3063 + dev: true 3064 + 3037 3065 /@types/sinonjs__fake-timers@8.1.1: 3038 3066 resolution: {integrity: sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==} 3039 3067 dev: true ··· 4323 4351 dependencies: 4324 4352 fill-range: 7.0.1 4325 4353 4326 - /breakword@1.0.5: 4327 - resolution: {integrity: sha512-ex5W9DoOQ/LUEU3PMdLs9ua/CYZl1678NUkKOdUSi8Aw5F1idieaiRURCBFJCwVcrD1J8Iy3vfWSloaMwO2qFg==} 4354 + /breakword@1.0.6: 4355 + resolution: {integrity: sha512-yjxDAYyK/pBvws9H4xKYpLDpYKEH6CzrBPAuXq3x18I+c/2MkVtT3qAr7Oloi6Dss9qNhPVueAAVU1CSeNDIXw==} 4328 4356 dependencies: 4329 4357 wcwidth: 1.0.1 4330 4358 dev: true ··· 7504 7532 resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} 7505 7533 engines: {node: '>=6 <7 || >=8'} 7506 7534 dependencies: 7507 - graceful-fs: 4.2.10 7535 + graceful-fs: 4.2.11 7508 7536 jsonfile: 4.0.0 7509 7537 universalify: 0.1.2 7510 7538 ··· 7883 7911 7884 7912 /graceful-fs@4.2.10: 7885 7913 resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} 7914 + 7915 + /graceful-fs@4.2.11: 7916 + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} 7886 7917 7887 7918 /grapheme-splitter@1.0.4: 7888 7919 resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} ··· 9385 9416 resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==} 9386 9417 engines: {node: '>=6'} 9387 9418 dependencies: 9388 - graceful-fs: 4.2.10 9419 + graceful-fs: 4.2.11 9389 9420 js-yaml: 3.14.1 9390 9421 pify: 4.0.1 9391 9422 strip-bom: 3.0.0 ··· 10084 10115 for-in: 1.0.2 10085 10116 is-extendable: 1.0.1 10086 10117 10087 - /mixme@0.5.6: 10088 - resolution: {integrity: sha512-vYW5qOVY3Rh9Ewtrkk/vaEDCeOXFIa7msv5TwUi1B633CFu/lchrmGGy4O/gdK1qfCjDBBxsWw/DhZ+Ta0+rMQ==} 10118 + /mixme@0.5.9: 10119 + resolution: {integrity: sha512-VC5fg6ySUscaWUpI4gxCBTQMH2RdUpNrk+MsbpCYtIvf9SBJdiUey4qE7BXviJsJR4nDQxCZ+3yaYNW3guz/Pw==} 10089 10120 engines: {node: '>= 8.0.0'} 10090 10121 dev: true 10091 10122 ··· 11040 11071 resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} 11041 11072 engines: {node: '>=8'} 11042 11073 dependencies: 11043 - '@babel/code-frame': 7.21.4 11074 + '@babel/code-frame': 7.22.5 11044 11075 error-ex: 1.3.2 11045 11076 json-parse-even-better-errors: 2.3.1 11046 11077 lines-and-columns: 1.2.4 ··· 12380 12411 resolution: {integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==} 12381 12412 engines: {node: '>=6'} 12382 12413 dependencies: 12383 - graceful-fs: 4.2.10 12414 + graceful-fs: 4.2.11 12384 12415 js-yaml: 3.14.1 12385 12416 pify: 4.0.1 12386 12417 strip-bom: 3.0.0 ··· 12839 12870 rollup: 3.21.1 12840 12871 typescript: 5.0.4 12841 12872 optionalDependencies: 12842 - '@babel/code-frame': 7.21.4 12873 + '@babel/code-frame': 7.22.5 12843 12874 dev: true 12844 12875 12845 12876 /rollup-plugin-visualizer@5.9.0(rollup@3.21.1): ··· 13016 13047 lru-cache: 6.0.0 13017 13048 dev: true 13018 13049 13050 + /semver@7.5.3: 13051 + resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==} 13052 + engines: {node: '>=10'} 13053 + hasBin: true 13054 + dependencies: 13055 + lru-cache: 6.0.0 13056 + dev: true 13057 + 13019 13058 /send@0.17.1(supports-color@6.1.0): 13020 13059 resolution: {integrity: sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==} 13021 13060 engines: {node: '>= 0.8.0'} ··· 13257 13296 hasBin: true 13258 13297 dependencies: 13259 13298 array.prototype.flat: 1.3.1 13260 - breakword: 1.0.5 13299 + breakword: 1.0.6 13261 13300 grapheme-splitter: 1.0.4 13262 13301 strip-ansi: 6.0.1 13263 13302 wcwidth: 1.0.1 ··· 13654 13693 /stream-transform@2.1.3: 13655 13694 resolution: {integrity: sha512-9GHUiM5hMiCi6Y03jD2ARC1ettBXkQBoQAe7nJsPknnI0ow10aXjTnew8QtYQmLjzn974BnmWEAJgCY6ZP1DeQ==} 13656 13695 dependencies: 13657 - mixme: 0.5.6 13696 + mixme: 0.5.9 13658 13697 dev: true 13659 13698 13660 13699 /strict-uri-encode@1.1.0: ··· 14372 14411 resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} 14373 14412 dev: true 14374 14413 14375 - /tty-table@4.1.6: 14376 - resolution: {integrity: sha512-kRj5CBzOrakV4VRRY5kUWbNYvo/FpOsz65DzI5op9P+cHov3+IqPbo1JE1ZnQGkHdZgNFDsrEjrfqqy/Ply9fw==} 14414 + /tty-table@4.2.1: 14415 + resolution: {integrity: sha512-xz0uKo+KakCQ+Dxj1D/tKn2FSyreSYWzdkL/BYhgN6oMW808g8QRMuh1atAV9fjTPbWBjfbkKQpI/5rEcnAc7g==} 14377 14416 engines: {node: '>=8.0.0'} 14378 14417 hasBin: true 14379 14418 dependencies: ··· 14383 14422 smartwrap: 2.0.2 14384 14423 strip-ansi: 6.0.1 14385 14424 wcwidth: 1.0.1 14386 - yargs: 17.7.1 14425 + yargs: 17.7.2 14387 14426 dev: true 14388 14427 14389 14428 /tuf-js@1.1.1: ··· 15374 15413 /which-module@2.0.0: 15375 15414 resolution: {integrity: sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==} 15376 15415 15416 + /which-module@2.0.1: 15417 + resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==} 15418 + dev: true 15419 + 15377 15420 /which-pm-runs@1.1.0: 15378 15421 resolution: {integrity: sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==} 15379 15422 engines: {node: '>=4'} ··· 15619 15662 require-main-filename: 2.0.0 15620 15663 set-blocking: 2.0.0 15621 15664 string-width: 4.2.3 15622 - which-module: 2.0.0 15665 + which-module: 2.0.1 15623 15666 y18n: 4.0.3 15624 15667 yargs-parser: 18.1.3 15625 15668 dev: true 15626 15669 15627 15670 /yargs@17.7.1: 15628 15671 resolution: {integrity: sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==} 15672 + engines: {node: '>=12'} 15673 + dependencies: 15674 + cliui: 8.0.1 15675 + escalade: 3.1.1 15676 + get-caller-file: 2.0.5 15677 + require-directory: 2.1.1 15678 + string-width: 4.2.3 15679 + y18n: 5.0.8 15680 + yargs-parser: 21.1.1 15681 + dev: true 15682 + 15683 + /yargs@17.7.2: 15684 + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} 15629 15685 engines: {node: '>=12'} 15630 15686 dependencies: 15631 15687 cliui: 8.0.1
+10
scripts/prepare/index.js
··· 90 90 ); 91 91 92 92 invariant( 93 + !!pkg.author, 94 + 'package.json:author must be defined' 95 + ); 96 + 97 + invariant( 93 98 pkg.license === 'MIT', 94 99 'package.json:license must be "MIT"' 95 100 ); ··· 132 137 invariant( 133 138 is(entry.types, `./dist/${bundleName}.d.ts`), 134 139 'package.json:types path must be valid' 140 + ); 141 + 142 + invariant( 143 + Object.keys(entry)[0] === 'types', 144 + 'package.json:types must come first' 135 145 ); 136 146 } 137 147 }