Skip to content

Commit d9cc18a

Browse files
fix(stencil): upgrade modules (2025-09-19) (#405)
--------- Co-authored-by: getoutreach-ci-1[bot] <95656460+getoutreach-ci-1[bot]@users.noreply.github.com> Co-authored-by: Mark Lee <[email protected]>
1 parent e363ef4 commit d9cc18a

File tree

7 files changed

+110
-82
lines changed

7 files changed

+110
-82
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# syntax, such as anchors, will be fixed automatically.
33
version: 2.1
44
orbs:
5-
shared: getoutreach/shared@dev:2.33.0-rc.20
5+
shared: getoutreach/shared@2.34.5
66
queue: eddiewebb/[email protected]
77
## <<Stencil::Block(CircleCIExtraOrbs)>>
88

.editorconfig

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@ insert_final_newline = true
88
[*.go,Makefile]
99
indent_style = tab
1010

11-
[*.{bash,rb,sh,slim,yml,yaml}]
11+
[*.{bash,json,rb,sh,slim,toml,yml,yaml}]
1212
indent_style = space
1313
indent_size = 2
1414

15+
[*.py]
16+
indent_style = space
17+
indent_size = 4
18+
19+
[*.md]
20+
trim_trailing_whitespace = false
21+
1522
## <<Stencil::Block(editorconfig)>>
1623

1724
## <</Stencil::Block>>

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*.dylib
77

88
# Editor files
9-
*.swp
9+
[._]*.sw[a-p]
1010
*~
1111
\#*\#
1212
.idea/*

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"editor.defaultFormatter": "zxh404.vscode-proto3"
3535
},
3636
"[yaml]": {
37-
"editor.defaultFormatter": "redhat.vscode-yaml"
37+
"editor.defaultFormatter": "esbenp.prettier-vscode"
3838
},
3939
"gopls": {
4040
"build.buildFlags": ["-tags=or_test,or_dev,or_e2e,or_int"]

cortex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ info:
4545
repo: https://github.com/getoutreach/localizer
4646
framework: stencil
4747
language: Golang
48-
stencil_version: v1.43.0-rc.8
48+
stencil_version: v1.43.0
4949
golang_version: 1.23.4
5050
cli: true
5151
service: false

stencil.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
version: v1.43.0-rc.8
1+
version: v1.43.0
22
modules:
33
- name: github.com/getoutreach/devbase
44
url: https://github.com/getoutreach/devbase
5-
version: v2.33.0-rc.20
5+
version: v2.34.5
66
- name: github.com/getoutreach/stencil-actions
77
url: https://github.com/getoutreach/stencil-actions
8-
version: v0.4.7-rc.1
8+
version: v0.4.7
99
- name: github.com/getoutreach/stencil-base
1010
url: https://github.com/getoutreach/stencil-base
11-
version: v0.17.0-rc.4
11+
version: v0.18.0-rc.2
1212
- name: github.com/getoutreach/stencil-circleci
1313
url: https://github.com/getoutreach/stencil-circleci
14-
version: v1.17.0-rc.1
14+
version: v1.17.1
1515
- name: github.com/getoutreach/stencil-discovery
1616
url: https://github.com/getoutreach/stencil-discovery
17-
version: v1.8.10-rc.1
17+
version: v1.8.10
1818
- name: github.com/getoutreach/stencil-golang
1919
url: https://github.com/getoutreach/stencil-golang
20-
version: v1.28.0-rc.6
20+
version: v1.29.1-rc.2
2121
- name: github.com/getoutreach/stencil-outreach
2222
url: https://github.com/getoutreach/stencil-outreach
23-
version: v0.26.2-rc.3
23+
version: v0.26.4-rc.1
2424
- name: github.com/getoutreach/stencil-pipeline
2525
url: https://github.com/getoutreach/stencil-pipeline
26-
version: v1.2.7-rc.1
26+
version: v1.2.7
2727
files:
2828
- name: .circleci/config.yml
2929
template: .circleci/config.yml.tpl

0 commit comments

Comments
 (0)