-
Notifications
You must be signed in to change notification settings - Fork 57
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
chore: bump react-pdf from 7 to 9 #2356
base: main
Are you sure you want to change the base?
Conversation
PiTrem
commented
Feb 27, 2025
- fix post compilation issue for canva
- webpack config alias for jsx runtime
LCOV of commit
|
Squashed commit of the following: commit b6faa3024ccd14d9c9d0b8758e607a8d48642156 Author: PiTrem <pierre.tremouilhac@kit.edu> Date: Thu Feb 27 19:44:41 2025 +0100 wip_react-pdf commit 8c2dcc2 Author: PiTrem <pierre.tremouilhac@kit.edu> Date: Wed Feb 26 12:46:44 2025 +0100 chore: bump react-pdf from 7 to 9 webpack config alias for jsx runtime
Squashed commit of the following: commit b6faa3024ccd14d9c9d0b8758e607a8d48642156 Author: PiTrem <pierre.tremouilhac@kit.edu> Date: Thu Feb 27 19:44:41 2025 +0100 wip_react-pdf commit 8c2dcc2 Author: PiTrem <pierre.tremouilhac@kit.edu> Date: Wed Feb 26 12:46:44 2025 +0100 chore: bump react-pdf from 7 to 9 webpack config alias for jsx runtime
webpack config alias for jsx runtime
@@ -0,0 +1,14 @@ | |||
class CspReportsController < ApplicationController |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
head :ok | ||
end | ||
end | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Layout/TrailingEmptyLines: 1 trailing blank lines detected.
# policy.object_src :none | ||
# policy.script_src :self, :https | ||
# policy.style_src :self, :https | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Layout/TrailingWhitespace: Trailing whitespace detected.
# policy.style_src :self, :https | ||
|
||
# policy.default_src :self, :https :unsafe_inline, :unsafe_eval | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Layout/TrailingWhitespace: Trailing whitespace detected.
@@ -2,3 +2,4 @@ | |||
|
|||
# Add new mime types for use in respond_to blocks: | |||
# Mime::Type.register "text/richtext", :rtf | |||
Mime::Type.register "application/javascript", :mjs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
@@ -2,6 +2,7 @@ | |||
# | |||
Rails.application.routes.draw do | |||
post '/graphql', to: 'graphql#execute' unless Rails.env.production? | |||
post "/csp-violation-report", to: "csp_reports#create" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
LCOV of commit
|