stimulus_reflex 3.4.0.pre9 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of stimulus_reflex might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2848aafa546f97670d86dd381bc4b05ffcd56962fea931ba537004a1bf2593c8
4
- data.tar.gz: 7dc8dfb4ff3760ca3701b5a34f2622e3d43b449e02d7ff3fb193fd6a124186d4
3
+ metadata.gz: 0e8a031b4ca8ec37431ba1833e979dd07a1bfcc9e91c76eb8ced068811b882a5
4
+ data.tar.gz: 9c0624e343247459836718dac05cc25b4a75d4952bcdbb15a175211785e8e174
5
5
  SHA512:
6
- metadata.gz: 9e9bf858782e9a3a18ae76ccbc4e8808db4bd6c6c1ffd185f62101974ddcf708f3eef80439cae12ce6405ef632fd2ee1933866dc17eded4accd66422f7ff2231
7
- data.tar.gz: 6535eb6146e20306e5b2bd9ef04cc793b61f7dea64232c73d344dbe8ae410c23f3ecba8961f895cbd1df708f10f6341c9b292ef22714615a5be8fcc150bd1d88
6
+ metadata.gz: 3abd618c996936a1e118ee552a95a97c6481014a008c32775d11c2c2c9ea1e1e691071c9a1e8016722fec7f66cb63049b57f0331b283e45704bdc7bb253dc888
7
+ data.tar.gz: 92f4c07b36962fb3d6858dcc8e051d8c584cb0851198574cfe77e8be580d77d4fbd5f4f6a6693b59a76c52be7cd614a0bf5b67cf536dfa8c80ed70391d87849c
@@ -2,10 +2,20 @@
2
2
 
3
3
  ## [Unreleased](https://github.com/hopsoft/stimulus_reflex/tree/HEAD)
4
4
 
5
- [Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.4.0.pre8...HEAD)
5
+ [Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.4.0.pre9...HEAD)
6
+
7
+ **Closed issues:**
8
+
9
+ - uninitialized constant StimulusReflex::Channel [\#408](https://github.com/hopsoft/stimulus_reflex/issues/408)
10
+ - StimulusReflex \(3.4.0.pre9\) was unable to find an element [\#406](https://github.com/hopsoft/stimulus_reflex/issues/406)
11
+
12
+ ## [v3.4.0.pre9](https://github.com/hopsoft/stimulus_reflex/tree/v3.4.0.pre9) (2020-12-13)
13
+
14
+ [Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.4.0.pre8...v3.4.0.pre9)
6
15
 
7
16
  **Implemented enhancements:**
8
17
 
18
+ - Allow StimulusReflex to process Rack middlewares [\#399](https://github.com/hopsoft/stimulus_reflex/pull/399) ([marcoroth](https://github.com/marcoroth))
9
19
  - Support for Stimulus 2 [\#398](https://github.com/hopsoft/stimulus_reflex/pull/398) ([marcoroth](https://github.com/marcoroth))
10
20
 
11
21
  **Fixed bugs:**
@@ -17,10 +27,12 @@
17
27
 
18
28
  - Sanity checker will fail if node\_modules folder isn't present [\#402](https://github.com/hopsoft/stimulus_reflex/issues/402)
19
29
  - stimulus\_reflex.js:388 Uncaught TypeError: Cannot read property 'completedOperations' of undefined [\#394](https://github.com/hopsoft/stimulus_reflex/issues/394)
30
+ - Rendering issue [\#289](https://github.com/hopsoft/stimulus_reflex/issues/289)
20
31
 
21
32
  **Merged pull requests:**
22
33
 
23
34
  - Add dom\_id to the reflex [\#405](https://github.com/hopsoft/stimulus_reflex/pull/405) ([hopsoft](https://github.com/hopsoft))
35
+ - Don't run sanity checker in production [\#404](https://github.com/hopsoft/stimulus_reflex/pull/404) ([joshleblanc](https://github.com/joshleblanc))
24
36
  - Check package version from yarn.lock if node\_modules folder is not av… [\#403](https://github.com/hopsoft/stimulus_reflex/pull/403) ([RolandStuder](https://github.com/RolandStuder))
25
37
 
26
38
  ## [v3.4.0.pre8](https://github.com/hopsoft/stimulus_reflex/tree/v3.4.0.pre8) (2020-12-02)
@@ -283,7 +295,6 @@
283
295
  - Fix argument of type object always being assigned to options [\#279](https://github.com/hopsoft/stimulus_reflex/pull/279) ([shawnleong](https://github.com/shawnleong))
284
296
  - Simplify devise authentication logic \(in docs\) [\#276](https://github.com/hopsoft/stimulus_reflex/pull/276) ([inner-whisper](https://github.com/inner-whisper))
285
297
  - Bump lodash from 4.17.15 to 4.17.19 in /javascript [\#275](https://github.com/hopsoft/stimulus_reflex/pull/275) ([dependabot[bot]](https://github.com/apps/dependabot))
286
- - Fix selector morphs for updating partials and ViewComponents [\#262](https://github.com/hopsoft/stimulus_reflex/pull/262) ([leastbad](https://github.com/leastbad))
287
298
 
288
299
  ## [v3.3.0.pre2](https://github.com/hopsoft/stimulus_reflex/tree/v3.3.0.pre2) (2020-07-17)
289
300
 
@@ -308,6 +319,10 @@
308
319
 
309
320
  [Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.3.0.pre0...v3.3.0.pre1)
310
321
 
322
+ **Merged pull requests:**
323
+
324
+ - Fix selector morphs for updating partials and ViewComponents [\#262](https://github.com/hopsoft/stimulus_reflex/pull/262) ([leastbad](https://github.com/leastbad))
325
+
311
326
  ## [v3.3.0.pre0](https://github.com/hopsoft/stimulus_reflex/tree/v3.3.0.pre0) (2020-07-04)
312
327
 
313
328
  [Full Changelog](https://github.com/hopsoft/stimulus_reflex/compare/v3.2.3...v3.3.0.pre0)
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stimulus_reflex (3.4.0.pre9)
4
+ stimulus_reflex (3.4.0)
5
5
  cable_ready (>= 4.4)
6
6
  nokogiri
7
7
  rack
@@ -72,7 +72,7 @@ GEM
72
72
  zeitwerk (~> 2.3)
73
73
  ast (2.4.1)
74
74
  builder (3.2.4)
75
- cable_ready (4.4.5)
75
+ cable_ready (4.4.6)
76
76
  rails (>= 5.2)
77
77
  coderay (1.1.3)
78
78
  concurrent-ruby (1.1.7)
@@ -167,7 +167,7 @@ GEM
167
167
  standardrb (1.0.0)
168
168
  standard
169
169
  thor (1.0.1)
170
- tzinfo (2.0.3)
170
+ tzinfo (2.0.4)
171
171
  concurrent-ruby (~> 1.0)
172
172
  unicode-display_width (1.7.0)
173
173
  websocket-driver (0.7.3)
data/README.md CHANGED
@@ -82,13 +82,13 @@ Stop by #newcomers and introduce yourselves!
82
82
 
83
83
  ## 💙 Support
84
84
 
85
- Your best bet is to ask for help on Discord before filing an issue on Github. We are happy to help, and we ask people to come with all relevant code to look at. A git repo is preferred, but Gists or posts on [Discourse](https://stimulus-reflex.discourse.group) are fine, too.
85
+ Your best bet is to ask for help on Discord before filing an issue on Github. We are happy to help, and we ask people who need help to come with all relevant code to look at. A git repo is preferred, but Gists are fine, too. If you need an MVCE template, try [this](https://github.com/leastbad/stimulus_reflex_harness).
86
86
 
87
87
  Please note that we are not actively providing support on Stack Overflow. If you post there, we likely won't see it.
88
88
 
89
- ## 🚀 Install
89
+ ## 🚀 Installation and upgrading
90
90
 
91
- CLI and manual setup procedures are fully detailed in the [official docs](https://docs.stimulusreflex.com/setup).
91
+ CLI and manual setup procedures are fully detailed in the [official docs](https://docs.stimulusreflex.com/setup). For information on upgrading existing projects to v3.4, read [this](https://docs.stimulusreflex.com/setup#upgrading-to-v-3-4-0).
92
92
 
93
93
  ## 🙏 Contributing
94
94
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StimulusReflex
4
- VERSION = "3.4.0.pre9"
4
+ VERSION = "3.4.0"
5
5
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stimulus_reflex",
3
- "version": "3.4.0-pre8",
3
+ "version": "3.4.0-pre9",
4
4
  "description": "Build reactive applications with the Rails tooling you already know and love.",
5
5
  "keywords": [
6
6
  "ruby",
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class ApplicationReflex < StimulusReflex::Reflex
4
- # Put application-wide Reflex behavior and callbacks in this file.
4
+ # Put application-wide Reflex behavior and callbacks in this file.
5
5
  #
6
6
  # Example:
7
7
  #
@@ -31,5 +31,4 @@ class DemoReflex < ApplicationReflex
31
31
  # end
32
32
  #
33
33
  # Learn more at: https://docs.stimulusreflex.com/reflexes#reflex-classes
34
-
35
34
  end
data/yarn.lock CHANGED
@@ -17,9 +17,9 @@
17
17
  "@babel/highlight" "^7.8.3"
18
18
 
19
19
  "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
20
- version "7.10.4"
21
- resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
22
- integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
20
+ version "7.12.11"
21
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
22
+ integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
23
23
  dependencies:
24
24
  "@babel/highlight" "^7.10.4"
25
25
 
@@ -50,11 +50,11 @@
50
50
  source-map "^0.5.0"
51
51
 
52
52
  "@babel/generator@^7.12.10":
53
- version "7.12.10"
54
- resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.10.tgz#2b188fc329fb8e4f762181703beffc0fe6df3460"
55
- integrity sha512-6mCdfhWgmqLdtTkhXjnIz0LcdVCd26wS2JXRtj2XY0u5klDsXBREA/pG5NVOuVnF2LUrBGNFtQkIqqTbblg0ww==
53
+ version "7.12.11"
54
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
55
+ integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
56
56
  dependencies:
57
- "@babel/types" "^7.12.10"
57
+ "@babel/types" "^7.12.11"
58
58
  jsesc "^2.5.1"
59
59
  source-map "^0.5.0"
60
60
 
@@ -119,15 +119,15 @@
119
119
  "@babel/types" "^7.12.1"
120
120
 
121
121
  "@babel/helper-function-name@^7.10.4":
122
- version "7.10.4"
123
- resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
124
- integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==
122
+ version "7.12.11"
123
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
124
+ integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
125
125
  dependencies:
126
- "@babel/helper-get-function-arity" "^7.10.4"
127
- "@babel/template" "^7.10.4"
128
- "@babel/types" "^7.10.4"
126
+ "@babel/helper-get-function-arity" "^7.12.10"
127
+ "@babel/template" "^7.12.7"
128
+ "@babel/types" "^7.12.11"
129
129
 
130
- "@babel/helper-get-function-arity@^7.10.4":
130
+ "@babel/helper-get-function-arity@^7.12.10":
131
131
  version "7.12.10"
132
132
  resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf"
133
133
  integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==
@@ -141,7 +141,7 @@
141
141
  dependencies:
142
142
  "@babel/types" "^7.10.4"
143
143
 
144
- "@babel/helper-member-expression-to-functions@^7.12.1":
144
+ "@babel/helper-member-expression-to-functions@^7.12.1", "@babel/helper-member-expression-to-functions@^7.12.7":
145
145
  version "7.12.7"
146
146
  resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
147
147
  integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==
@@ -170,7 +170,7 @@
170
170
  "@babel/types" "^7.12.1"
171
171
  lodash "^4.17.19"
172
172
 
173
- "@babel/helper-optimise-call-expression@^7.10.4":
173
+ "@babel/helper-optimise-call-expression@^7.10.4", "@babel/helper-optimise-call-expression@^7.12.10":
174
174
  version "7.12.10"
175
175
  resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz#94ca4e306ee11a7dd6e9f42823e2ac6b49881e2d"
176
176
  integrity sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ==
@@ -192,14 +192,14 @@
192
192
  "@babel/types" "^7.12.1"
193
193
 
194
194
  "@babel/helper-replace-supers@^7.12.1":
195
- version "7.12.5"
196
- resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz#f009a17543bbbbce16b06206ae73b63d3fca68d9"
197
- integrity sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA==
195
+ version "7.12.11"
196
+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.11.tgz#ea511658fc66c7908f923106dd88e08d1997d60d"
197
+ integrity sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA==
198
198
  dependencies:
199
- "@babel/helper-member-expression-to-functions" "^7.12.1"
200
- "@babel/helper-optimise-call-expression" "^7.10.4"
201
- "@babel/traverse" "^7.12.5"
202
- "@babel/types" "^7.12.5"
199
+ "@babel/helper-member-expression-to-functions" "^7.12.7"
200
+ "@babel/helper-optimise-call-expression" "^7.12.10"
201
+ "@babel/traverse" "^7.12.10"
202
+ "@babel/types" "^7.12.11"
203
203
 
204
204
  "@babel/helper-simple-access@^7.12.1":
205
205
  version "7.12.1"
@@ -216,21 +216,21 @@
216
216
  "@babel/types" "^7.12.1"
217
217
 
218
218
  "@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0":
219
- version "7.11.0"
220
- resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
221
- integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
219
+ version "7.12.11"
220
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
221
+ integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
222
222
  dependencies:
223
- "@babel/types" "^7.11.0"
223
+ "@babel/types" "^7.12.11"
224
224
 
225
- "@babel/helper-validator-identifier@^7.10.4":
226
- version "7.10.4"
227
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
228
- integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
225
+ "@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11":
226
+ version "7.12.11"
227
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
228
+ integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
229
229
 
230
- "@babel/helper-validator-option@^7.12.1":
231
- version "7.12.1"
232
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9"
233
- integrity sha512-YpJabsXlJVWP0USHjnC/AQDTLlZERbON577YUVO/wLpqyj6HAtVYnWaQaN0iUN+1/tWn3c+uKKXjRut5115Y2A==
230
+ "@babel/helper-validator-option@^7.12.1", "@babel/helper-validator-option@^7.12.11":
231
+ version "7.12.11"
232
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f"
233
+ integrity sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw==
234
234
 
235
235
  "@babel/helper-wrap-function@^7.10.4":
236
236
  version "7.12.3"
@@ -266,9 +266,9 @@
266
266
  integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
267
267
 
268
268
  "@babel/parser@^7.12.10", "@babel/parser@^7.12.7":
269
- version "7.12.10"
270
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81"
271
- integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA==
269
+ version "7.12.11"
270
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
271
+ integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
272
272
 
273
273
  "@babel/plugin-proposal-async-generator-functions@^7.12.1":
274
274
  version "7.12.1"
@@ -484,10 +484,10 @@
484
484
  dependencies:
485
485
  "@babel/helper-plugin-utils" "^7.10.4"
486
486
 
487
- "@babel/plugin-transform-block-scoping@^7.12.1":
488
- version "7.12.1"
489
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.1.tgz#f0ee727874b42a208a48a586b84c3d222c2bbef1"
490
- integrity sha512-zJyAC9sZdE60r1nVQHblcfCj29Dh2Y0DOvlMkcqSo0ckqjiCwNiUezUKw+RjOCwGfpLRwnAeQ2XlLpsnGkvv9w==
487
+ "@babel/plugin-transform-block-scoping@^7.12.11":
488
+ version "7.12.11"
489
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.11.tgz#83ae92a104dbb93a7d6c6dd1844f351083c46b4f"
490
+ integrity sha512-atR1Rxc3hM+VPg/NvNvfYw0npQEAcHuJ+MGZnFn6h3bo+1U3BWXMdFMlvVRApBTWKQMX7SOwRJZA5FBF/JQbvA==
491
491
  dependencies:
492
492
  "@babel/helper-plugin-utils" "^7.10.4"
493
493
 
@@ -711,15 +711,15 @@
711
711
  "@babel/helper-plugin-utils" "^7.10.4"
712
712
 
713
713
  "@babel/preset-env@^7.6.2":
714
- version "7.12.10"
715
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.10.tgz#ca981b95f641f2610531bd71948656306905e6ab"
716
- integrity sha512-Gz9hnBT/tGeTE2DBNDkD7BiWRELZt+8lSysHuDwmYXUIvtwZl0zI+D6mZgXZX0u8YBlLS4tmai9ONNY9tjRgRA==
714
+ version "7.12.11"
715
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.11.tgz#55d5f7981487365c93dbbc84507b1c7215e857f9"
716
+ integrity sha512-j8Tb+KKIXKYlDBQyIOy4BLxzv1NUOwlHfZ74rvW+Z0Gp4/cI2IMDPBWAgWceGcE7aep9oL/0K9mlzlMGxA8yNw==
717
717
  dependencies:
718
718
  "@babel/compat-data" "^7.12.7"
719
719
  "@babel/helper-compilation-targets" "^7.12.5"
720
720
  "@babel/helper-module-imports" "^7.12.5"
721
721
  "@babel/helper-plugin-utils" "^7.10.4"
722
- "@babel/helper-validator-option" "^7.12.1"
722
+ "@babel/helper-validator-option" "^7.12.11"
723
723
  "@babel/plugin-proposal-async-generator-functions" "^7.12.1"
724
724
  "@babel/plugin-proposal-class-properties" "^7.12.1"
725
725
  "@babel/plugin-proposal-dynamic-import" "^7.12.1"
@@ -748,7 +748,7 @@
748
748
  "@babel/plugin-transform-arrow-functions" "^7.12.1"
749
749
  "@babel/plugin-transform-async-to-generator" "^7.12.1"
750
750
  "@babel/plugin-transform-block-scoped-functions" "^7.12.1"
751
- "@babel/plugin-transform-block-scoping" "^7.12.1"
751
+ "@babel/plugin-transform-block-scoping" "^7.12.11"
752
752
  "@babel/plugin-transform-classes" "^7.12.1"
753
753
  "@babel/plugin-transform-computed-properties" "^7.12.1"
754
754
  "@babel/plugin-transform-destructuring" "^7.12.1"
@@ -778,7 +778,7 @@
778
778
  "@babel/plugin-transform-unicode-escapes" "^7.12.1"
779
779
  "@babel/plugin-transform-unicode-regex" "^7.12.1"
780
780
  "@babel/preset-modules" "^0.1.3"
781
- "@babel/types" "^7.12.10"
781
+ "@babel/types" "^7.12.11"
782
782
  core-js-compat "^3.8.0"
783
783
  semver "^5.5.0"
784
784
 
@@ -835,12 +835,12 @@
835
835
  globals "^11.1.0"
836
836
  lodash "^4.17.19"
837
837
 
838
- "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.4.4":
839
- version "7.12.10"
840
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260"
841
- integrity sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw==
838
+ "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.4.4":
839
+ version "7.12.11"
840
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.11.tgz#a86e4d71e30a9b6ee102590446c98662589283ce"
841
+ integrity sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==
842
842
  dependencies:
843
- "@babel/helper-validator-identifier" "^7.10.4"
843
+ "@babel/helper-validator-identifier" "^7.12.11"
844
844
  lodash "^4.17.19"
845
845
  to-fast-properties "^2.0.0"
846
846
 
@@ -940,9 +940,9 @@
940
940
  integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
941
941
 
942
942
  "@types/node@*":
943
- version "14.14.13"
944
- resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.13.tgz#9e425079799322113ae8477297ae6ef51b8e0cdf"
945
- integrity sha512-vbxr0VZ8exFMMAjCW8rJwaya0dMCDyYW2ZRdTyjtrCvJoENMpdUHOT/eTzvgyA5ZnqRZ/sI0NwqAxNHKYokLJQ==
943
+ version "14.14.14"
944
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.14.tgz#f7fd5f3cc8521301119f63910f0fb965c7d761ae"
945
+ integrity sha512-UHnOPWVWV1z+VV8k6L1HhG7UbGBgIdghqF3l9Ny9ApPghbjICXkUJSd/b9gOgQfjM1r+37cipdw/HJ3F6ICEnQ==
946
946
 
947
947
  "@types/unist@^2.0.0", "@types/unist@^2.0.2":
948
948
  version "2.0.3"
@@ -1255,9 +1255,9 @@ buffer-from@^1.0.0:
1255
1255
  integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
1256
1256
 
1257
1257
  "cable_ready@>= 4.4":
1258
- version "4.4.5"
1259
- resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-4.4.5.tgz#50512766e4359a4644535e7d669b38ee379d287c"
1260
- integrity sha512-Ex5ejxdcamPJI5V/m3ga94hZx9YgfPzWOnViGuRbY36PlWZmN9euY3VJCH7yLO75SaUKTw+1AvhReA5aUdbnmQ==
1258
+ version "4.4.6"
1259
+ resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-4.4.6.tgz#a46c879ec48b722d78cb1fbe0c1850d2f6b2762a"
1260
+ integrity sha512-nqo50yrnOlV0CKc+ysXnIzwulk7q54hGYUwbJb1s0pBY0eu1yjDhgdU8g9dxfO5xapK6S7oceuEnZ4FQawbU5g==
1261
1261
  dependencies:
1262
1262
  morphdom "^2.6.1"
1263
1263
 
@@ -1304,9 +1304,9 @@ camelcase@^6.0.0:
1304
1304
  integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
1305
1305
 
1306
1306
  caniuse-lite@^1.0.30001165:
1307
- version "1.0.30001165"
1308
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001165.tgz#32955490d2f60290bb186bb754f2981917fa744f"
1309
- integrity sha512-8cEsSMwXfx7lWSUMA2s08z9dIgsnR5NAqjXP23stdsU3AUWkCr/rr4s4OFtHXn5XXr6+7kam3QFVoYyXNPdJPA==
1307
+ version "1.0.30001168"
1308
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001168.tgz#6fcd098c139d003b9bd484cbb9ca26cb89907f9a"
1309
+ integrity sha512-P2zmX7swIXKu+GMMR01TWa4csIKELTNnZKc+f1CjebmZJQtTAEXmpQSoKVJVVcvPGAA0TEYTOUp3VehavZSFPQ==
1310
1310
 
1311
1311
  caseless@~0.12.0:
1312
1312
  version "0.12.0"
@@ -1712,9 +1712,9 @@ editorconfig@0.15.3:
1712
1712
  sigmund "^1.0.1"
1713
1713
 
1714
1714
  electron-to-chromium@^1.3.621:
1715
- version "1.3.625"
1716
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.625.tgz#a7bd18da4dc732c180b2e95e0e296c0bf22f3bd6"
1717
- integrity sha512-CsLk/r0C9dAzVPa9QF74HIXduxaucsaRfqiOYvIv2PRhvyC6EOqc/KbpgToQuDVgPf3sNAFZi3iBu4vpGOwGag==
1715
+ version "1.3.629"
1716
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.629.tgz#a08d13b64d90e3c77ec5b9bffa3efbc5b4a00969"
1717
+ integrity sha512-iSPPJtPvHrMAvYOt+9cdbDmTasPqwnwz4lkP8Dn200gDNUBQOLQ96xUsWXBwXslAo5XxdoXAoQQ3RAy4uao9IQ==
1718
1718
 
1719
1719
  elegant-spinner@^1.0.1:
1720
1720
  version "1.0.1"
@@ -2150,9 +2150,9 @@ get-caller-file@^2.0.1:
2150
2150
  integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
2151
2151
 
2152
2152
  get-intrinsic@^1.0.0:
2153
- version "1.0.1"
2154
- resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.0.1.tgz#94a9768fcbdd0595a1c9273aacf4c89d075631be"
2155
- integrity sha512-ZnWP+AmS1VUaLgTRy47+zKtjTxz+0xMpx3I52i+aalBK1QP19ggLF3Db89KJX7kjfOfP2eoa01qc++GwPgufPg==
2153
+ version "1.0.2"
2154
+ resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.0.2.tgz#6820da226e50b24894e08859469dc68361545d49"
2155
+ integrity sha512-aeX0vrFm21ILl3+JpFFRNe9aUvp6VFZb2/CTbgLb8j75kOhvoNYjt9d8KA/tJG4gSo8nzEDedRl0h7vDmBYRVg==
2156
2156
  dependencies:
2157
2157
  function-bind "^1.1.1"
2158
2158
  has "^1.0.3"
@@ -4297,9 +4297,9 @@ type-fest@^0.8.1:
4297
4297
  integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
4298
4298
 
4299
4299
  uglify-js@^3.1.4:
4300
- version "3.12.1"
4301
- resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.1.tgz#78307f539f7b9ca5557babb186ea78ad30cc0375"
4302
- integrity sha512-o8lHP20KjIiQe5b/67Rh68xEGRrc2SRsCuuoYclXXoC74AfSRGblU1HKzJWH3HxPZ+Ort85fWHpSX7KwBUC9CQ==
4300
+ version "3.12.2"
4301
+ resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.2.tgz#c7ae89da0ed1bb58999c7fce07190b347fdbdaba"
4302
+ integrity sha512-rWYleAvfJPjduYCt+ELvzybNah/zIkRteGXIBO8X0lteRZPGladF61hFi8tU7qKTsF7u6DUQCtT9k00VlFOgkg==
4303
4303
 
4304
4304
  unherit@^1.0.4:
4305
4305
  version "1.1.3"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stimulus_reflex
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.0.pre9
4
+ version: 3.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Hopkins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-13 00:00:00.000000000 Z
11
+ date: 2020-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack
@@ -230,9 +230,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
230
230
  version: '0'
231
231
  required_rubygems_version: !ruby/object:Gem::Requirement
232
232
  requirements:
233
- - - ">"
233
+ - - ">="
234
234
  - !ruby/object:Gem::Version
235
- version: 1.3.1
235
+ version: '0'
236
236
  requirements: []
237
237
  rubygems_version: 3.1.2
238
238
  signing_key: