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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dde5aa1c8404b5985f455e1a3f79b8fc5c97bbb2c8cd13ac8ff583281f8d06eb
4
- data.tar.gz: 780c802356e767455f09f18b8882268778921bcff927288d04c645d69587ff54
3
+ metadata.gz: a00b7c5314fe13f1ece03ed2bbc4a29e8f3b05cada6ef6a14f958907cf2e7874
4
+ data.tar.gz: 2f85cdcaf9d49dd9d8efd2c5e685fa6a30f7fbe9d0dc2b6ba54c654efca2ac0b
5
5
  SHA512:
6
- metadata.gz: 5d5d297bfa374a1d64da8216a379d42a5c8dcea9d7fb6429c7804bf7d7cf504cb97792e6573bf1cdd7c47b039c7c4f4246808e6994e8fd211e6a51636dec3cc6
7
- data.tar.gz: 7790380d7bbbd5c95c9133b4521a8976825fd9f95de8f541bf07b1dde1b8e25d41177a43ebe6a4830b0cf2903cc99f2c1dc3958617c9d4bd25b9243c9afbb980
6
+ metadata.gz: 944d0eb3e4fab829fdd2ddb1de766dbd35bc1c647bed210b3776fa9c7dd91fdf2341b375658badf0a7d66e3bbab4fcc7f7f7419ecc650af118df6954fedd5e2d
7
+ data.tar.gz: 31550805721efc3d5934f5ef51150cfccc33acd2f10340d16be5cf7b77104141477ac990403e78f360ae00c756db2e0973c15e727fd5631be18240e2c46bdf58
@@ -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
@@ -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
- # uses: changesets/action@v1
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
@@ -13,7 +13,7 @@ GIT
13
13
  PATH
14
14
  remote: .
15
15
  specs:
16
- worldwide (1.17.3)
16
+ worldwide (1.17.4)
17
17
  activesupport (>= 7.0)
18
18
  i18n
19
19
  phonelib (~> 0.8)
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}"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Worldwide
4
- VERSION = "1.17.3"
4
+ VERSION = "1.17.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: worldwide
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.3
4
+ version: 1.17.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shopify