@vaadin/polymer-legacy-adapter 24.8.0-alpha2 → 24.8.0-alpha20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/polymer-legacy-adapter",
3
- "version": "24.8.0-alpha2",
3
+ "version": "24.8.0-alpha20",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -32,17 +32,17 @@
32
32
  ],
33
33
  "dependencies": {
34
34
  "@polymer/polymer": "^3.0.0",
35
- "@vaadin/vaadin-themable-mixin": "24.8.0-alpha2",
35
+ "@vaadin/vaadin-themable-mixin": "24.8.0-alpha20",
36
36
  "lit": "^3.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@vaadin/chai-plugins": "24.8.0-alpha2",
40
- "@vaadin/checkbox": "24.8.0-alpha2",
41
- "@vaadin/grid": "24.8.0-alpha2",
42
- "@vaadin/grid-pro": "24.8.0-alpha2",
43
- "@vaadin/test-runner-commands": "24.8.0-alpha2",
39
+ "@vaadin/chai-plugins": "24.8.0-alpha20",
40
+ "@vaadin/checkbox": "24.8.0-alpha20",
41
+ "@vaadin/grid": "24.8.0-alpha20",
42
+ "@vaadin/grid-pro": "24.8.0-alpha20",
43
+ "@vaadin/test-runner-commands": "24.8.0-alpha20",
44
44
  "@vaadin/testing-helpers": "^1.1.0",
45
45
  "sinon": "^18.0.0"
46
46
  },
47
- "gitHead": "f48777a6e3dcf605b700305a7142145e197bb416"
47
+ "gitHead": "f091548b1f079f0c9de4be2a8ded77fb18671a2e"
48
48
  }
@@ -42,7 +42,7 @@ function showTemplateWarning(component) {
42
42
  }
43
43
 
44
44
  console.warn(
45
- `WARNING: <template> inside <${component.localName}> is deprecated. Use a renderer function instead (see https://vaad.in/template-renderer)`,
45
+ `WARNING: <template> inside <${component.localName}> is deprecated and will be removed in Vaadin 25. Use a renderer function instead.`,
46
46
  );
47
47
 
48
48
  component.__suppressTemplateWarning = true;