isomorfeus-preact 10.5.8 → 10.5.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/lib/nano_css.rb +1 -1
  3. data/lib/preact/version.rb +1 -1
  4. data/node_modules/.package-lock.json +6 -6
  5. data/node_modules/preact/compat/dist/compat.js +1 -1
  6. data/node_modules/preact/compat/dist/compat.js.map +1 -1
  7. data/node_modules/preact/compat/dist/compat.mjs +1 -1
  8. data/node_modules/preact/compat/dist/compat.mjs.map +1 -1
  9. data/node_modules/preact/compat/dist/compat.module.js +1 -1
  10. data/node_modules/preact/compat/dist/compat.module.js.map +1 -1
  11. data/node_modules/preact/compat/dist/compat.umd.js +1 -1
  12. data/node_modules/preact/compat/dist/compat.umd.js.map +1 -1
  13. data/node_modules/preact/compat/src/index.d.ts +1 -1
  14. data/node_modules/preact/compat/src/render.js +10 -3
  15. data/node_modules/preact/debug/dist/debug.js.map +1 -1
  16. data/node_modules/preact/debug/dist/debug.mjs.map +1 -1
  17. data/node_modules/preact/debug/dist/debug.module.js.map +1 -1
  18. data/node_modules/preact/debug/dist/debug.umd.js.map +1 -1
  19. data/node_modules/preact/devtools/dist/devtools.js +1 -1
  20. data/node_modules/preact/devtools/dist/devtools.js.map +1 -1
  21. data/node_modules/preact/devtools/dist/devtools.mjs +1 -1
  22. data/node_modules/preact/devtools/dist/devtools.mjs.map +1 -1
  23. data/node_modules/preact/devtools/dist/devtools.module.js +1 -1
  24. data/node_modules/preact/devtools/dist/devtools.module.js.map +1 -1
  25. data/node_modules/preact/devtools/dist/devtools.umd.js +1 -1
  26. data/node_modules/preact/devtools/dist/devtools.umd.js.map +1 -1
  27. data/node_modules/preact/devtools/src/devtools.js +1 -1
  28. data/node_modules/preact/dist/index.d.ts +1295 -0
  29. data/node_modules/preact/dist/preact.js +1 -1
  30. data/node_modules/preact/dist/preact.js.map +1 -1
  31. data/node_modules/preact/dist/preact.min.js +1 -1
  32. data/node_modules/preact/dist/preact.min.js.map +1 -1
  33. data/node_modules/preact/dist/preact.mjs +1 -1
  34. data/node_modules/preact/dist/preact.mjs.map +1 -1
  35. data/node_modules/preact/dist/preact.module.js +1 -1
  36. data/node_modules/preact/dist/preact.module.js.map +1 -1
  37. data/node_modules/preact/dist/preact.umd.js +1 -1
  38. data/node_modules/preact/dist/preact.umd.js.map +1 -1
  39. data/node_modules/preact/hooks/dist/hooks.js +1 -1
  40. data/node_modules/preact/hooks/dist/hooks.js.map +1 -1
  41. data/node_modules/preact/hooks/dist/hooks.mjs +1 -1
  42. data/node_modules/preact/hooks/dist/hooks.mjs.map +1 -1
  43. data/node_modules/preact/hooks/dist/hooks.module.js +1 -1
  44. data/node_modules/preact/hooks/dist/hooks.module.js.map +1 -1
  45. data/node_modules/preact/hooks/dist/hooks.umd.js +1 -1
  46. data/node_modules/preact/hooks/dist/hooks.umd.js.map +1 -1
  47. data/node_modules/preact/hooks/src/index.js +1 -8
  48. data/node_modules/preact/jsx-runtime/dist/jsxRuntime.mjs.map +1 -0
  49. data/node_modules/preact/package.json +8 -4
  50. data/node_modules/preact/src/create-element.js +2 -1
  51. data/node_modules/preact/src/diff/children.js +7 -19
  52. data/node_modules/preact/src/jsx.d.ts +45 -2
  53. data/node_modules/preact/test-utils/dist/testUtils.mjs.map +1 -1
  54. data/node_modules/wouter-preact/cjs/index.js +1 -1
  55. data/node_modules/wouter-preact/cjs/use-location.js +6 -6
  56. data/node_modules/wouter-preact/index.js +1 -1
  57. data/node_modules/wouter-preact/package.json +1 -1
  58. data/node_modules/wouter-preact/use-location.js +6 -6
  59. data/package.json +2 -2
  60. metadata +10 -13
  61. data/node_modules/preact/compat/LICENSE +0 -21
  62. data/node_modules/preact/debug/LICENSE +0 -21
  63. data/node_modules/preact/devtools/LICENSE +0 -21
  64. data/node_modules/preact/hooks/LICENSE +0 -21
  65. data/node_modules/preact/jsx-runtime/LICENSE +0 -21
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-preact
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.5.8
4
+ version: 10.5.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-19 00:00:00.000000000 Z
11
+ date: 2021-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 3.13.7
33
+ version: 3.13.9
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 3.13.7
40
+ version: 3.13.9
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: opal
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -84,16 +84,16 @@ dependencies:
84
84
  name: isomorfeus-asset-manager
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - "~>"
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: 0.12.8
89
+ version: 0.12.0
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - "~>"
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
- version: 0.12.8
96
+ version: 0.12.0
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: isomorfeus-redux
99
99
  requirement: !ruby/object:Gem::Requirement
@@ -311,7 +311,6 @@ files:
311
311
  - node_modules/preact-render-to-string/typings.json
312
312
  - node_modules/preact/LICENSE
313
313
  - node_modules/preact/README.md
314
- - node_modules/preact/compat/LICENSE
315
314
  - node_modules/preact/compat/dist/compat.js
316
315
  - node_modules/preact/compat/dist/compat.js.map
317
316
  - node_modules/preact/compat/dist/compat.mjs
@@ -346,7 +345,6 @@ files:
346
345
  - node_modules/preact/compat/src/suspense.js
347
346
  - node_modules/preact/compat/src/util.js
348
347
  - node_modules/preact/compat/test-utils.js
349
- - node_modules/preact/debug/LICENSE
350
348
  - node_modules/preact/debug/dist/debug.js
351
349
  - node_modules/preact/debug/dist/debug.js.map
352
350
  - node_modules/preact/debug/dist/debug.mjs
@@ -365,7 +363,6 @@ files:
365
363
  - node_modules/preact/debug/src/index.js
366
364
  - node_modules/preact/debug/src/internal.d.ts
367
365
  - node_modules/preact/debug/src/util.js
368
- - node_modules/preact/devtools/LICENSE
369
366
  - node_modules/preact/devtools/dist/devtools.js
370
367
  - node_modules/preact/devtools/dist/devtools.js.map
371
368
  - node_modules/preact/devtools/dist/devtools.mjs
@@ -380,6 +377,7 @@ files:
380
377
  - node_modules/preact/devtools/src/devtools.js
381
378
  - node_modules/preact/devtools/src/index.d.ts
382
379
  - node_modules/preact/devtools/src/index.js
380
+ - node_modules/preact/dist/index.d.ts
383
381
  - node_modules/preact/dist/preact.js
384
382
  - node_modules/preact/dist/preact.js.map
385
383
  - node_modules/preact/dist/preact.min.js
@@ -390,7 +388,6 @@ files:
390
388
  - node_modules/preact/dist/preact.module.js.map
391
389
  - node_modules/preact/dist/preact.umd.js
392
390
  - node_modules/preact/dist/preact.umd.js.map
393
- - node_modules/preact/hooks/LICENSE
394
391
  - node_modules/preact/hooks/dist/hooks.js
395
392
  - node_modules/preact/hooks/dist/hooks.js.map
396
393
  - node_modules/preact/hooks/dist/hooks.mjs
@@ -405,10 +402,10 @@ files:
405
402
  - node_modules/preact/hooks/src/index.d.ts
406
403
  - node_modules/preact/hooks/src/index.js
407
404
  - node_modules/preact/hooks/src/internal.d.ts
408
- - node_modules/preact/jsx-runtime/LICENSE
409
405
  - node_modules/preact/jsx-runtime/dist/jsxRuntime.js
410
406
  - node_modules/preact/jsx-runtime/dist/jsxRuntime.js.map
411
407
  - node_modules/preact/jsx-runtime/dist/jsxRuntime.mjs
408
+ - node_modules/preact/jsx-runtime/dist/jsxRuntime.mjs.map
412
409
  - node_modules/preact/jsx-runtime/dist/jsxRuntime.modern.js
413
410
  - node_modules/preact/jsx-runtime/dist/jsxRuntime.modern.js.map
414
411
  - node_modules/preact/jsx-runtime/dist/jsxRuntime.module.js
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2015-present Jason Miller
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2015-present Jason Miller
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2015-present Jason Miller
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2015-present Jason Miller
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2015-present Jason Miller
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.