@bigbinary/neeto-slack-frontend 4.0.15 → 4.0.16-beta2
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.
- package/README.md +5 -0
- package/dist/.ready +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -613,6 +613,11 @@ is green. If an app fails because of the change, NeetoTower removes the
|
|
|
613
613
|
attempt. `force-release` skips the gate and merges at once. It is for
|
|
614
614
|
maintainers in an emergency only, and the gate comment records who used it.
|
|
615
615
|
|
|
616
|
+
While an attempt runs, NeetoTower opens a `[do-not-merge]` pull request in every
|
|
617
|
+
app that uses this nano. Each one pins the beta and runs that app's own checks.
|
|
618
|
+
NeetoTower closes these pull requests and deletes their branches when the
|
|
619
|
+
attempt ends, so do not merge or review them.
|
|
620
|
+
|
|
616
621
|
<br>
|
|
617
622
|
|
|
618
623
|
## Integrations
|
package/dist/.ready
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Built at 2026-09-
|
|
1
|
+
Built at 2026-09-14T09:48:52.998Z
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-slack-frontend",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.16-beta2",
|
|
4
4
|
"description": "Slack integration step UI",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-slack-nano",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@babel/runtime": "7.29.7",
|
|
71
71
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
72
72
|
"@bigbinary/eslint-plugin-neeto": "1.9.1",
|
|
73
|
-
"@bigbinary/neeto-atoms": "1.0.
|
|
73
|
+
"@bigbinary/neeto-atoms": "1.0.130",
|
|
74
74
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
75
75
|
"@bigbinary/neeto-commons-frontend": "4.13.158",
|
|
76
76
|
"@bigbinary/neeto-filters-frontend": "4.3.43",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
},
|
|
182
182
|
"peerDependencies": {
|
|
183
183
|
"@babel/runtime": "7.29.7",
|
|
184
|
-
"@bigbinary/neeto-atoms": "1.0.
|
|
184
|
+
"@bigbinary/neeto-atoms": "1.0.130",
|
|
185
185
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
186
186
|
"@bigbinary/neeto-commons-frontend": "4.13.158",
|
|
187
187
|
"@bigbinary/neeto-filters-frontend": "4.3.43",
|