Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sass from 1.74.1 to 1.76.0 #595

Merged
merged 1 commit into from
May 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@
"prettier": "^3.2.5",
"raw-loader": "^4.0.2",
"remove-files-webpack-plugin": "^1.5.0",
"sass": "^1.74.1",
"sass": "^1.76.0",
"sass-loader": "^14.2.1",
"storybook": "^8.0.9",
"style-loader": "^3.3.4",

Unchanged files with check annotations Beta

autocomplete.addListener("place_changed", () => {
const place = autocomplete.getPlace();
if (!place.geometry) {
console.log("Autocomplete's returned place contains no geometry");

Check warning on line 125 in src/components/googleLocation/GoogleLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement

Check warning on line 125 in src/components/googleLocation/GoogleLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement

Check warning on line 125 in src/components/googleLocation/GoogleLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement

Check warning on line 125 in src/components/googleLocation/GoogleLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement
return;
}
if (results[1]) {
this.setValue(results[0].formatted_address);
} else {
console.log("No results found");

Check warning on line 170 in src/components/googleLocation/GoogleLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement

Check warning on line 170 in src/components/googleLocation/GoogleLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement

Check warning on line 170 in src/components/googleLocation/GoogleLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement

Check warning on line 170 in src/components/googleLocation/GoogleLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement
}
} else {
console.log(`Geocoder failed due to: ${status}`);

Check warning on line 173 in src/components/googleLocation/GoogleLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement

Check warning on line 173 in src/components/googleLocation/GoogleLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement

Check warning on line 173 in src/components/googleLocation/GoogleLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement

Check warning on line 173 in src/components/googleLocation/GoogleLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement
}
});
});
}
const defaultLatlng = [this.component.map.lat, this.component.map.lon]; // brisbane
console.log(defaultLatlng);

Check warning on line 97 in src/components/openStreetMapLocation/OpenStreetMapLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement

Check warning on line 97 in src/components/openStreetMapLocation/OpenStreetMapLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement

Check warning on line 97 in src/components/openStreetMapLocation/OpenStreetMapLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement

Check warning on line 97 in src/components/openStreetMapLocation/OpenStreetMapLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement
// console.log(this.refs.leafletElement[index]);
const mapElement = this.refs.leafletElement[index];
const map = L.map(mapElement).setView(defaultLatlng, 18);
// this.addMarker(defaultLatlng, "Default Marker", element);
marker.on("moveend", function markerMoveListener(event) {
// marker.addListener("moveend", (event) => {
console.log(event);

Check warning on line 165 in src/components/openStreetMapLocation/OpenStreetMapLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement

Check warning on line 165 in src/components/openStreetMapLocation/OpenStreetMapLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement

Check warning on line 165 in src/components/openStreetMapLocation/OpenStreetMapLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement

Check warning on line 165 in src/components/openStreetMapLocation/OpenStreetMapLocation.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement
// const markerInternal = e.target;
const position = marker.getLatLng();
// geocode for plsplus
const popup = window.open(url, settings.provider, "width=1020,height=618");
const interval = setInterval(() => {
console.log("interval", popup.location.search);

Check warning on line 64 in src/components/SSOButton/SSOButton.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement

Check warning on line 64 in src/components/SSOButton/SSOButton.js

GitHub Actions / Build and Deploy on Node 20

Unexpected console statement
try {
// This is the condition need to be customised
// const popupHost = popup.location.host;
},
}),
name: "Renderer 2",

Check warning on line 101 in src/components/openStreetMapLocation/OpenStreetMapLocation.stories.js

GitHub Actions / Build and Deploy on Node 20

Named exports should not use the name annotation if it is redundant to the name that would be generated by the export name

Check warning on line 101 in src/components/openStreetMapLocation/OpenStreetMapLocation.stories.js

GitHub Actions / Build and Deploy on Node 20

Named exports should not use the name annotation if it is redundant to the name that would be generated by the export name
};
export const Builder = {
<table>
<tr>
<th> </th>

Check warning on line 35 in src/stories/WhyAndWhen.mdx

GitHub Actions / Build and Deploy on Node 20

A control must be associated with a text label

Check warning on line 35 in src/stories/WhyAndWhen.mdx

GitHub Actions / Build and Deploy on Node 20

A control must be associated with a text label
<th>Bespoke solution</th>
<th>Resource component</th>
<th>Custom component</th>
<table>
<tr>
<th> </th>

Check warning on line 144 in src/stories/WhyAndWhen.mdx

GitHub Actions / Build and Deploy on Node 20

A control must be associated with a text label

Check warning on line 144 in src/stories/WhyAndWhen.mdx

GitHub Actions / Build and Deploy on Node 20

A control must be associated with a text label
<th>Bespoke solution</th>
<th>Resource component</th>
<th>Custom component</th>