Skip to content

Commit 00f92da

Browse files
authored
Merge pull request #510 from matestack/next_release
1.3.2 Release
2 parents cc62807 + 7fedede commit 00f92da

File tree

14 files changed

+114
-128
lines changed

14 files changed

+114
-128
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v1.3.2 Release - 2021-01-11
4+
5+
### Bugfixes
6+
7+
- Fixes #503 new vue-turbolinks v2.2.0 causes error on webpacker compile
8+
9+
### Security bumps
10+
11+
- Various version bumps triggered through dependabot
12+
313
## v1.3.1 Release - 2020-12-28
414

515
### Bugfixes

Gemfile.lock

+56-56
Original file line numberDiff line numberDiff line change
@@ -11,56 +11,56 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (6.0.3.2)
15-
actionpack (= 6.0.3.2)
14+
actioncable (6.0.3.3)
15+
actionpack (= 6.0.3.3)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (6.0.3.2)
19-
actionpack (= 6.0.3.2)
20-
activejob (= 6.0.3.2)
21-
activerecord (= 6.0.3.2)
22-
activestorage (= 6.0.3.2)
23-
activesupport (= 6.0.3.2)
18+
actionmailbox (6.0.3.3)
19+
actionpack (= 6.0.3.3)
20+
activejob (= 6.0.3.3)
21+
activerecord (= 6.0.3.3)
22+
activestorage (= 6.0.3.3)
23+
activesupport (= 6.0.3.3)
2424
mail (>= 2.7.1)
25-
actionmailer (6.0.3.2)
26-
actionpack (= 6.0.3.2)
27-
actionview (= 6.0.3.2)
28-
activejob (= 6.0.3.2)
25+
actionmailer (6.0.3.3)
26+
actionpack (= 6.0.3.3)
27+
actionview (= 6.0.3.3)
28+
activejob (= 6.0.3.3)
2929
mail (~> 2.5, >= 2.5.4)
3030
rails-dom-testing (~> 2.0)
31-
actionpack (6.0.3.2)
32-
actionview (= 6.0.3.2)
33-
activesupport (= 6.0.3.2)
31+
actionpack (6.0.3.3)
32+
actionview (= 6.0.3.3)
33+
activesupport (= 6.0.3.3)
3434
rack (~> 2.0, >= 2.0.8)
3535
rack-test (>= 0.6.3)
3636
rails-dom-testing (~> 2.0)
3737
rails-html-sanitizer (~> 1.0, >= 1.2.0)
38-
actiontext (6.0.3.2)
39-
actionpack (= 6.0.3.2)
40-
activerecord (= 6.0.3.2)
41-
activestorage (= 6.0.3.2)
42-
activesupport (= 6.0.3.2)
38+
actiontext (6.0.3.3)
39+
actionpack (= 6.0.3.3)
40+
activerecord (= 6.0.3.3)
41+
activestorage (= 6.0.3.3)
42+
activesupport (= 6.0.3.3)
4343
nokogiri (>= 1.8.5)
44-
actionview (6.0.3.2)
45-
activesupport (= 6.0.3.2)
44+
actionview (6.0.3.3)
45+
activesupport (= 6.0.3.3)
4646
builder (~> 3.1)
4747
erubi (~> 1.4)
4848
rails-dom-testing (~> 2.0)
4949
rails-html-sanitizer (~> 1.1, >= 1.2.0)
50-
activejob (6.0.3.2)
51-
activesupport (= 6.0.3.2)
50+
activejob (6.0.3.3)
51+
activesupport (= 6.0.3.3)
5252
globalid (>= 0.3.6)
53-
activemodel (6.0.3.2)
54-
activesupport (= 6.0.3.2)
55-
activerecord (6.0.3.2)
56-
activemodel (= 6.0.3.2)
57-
activesupport (= 6.0.3.2)
58-
activestorage (6.0.3.2)
59-
actionpack (= 6.0.3.2)
60-
activejob (= 6.0.3.2)
61-
activerecord (= 6.0.3.2)
53+
activemodel (6.0.3.3)
54+
activesupport (= 6.0.3.3)
55+
activerecord (6.0.3.3)
56+
activemodel (= 6.0.3.3)
57+
activesupport (= 6.0.3.3)
58+
activestorage (6.0.3.3)
59+
actionpack (= 6.0.3.3)
60+
activejob (= 6.0.3.3)
61+
activerecord (= 6.0.3.3)
6262
marcel (~> 0.3.1)
63-
activesupport (6.0.3.2)
63+
activesupport (6.0.3.3)
6464
concurrent-ruby (~> 1.0, >= 1.0.2)
6565
i18n (>= 0.7, < 2)
6666
minitest (~> 5.1)
@@ -91,7 +91,7 @@ GEM
9191
cells (>= 4.1.6, < 5.0.0)
9292
childprocess (3.0.0)
9393
coderay (1.1.2)
94-
concurrent-ruby (1.1.6)
94+
concurrent-ruby (1.1.7)
9595
crack (0.4.3)
9696
safe_yaml (~> 1.0.0)
9797
crass (1.0.6)
@@ -110,9 +110,9 @@ GEM
110110
temple (>= 0.8.0)
111111
tilt
112112
hashdiff (1.0.0)
113-
i18n (1.8.3)
113+
i18n (1.8.5)
114114
concurrent-ruby (~> 1.0)
115-
loofah (2.6.0)
115+
loofah (2.7.0)
116116
crass (~> 1.0.2)
117117
nokogiri (>= 1.5.9)
118118
mail (2.7.1)
@@ -123,8 +123,8 @@ GEM
123123
mimemagic (0.3.5)
124124
mini_mime (1.0.2)
125125
mini_portile2 (2.4.0)
126-
minitest (5.14.1)
127-
nio4r (2.5.2)
126+
minitest (5.14.2)
127+
nio4r (2.5.3)
128128
nokogiri (1.10.10)
129129
mini_portile2 (~> 2.4.0)
130130
pg (1.2.3)
@@ -144,29 +144,29 @@ GEM
144144
rack
145145
rack-test (1.1.0)
146146
rack (>= 1.0, < 3)
147-
rails (6.0.3.2)
148-
actioncable (= 6.0.3.2)
149-
actionmailbox (= 6.0.3.2)
150-
actionmailer (= 6.0.3.2)
151-
actionpack (= 6.0.3.2)
152-
actiontext (= 6.0.3.2)
153-
actionview (= 6.0.3.2)
154-
activejob (= 6.0.3.2)
155-
activemodel (= 6.0.3.2)
156-
activerecord (= 6.0.3.2)
157-
activestorage (= 6.0.3.2)
158-
activesupport (= 6.0.3.2)
147+
rails (6.0.3.3)
148+
actioncable (= 6.0.3.3)
149+
actionmailbox (= 6.0.3.3)
150+
actionmailer (= 6.0.3.3)
151+
actionpack (= 6.0.3.3)
152+
actiontext (= 6.0.3.3)
153+
actionview (= 6.0.3.3)
154+
activejob (= 6.0.3.3)
155+
activemodel (= 6.0.3.3)
156+
activerecord (= 6.0.3.3)
157+
activestorage (= 6.0.3.3)
158+
activesupport (= 6.0.3.3)
159159
bundler (>= 1.3.0)
160-
railties (= 6.0.3.2)
160+
railties (= 6.0.3.3)
161161
sprockets-rails (>= 2.0.0)
162162
rails-dom-testing (2.0.3)
163163
activesupport (>= 4.2.0)
164164
nokogiri (>= 1.6)
165165
rails-html-sanitizer (1.3.0)
166166
loofah (~> 2.3)
167-
railties (6.0.3.2)
168-
actionpack (= 6.0.3.2)
169-
activesupport (= 6.0.3.2)
167+
railties (6.0.3.3)
168+
actionpack (= 6.0.3.3)
169+
activesupport (= 6.0.3.3)
170170
method_source
171171
rake (>= 0.8.7)
172172
thor (>= 0.20.3, < 2.0)
@@ -238,7 +238,7 @@ GEM
238238
websocket-extensions (0.1.5)
239239
xpath (3.2.0)
240240
nokogiri (~> 1.8)
241-
zeitwerk (2.3.1)
241+
zeitwerk (2.4.0)
242242

243243
PLATFORMS
244244
ruby

builder/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GEM
8686
nio4r (2.5.2)
8787
nokogiri (1.10.8)
8888
mini_portile2 (~> 2.4.0)
89-
puma (3.12.4)
89+
puma (3.12.6)
9090
rack (2.2.3)
9191
rack-proxy (0.6.5)
9292
rack

builder/yarn.lock

+13-15
Original file line numberDiff line numberDiff line change
@@ -2245,7 +2245,7 @@ [email protected], debug@^2.2.0, debug@^2.3.3:
22452245
dependencies:
22462246
ms "2.0.0"
22472247

2248-
debug@^3.0.0, debug@^3.1.1, debug@^3.2.5:
2248+
debug@^3.1.1, debug@^3.2.5:
22492249
version "3.2.6"
22502250
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
22512251
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
@@ -2608,9 +2608,9 @@ etag@~1.8.1:
26082608
integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
26092609

26102610
eventemitter3@^4.0.0:
2611-
version "4.0.0"
2612-
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.0.tgz#d65176163887ee59f386d64c82610b696a4a74eb"
2613-
integrity sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg==
2611+
version "4.0.7"
2612+
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
2613+
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
26142614

26152615
events@^3.0.0:
26162616
version "3.1.0"
@@ -2880,11 +2880,9 @@ flush-write-stream@^1.0.0:
28802880
readable-stream "^2.3.6"
28812881

28822882
follow-redirects@^1.0.0:
2883-
version "1.10.0"
2884-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.10.0.tgz#01f5263aee921c6a54fb91667f08f4155ce169eb"
2885-
integrity sha512-4eyLK6s6lH32nOvLLwlIOnr9zrL8Sm+OvW4pVTJNoXeGzYIkHVf+pADQi+OJ0E67hiuSLezPVPyBcIZO50TmmQ==
2886-
dependencies:
2887-
debug "^3.0.0"
2883+
version "1.13.0"
2884+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
2885+
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
28882886

28892887
for-in@^1.0.2:
28902888
version "1.0.2"
@@ -3329,9 +3327,9 @@ [email protected]:
33293327
micromatch "^3.1.10"
33303328

33313329
http-proxy@^1.17.0:
3332-
version "1.18.0"
3333-
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.0.tgz#dbe55f63e75a347db7f3d99974f2692a314a6a3a"
3334-
integrity sha512-84I2iJM/n1d4Hdgc6y2+qY5mDaz2PUVjlg9znE9byl+q0uC3DeByqBGReQu5tpLK0TAqTIXScRUV+dg7+bUPpQ==
3330+
version "1.18.1"
3331+
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
3332+
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
33353333
dependencies:
33363334
eventemitter3 "^4.0.0"
33373335
follow-redirects "^1.0.0"
@@ -3469,9 +3467,9 @@ [email protected]:
34693467
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
34703468

34713469
ini@^1.3.4, ini@^1.3.5:
3472-
version "1.3.5"
3473-
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
3474-
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
3470+
version "1.3.7"
3471+
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.7.tgz#a09363e1911972ea16d7a8851005d84cf09a9a84"
3472+
integrity sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ==
34753473

34763474
internal-ip@^4.3.0:
34773475
version "4.3.0"

docs/reactive_apps/100-rails_integration/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Matestack's JavaScript needs to be integrated into your Rails application in ord
1111
Add 'matestack-ui-core' to your `package.json` by running:
1212

1313
```
14-
$ yarn add https://github.com/matestack/matestack-ui-core#v1.3.0
14+
$ yarn add https://github.com/matestack/matestack-ui-core#v1.3.2
1515
$ yarn install
1616
```
1717

docs/reactive_apps/1000-tutorial/01_setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ to start the application. Now visit [localhost:3000](http://localhost:3000/) and
6060

6161
To install matestack, run `gem install matestack-ui-core` or add `gem 'matestack-ui-core'` to your Gemfile and run `bundle install`.
6262

63-
For a complete setup with Webpacker, you also need to run `yarn add https://github.com/matestack/matestack-ui-core#v1.3.0` followed by `yarn install`.
63+
For a complete setup with Webpacker, you also need to run `yarn add https://github.com/matestack/matestack-ui-core#v1.3.2` followed by `yarn install`.
6464

6565
Then, add
6666

docs/reactive_components/100-rails_integration/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Matestack's JavaScript needs to be integrated into your Rails application in ord
99
Add 'matestack-ui-core' to your `package.json` by running:
1010

1111
```
12-
$ yarn add https://github.com/matestack/matestack-ui-core#v1.3.0
12+
$ yarn add https://github.com/matestack/matestack-ui-core#v1.3.2
1313
$ yarn install
1414
```
1515

docs/start/100-installation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ In your package.json, change the version number used in the GitHub path referenc
7878
"name": "xyz",
7979
"dependencies": {
8080
// adjust the following path in order to match the Ruby Gem version!
81-
"matestack-ui-core": "https://github.com/matestack/matestack-ui-core#v1.3.0",
81+
"matestack-ui-core": "https://github.com/matestack/matestack-ui-core#v1.3.2",
8282
}
8383
}
8484

docs/start/150-getting_started/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ I've added a screencast (two parts) showing you what you will be doing in this t
1818
```bash
1919
rails new twitter_clone --webpacker
2020
cd twitter_clone
21-
bundle add matestack-ui-core --version "~> 1.3.0"
22-
yarn add https://github.com/matestack/matestack-ui-core#v1.3.0
21+
bundle add matestack-ui-core --version "~> 1.3.2"
22+
yarn add https://github.com/matestack/matestack-ui-core#v1.3.2
2323
```
2424

2525
- [x] Use Rails scaffolder in order to setup some files:

lib/matestack/ui/core/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Matestack
22
module Ui
33
module Core
4-
VERSION = '1.3.1'
4+
VERSION = '1.3.2'
55
end
66
end
77
end

matestack-ui-core.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require "matestack/ui/core/version"
77
Gem::Specification.new do |s|
88
s.name = "matestack-ui-core"
99
s.version = Matestack::Ui::Core::VERSION
10-
s.authors = ["Jonas Jabari", "Nils Henning", "Pascal Wengerter"]
11-
10+
s.authors = ["Jonas Jabari", "Nils Henning"]
11+
1212
s.homepage = "https://matestack.io"
1313
s.summary = "Escape the frontend hustle & easily create interactive web apps in pure Ruby."
1414
s.description = "Matestack provides a collection of open source gems made for Ruby on Rails developers. Matestack enables you to craft interactive web UIs without JavaScript in pure Ruby with minimum effort. UI code becomes a native and fun part of your Rails app."

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "matestack-ui-core",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"main": "app/javascript/matestack-ui-core",
55
"private": true,
66
"dependencies": {
7-
"axios": "^0.18.1",
7+
"axios": "^0.21.1",
88
"link-module-alias": "^1.2.0",
99
"v-runtime-template": "^1.5.2",
1010
"vue": "^2.5.17",
11-
"vue-turbolinks": "^2.1.0",
11+
"vue-turbolinks": "~2.1.0",
1212
"vuex": "^3.0.1",
1313
"yarn": "^1.22.0"
1414
},

0 commit comments

Comments
 (0)