Commit 03475c1
Bump the bundler group across 1 directory with 9 updates (#72)
* Bump the bundler group across 1 directory with 9 updates
Bumps the bundler group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [packwerk](https://github.com/Shopify/packwerk) | `3.2.3` | `3.3.0` |
| [minitest](https://github.com/minitest/minitest) | `6.0.2` | `6.0.6` |
| [mocha](https://github.com/freerange/mocha) | `3.0.2` | `3.1.0` |
| [rake](https://github.com/ruby/rake) | `13.3.1` | `13.4.2` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.85.1` | `1.86.2` |
| [rubocop-gusto](https://github.com/gusto/rubocop-gusto) | `10.6.0` | `10.9.3` |
| [sorbet](https://github.com/sorbet/sorbet) | `0.6.13258` | `0.6.13261` |
Updates `packwerk` from 3.2.3 to 3.3.0
- [Release notes](https://github.com/Shopify/packwerk/releases)
- [Commits](Shopify/packwerk@v3.2.3...v3.3.0)
Updates `railties` from 8.1.2 to 8.1.3
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.1.3/railties/CHANGELOG.md)
- [Commits](rails/rails@v8.1.2...v8.1.3)
Updates `zeitwerk` from 2.7.5 to 2.8.2
- [Changelog](https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md)
- [Commits](fxn/zeitwerk@v2.7.5...v2.8.2)
Updates `minitest` from 6.0.2 to 6.0.6
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v6.0.2...v6.0.6)
Updates `mocha` from 3.0.2 to 3.1.0
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v3.0.2...v3.1.0)
Updates `rake` from 13.3.1 to 13.4.2
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.3.1...v13.4.2)
Updates `rubocop` from 1.85.1 to 1.86.2
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.85.1...v1.86.2)
Updates `rubocop-gusto` from 10.6.0 to 10.9.3
- [Release notes](https://github.com/gusto/rubocop-gusto/releases)
- [Changelog](https://github.com/Gusto/rubocop-gusto/blob/main/CHANGELOG.md)
- [Commits](Gusto/rubocop-gusto@v10.6.0...v10.9.3)
Updates `sorbet` from 0.6.13258 to 0.6.13261
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)
---
updated-dependencies:
- dependency-name: packwerk
dependency-version: 3.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: bundler
- dependency-name: railties
dependency-version: 8.1.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: bundler
- dependency-name: zeitwerk
dependency-version: 2.8.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: bundler
- dependency-name: minitest
dependency-version: 6.0.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: bundler
- dependency-name: mocha
dependency-version: 3.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: bundler
- dependency-name: rake
dependency-version: 13.4.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: bundler
- dependency-name: rubocop
dependency-version: 1.86.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: bundler
- dependency-name: rubocop-gusto
dependency-version: 10.9.3
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: bundler
- dependency-name: sorbet
dependency-version: 0.6.13261
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: bundler
...
Signed-off-by: dependabot[bot] <support@github.com>
* Add workflow to regenerate gem RBIs on Dependabot PRs
Dependency bumps can change gem APIs, so this workflow runs
'bundle exec tapioca gems' on any dependabot/* PR and pushes the
regenerated sorbet/rbi/gems files back onto the PR branch.
* Regenerate gem RBIs [dependabot skip]
* Use released rubocop-sorbet instead of a git SHA pin
The pin was added so the (then-unreleased) Sorbet/RedundantTLet and
Sorbet/RedundantTLetForLiteral cops could clean up redundant T.let
calls. That cleanup is done and the RBS migration removed the remaining
T.let usage, so those cops are no longer needed. Drop the github pin and
let rubocop-sorbet resolve to the released version via rubocop-gusto.
* Regenerate gem RBIs [dependabot skip]
* Exclude Sorbet-payload gems from tapioca gem RBIs
Several gems (json, date, logger, ...) already have RBIs in Sorbet's
payload (sorbet/rbi/stdlib and sorbet/rbi/gems in the sorbet/sorbet
repo). Generating them with tapioca only duplicates and conflicts with
Sorbet's built-ins, so add them to tapioca's gem.exclude and drop the
now-redundant RBI files. rake is intentionally not excluded — thor's RBI
references ::Rake::DSL / ::Rake::FileUtilsExt, which the payload rake RBI
does not define.
Also normalize the config for yamllint (document start, sequence
indentation) and drop the empty dsl scaffold.
* Type-check regenerated RBIs in the Dependabot RBI workflow
The RBI commit is pushed with GITHUB_TOKEN, which doesn't re-trigger CI,
so the regenerated RBIs were never type-checked. Run 'srb tc' in the
same job after pushing. Only Sorbet is affected by RBI changes (rubocop
and the tests don't read sorbet/rbi), and the shared-config CI already
runs rubocop/srb tc/tests on the PR's other commits, so we don't
duplicate those here.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Douglas Eichelberger <doug.eichelberger@gusto.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 9ff8074 commit 03475c1
42 files changed
Lines changed: 3342 additions & 21389 deletions
File tree
- .github/workflows
- sorbet
- rbi/gems
- tapioca
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 1 | | |
11 | 2 | | |
12 | 3 | | |
| |||
18 | 9 | | |
19 | 10 | | |
20 | 11 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
24 | 15 | | |
25 | 16 | | |
26 | 17 | | |
27 | 18 | | |
28 | 19 | | |
29 | 20 | | |
30 | 21 | | |
31 | | - | |
32 | | - | |
| 22 | + | |
| 23 | + | |
33 | 24 | | |
34 | 25 | | |
35 | 26 | | |
36 | 27 | | |
37 | | - | |
| 28 | + | |
38 | 29 | | |
39 | 30 | | |
40 | 31 | | |
| |||
47 | 38 | | |
48 | 39 | | |
49 | 40 | | |
50 | | - | |
51 | | - | |
52 | 41 | | |
53 | 42 | | |
54 | 43 | | |
| |||
59 | 48 | | |
60 | 49 | | |
61 | 50 | | |
62 | | - | |
| 51 | + | |
63 | 52 | | |
64 | 53 | | |
65 | 54 | | |
| |||
78 | 67 | | |
79 | 68 | | |
80 | 69 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 70 | + | |
85 | 71 | | |
86 | 72 | | |
87 | 73 | | |
88 | | - | |
| 74 | + | |
89 | 75 | | |
90 | 76 | | |
91 | | - | |
92 | | - | |
93 | 77 | | |
94 | | - | |
| 78 | + | |
95 | 79 | | |
96 | 80 | | |
97 | | - | |
| 81 | + | |
98 | 82 | | |
99 | 83 | | |
100 | | - | |
| 84 | + | |
101 | 85 | | |
102 | | - | |
| 86 | + | |
103 | 87 | | |
104 | | - | |
| 88 | + | |
105 | 89 | | |
106 | | - | |
| 90 | + | |
107 | 91 | | |
108 | 92 | | |
| 93 | + | |
109 | 94 | | |
110 | 95 | | |
111 | 96 | | |
112 | | - | |
| 97 | + | |
113 | 98 | | |
114 | | - | |
115 | | - | |
| 99 | + | |
116 | 100 | | |
117 | 101 | | |
118 | | - | |
| 102 | + | |
119 | 103 | | |
120 | 104 | | |
121 | 105 | | |
| |||
129 | 113 | | |
130 | 114 | | |
131 | 115 | | |
132 | | - | |
133 | 116 | | |
134 | 117 | | |
135 | 118 | | |
| |||
146 | 129 | | |
147 | 130 | | |
148 | 131 | | |
149 | | - | |
150 | | - | |
151 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
152 | 135 | | |
153 | 136 | | |
154 | 137 | | |
155 | 138 | | |
156 | 139 | | |
157 | 140 | | |
158 | 141 | | |
159 | | - | |
| 142 | + | |
160 | 143 | | |
161 | 144 | | |
162 | 145 | | |
| |||
168 | 151 | | |
169 | 152 | | |
170 | 153 | | |
171 | | - | |
| 154 | + | |
172 | 155 | | |
173 | 156 | | |
174 | 157 | | |
175 | 158 | | |
176 | | - | |
| 159 | + | |
177 | 160 | | |
178 | 161 | | |
179 | 162 | | |
180 | | - | |
181 | | - | |
| 163 | + | |
182 | 164 | | |
183 | 165 | | |
184 | 166 | | |
185 | 167 | | |
186 | 168 | | |
187 | 169 | | |
188 | | - | |
| 170 | + | |
189 | 171 | | |
190 | 172 | | |
191 | | - | |
| 173 | + | |
192 | 174 | | |
193 | 175 | | |
194 | 176 | | |
| |||
206 | 188 | | |
207 | 189 | | |
208 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
209 | 194 | | |
210 | 195 | | |
211 | 196 | | |
212 | 197 | | |
213 | 198 | | |
214 | 199 | | |
215 | 200 | | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
224 | 209 | | |
225 | 210 | | |
226 | 211 | | |
| |||
251 | 236 | | |
252 | 237 | | |
253 | 238 | | |
254 | | - | |
| 239 | + | |
255 | 240 | | |
256 | 241 | | |
257 | 242 | | |
| |||
266 | 251 | | |
267 | 252 | | |
268 | 253 | | |
269 | | - | |
270 | 254 | | |
271 | 255 | | |
272 | 256 | | |
| |||
0 commit comments