worldwide 1.17.3 → 1.17.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +8 -0
- data/.github/workflows/ci-typescript.yml +3 -3
- data/.github/workflows/ci.yml +2 -2
- data/.github/workflows/npm-release.yml +4 -5
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +1 -1
- data/data/regions/RO.yml +1 -0
- data/lib/worldwide/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a00b7c5314fe13f1ece03ed2bbc4a29e8f3b05cada6ef6a14f958907cf2e7874
|
4
|
+
data.tar.gz: 2f85cdcaf9d49dd9d8efd2c5e685fa6a30f7fbe9d0dc2b6ba54c654efca2ac0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 944d0eb3e4fab829fdd2ddb1de766dbd35bc1c647bed210b3776fa9c7dd91fdf2341b375658badf0a7d66e3bbab4fcc7f7f7419ecc650af118df6954fedd5e2d
|
7
|
+
data.tar.gz: 31550805721efc3d5934f5ef51150cfccc33acd2f10340d16be5cf7b77104141477ac990403e78f360ae00c756db2e0973c15e727fd5631be18240e2c46bdf58
|
data/.github/dependabot.yml
CHANGED
@@ -18,3 +18,11 @@ updates:
|
|
18
18
|
open-pull-requests-limit: 100
|
19
19
|
insecure-external-code-execution: allow
|
20
20
|
registries: "*"
|
21
|
+
- package-ecosystem: github-actions
|
22
|
+
directory: "/"
|
23
|
+
schedule:
|
24
|
+
interval: weekly
|
25
|
+
ignore:
|
26
|
+
# Can not bump past v1.5.1 until https://github.com/changesets/action/issues/501 is fixed
|
27
|
+
- dependency-name: "changesets/action"
|
28
|
+
versions: [">=1.5.1"]
|
@@ -11,13 +11,13 @@ jobs:
|
|
11
11
|
working-directory: lang/typescript
|
12
12
|
steps:
|
13
13
|
- name: Check out code
|
14
|
-
uses: actions/checkout@v3
|
14
|
+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
15
15
|
- name: Setup Node
|
16
|
-
uses: actions/setup-node@v3
|
16
|
+
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
|
17
17
|
with:
|
18
18
|
node-version: 20
|
19
19
|
- name: Setup PNPM
|
20
|
-
uses: pnpm/action-setup@v4
|
20
|
+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
|
21
21
|
with:
|
22
22
|
version: 9.1.3
|
23
23
|
- name: Install dependencies
|
data/.github/workflows/ci.yml
CHANGED
@@ -16,9 +16,9 @@ jobs:
|
|
16
16
|
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
|
17
17
|
steps:
|
18
18
|
- name: Check out code
|
19
|
-
uses: actions/checkout@v3
|
19
|
+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
20
20
|
- name: Set up Ruby ${{ matrix.ruby }}
|
21
|
-
uses: ruby/setup-ruby@v1
|
21
|
+
uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0
|
22
22
|
with:
|
23
23
|
ruby-version: ${{ matrix.ruby }}
|
24
24
|
bundler-cache: true
|
@@ -20,23 +20,22 @@ jobs:
|
|
20
20
|
working-directory: lang/typescript
|
21
21
|
steps:
|
22
22
|
- name: Checkout Repo
|
23
|
-
uses: actions/checkout@v3
|
23
|
+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
24
24
|
with:
|
25
25
|
token: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
|
26
26
|
- name: Setup Node
|
27
|
-
uses: actions/setup-node@v3
|
27
|
+
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
|
28
28
|
with:
|
29
29
|
node-version: 20
|
30
30
|
- name: Setup PNPM
|
31
|
-
uses: pnpm/action-setup@v4
|
31
|
+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
|
32
32
|
with:
|
33
33
|
version: 9.1.3
|
34
34
|
- name: Install dependencies
|
35
35
|
run: pnpm install --frozen-lockfile
|
36
36
|
- name: Create release Pull Request or publish to NPM
|
37
37
|
id: changesets
|
38
|
-
|
39
|
-
uses: changesets/action@v1.5.1 # workaround until fix for https://github.com/changesets/action/issues/501
|
38
|
+
uses: changesets/action@001cd79f0a536e733315164543a727bdf2d70aff # v1.5.1
|
40
39
|
with:
|
41
40
|
publish: pnpm release
|
42
41
|
cwd: lang/typescript
|
data/CHANGELOG.md
CHANGED
@@ -29,6 +29,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
29
29
|
|
30
30
|
---
|
31
31
|
|
32
|
+
## [1.17.4] - 2025-07-02
|
33
|
+
- Remove postal codes requirement for Romania [#375](https://github.com/Shopify/worldwide/pull/375)
|
34
|
+
|
32
35
|
## [1.17.3] - 2025-06-23
|
33
36
|
- Require postal codes in Romania [#368](https://github.com/Shopify/worldwide/pull/368)
|
34
37
|
|
data/Gemfile.lock
CHANGED
data/data/regions/RO.yml
CHANGED
@@ -14,6 +14,7 @@ zip_regex: "^(RO-?)?\\d{6}$"
|
|
14
14
|
zip_example: '060274'
|
15
15
|
phone_number_prefix: 40
|
16
16
|
building_number_required: true
|
17
|
+
zip_requirement: recommended
|
17
18
|
week_start_day: monday
|
18
19
|
format:
|
19
20
|
edit: "{country}_{firstName}{lastName}_{company}_{address1}_{address2}_{zip}{city}{province}_{phone}"
|
data/lib/worldwide/version.rb
CHANGED