Skip to content

Commit 4aa0325

Browse files
committed
Rome 0.12
1 parent 09d8f75 commit 4aa0325

File tree

41 files changed

+154
-232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+154
-232
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"editor.defaultFormatter": "rome.rome"
1919
},
2020
"[json]": {
21-
"editor.defaultFormatter": "vscode.json-language-features"
21+
"editor.defaultFormatter": "rome.rome"
2222
},
2323
"mesonbuild.configureOnOpen": false,
2424
"mesonbuild.buildFolder": "_build",

package-lock.json

Lines changed: 55 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"rollup": "^2.76.0",
1616
"rollup-plugin-ignore": "^1.0.10",
1717
"rollup-plugin-node-polyfills": "^0.2.1",
18-
"rome": "^11.0.0"
18+
"rome": "^12.0.0"
1919
},
2020
"type": "module",
2121
"scripts": {
2222
"postinstall": "rollup -c rollup.config.js"
2323
}
24-
}
24+
}

re.sonny.Workbench.Devel.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,16 +133,16 @@
133133
"only-arches": [
134134
"aarch64"
135135
],
136-
"url": "https://registry.npmjs.org/@rometools/cli-linux-arm64/-/cli-linux-arm64-11.0.0.tgz",
137-
"sha512": "764b53249953a66c9c059d93c212417003bcced2bc0dd7af772667145c5d611bed9898138c8b02d9415ac9ffd26ca7b0f01f2ad48848d22b7e0fa8a101e2297a"
136+
"url": "https://registry.npmjs.org/@rometools/cli-linux-arm64/-/cli-linux-arm64-12.0.0.tgz",
137+
"sha512": "9f62c983a78064435470917df708c37aa402affe3422a1942436d7ecdc2253546f0b2f9105936685c99201a28e73aac2a0b51c33d5b9abe1f88df9f86d67c904"
138138
},
139139
{
140140
"type": "archive",
141141
"only-arches": [
142142
"x86_64"
143143
],
144-
"url": "https://registry.npmjs.org/@rometools/cli-linux-x64/-/cli-linux-x64-11.0.0.tgz",
145-
"sha512": "5957275cf35d586516a34a78354f18ceeb618d847babe6f8bd1723771b4fd43969a616664aca02fd1484f399c4a91033f210a170a51a9ec57338f33c052b2e18"
144+
"url": "https://registry.npmjs.org/@rometools/cli-linux-x64/-/cli-linux-x64-12.0.0.tgz",
145+
"sha512": "56e40ee1e3ab2a67eb2eb73c2b331a672a73de2d6b0fd157471c0e164ea16b5e8334757ed7b7514189bb8d1675a7e1eb5dd8c02584d273147f134df218b4e195"
146146
}
147147
]
148148
},

re.sonny.Workbench.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,16 @@
134134
"only-arches": [
135135
"aarch64"
136136
],
137-
"url": "https://registry.npmjs.org/@rometools/cli-linux-arm64/-/cli-linux-arm64-11.0.0.tgz",
138-
"sha512": "764b53249953a66c9c059d93c212417003bcced2bc0dd7af772667145c5d611bed9898138c8b02d9415ac9ffd26ca7b0f01f2ad48848d22b7e0fa8a101e2297a"
137+
"url": "https://registry.npmjs.org/@rometools/cli-linux-arm64/-/cli-linux-arm64-12.0.0.tgz",
138+
"sha512": "9f62c983a78064435470917df708c37aa402affe3422a1942436d7ecdc2253546f0b2f9105936685c99201a28e73aac2a0b51c33d5b9abe1f88df9f86d67c904"
139139
},
140140
{
141141
"type": "archive",
142142
"only-arches": [
143143
"x86_64"
144144
],
145-
"url": "https://registry.npmjs.org/@rometools/cli-linux-x64/-/cli-linux-x64-11.0.0.tgz",
146-
"sha512": "5957275cf35d586516a34a78354f18ceeb618d847babe6f8bd1723771b4fd43969a616664aca02fd1484f399c4a91033f210a170a51a9ec57338f33c052b2e18"
145+
"url": "https://registry.npmjs.org/@rometools/cli-linux-x64/-/cli-linux-x64-12.0.0.tgz",
146+
"sha512": "56e40ee1e3ab2a67eb2eb73c2b331a672a73de2d6b0fd157471c0e164ea16b5e8334757ed7b7514189bb8d1675a7e1eb5dd8c02584d273147f134df218b4e195"
147147
}
148148
]
149149
},

rome.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,21 @@
22
"formatter": {
33
"enabled": true,
44
"ignore": [
5-
"icon-development-kit-www",
6-
".flatpak",
7-
"src/lib",
8-
"troll"
5+
"src/icon-development-kit.json", "icon-development-kit-www", ".flatpak",
6+
"src/lib", "troll"
97
],
108
"indentStyle": "space",
119
"indentSize": 2
1210
},
1311
"linter": {
1412
"enabled": true,
1513
"ignore": [
16-
"icon-development-kit-www",
17-
".flatpak",
18-
"src/lib",
19-
"troll"
14+
"src/icon-development-kit.json", "icon-development-kit-www", ".flatpak",
15+
"src/lib", "troll"
2016
],
2117
"rules": {
2218
"recommended": true,
23-
"correctness": {
24-
"noUnusedVariables": "error"
25-
},
19+
2620
"style": {
2721
"useBlockStatements": "off"
2822
}

src/Library/demos/Avatar/main.blp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Adw.StatusPage {
4747

4848
LinkButton {
4949
label: "API Reference";
50-
uri: "https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1.2/class.Avatar.html";
50+
uri: "https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1.3/class.Avatar.html";
5151
}
5252
}
5353
}

src/Library/demos/Box/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,3 @@ valign_toggle_center.connect("toggled", () => {
103103
valign_toggle_end.connect("toggled", () => {
104104
if (valign_toggle_end.active) interactive_box.valign = Gtk.Align.END;
105105
});
106-

src/Library/demos/Box/main.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"name": "Box",
33
"category": "layout",
44
"description": "A widget that arranges its child widgets into a single row or column",
5-
"panels": [
6-
"preview"
7-
],
5+
"panels": ["preview"],
86
"autorun": true
9-
}
7+
}

src/Library/demos/Button/main.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"name": "Button",
33
"category": "controls",
44
"description": "Allow people to perform actions by clicking",
5-
"panels": [
6-
"ui",
7-
"preview"
8-
],
5+
"panels": ["ui", "preview"],
96
"autorun": true
10-
}
7+
}

0 commit comments

Comments
 (0)