- Updated dependencies [
db05ac6d1
]:- @shopify/[email protected]
- Updated dependencies [
d1b6a3c02
]:- @shopify/[email protected]
- #2522
f0359c52c
Thanks @cejaekl! - Add the ability to handle theincludeHiddenZones
variable inmockCountryRequests()
-
#2608
ba4da84d5
Thanks @BPScott! - Useimport type
everywhere that we deal with importing types -
Updated dependencies [
ba4da84d5
]:- @shopify/[email protected]
-
#2595
93ec0a0e5
Thanks @BPScott! - Useimport type
when importing types -
Updated dependencies [
2f731db68
,93ec0a0e5
]:- @shopify/[email protected]
- Updated dependencies [
0bff6fad7
]:- @shopify/[email protected]
- Updated dependencies [
2094cb39a
]:- @shopify/[email protected]
-
#2389
03c1abc8c
Thanks @BPScott! - Add types field to package.json export maps to support typescript consumers that usemoduleResolution: "node16"
-
Updated dependencies [
03c1abc8c
]:- @shopify/[email protected]
- @shopify/[email protected]
- Updated dependencies [
0b3737b7d
]:- @shopify/[email protected]
- Remove unused devDependency on an outdated version of
@shopify/jest-dom-mocks
[#2308]
- French locale support for all countries [#2296]
- Fixed address mock for canada country requests [#2293]
- No updates. Transitive dependency bump.
- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [#2277]
mockCountryRequests
will now return the fixture for the country code passed in the variables if available or return a relevant GraphQL response error if not. [#2179]
- Correct wildcard export to
./*
[#2209]
- No updates. Transitive dependency bump.
- Use
./*
instead of./
in package.json exports to fix deprecation warning. [#2184]
- Rerelease after failed publish. No code changes.
- No updates. Transitive dependency bump.
- No updates. Transitive dependency bump.
- No updates. Transitive dependency bump.
- No updates. Transitive dependency bump.
- Migrate from
sewing-kit-next
toloom
for building - package build output remains identical. [#2039]
- Added file exclusion for tests to package.json and enable type checking for tests. [#2005]
- Updated build tooling, types are now compiled with TypeScript 4.3. [#1997]
- Ensure
tsconfig.tsbuildinfo
file is not uploaded to the npm registry. [#1982]
- Update to latest sewing-kit-next for build. Update
types
/typesVersions
fields to point directly into the build folder [#1980]
- No updates. Transitive dependency bump.
- No updates. Transitive dependency bump.
- Bumped
countries_en
fixture with latest country service data #1920
- Update minimum supported node version to 12.14.0. Add engines field to help enforce usage of this version. #1906
- Removed dependency on tslib, as we no-longer compile with
tsc
. #1829
- Updated multi-build outputs to include mandatory extensions to fix "Module not found" issues reported by ESM supported bundlers #1759
- Add new build outputs (CommonJS, ESM, esnext, Node) for greater tree-shakability #1698
- Updated
tslib
dependency to^1.14.1
. #1657
- Updated mocks for countries and country calls to include
optionalLabels
. #1610
- Add mocks for request to CountryService with unsupported locales #1301