This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
chore: update go dependencies - autoclosed #452
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.17.39
->v0.17.41
v10.11.1
->v10.16.0
v1.4.0
->v1.5.1
v4.11.2
->v4.11.3
v1.4.0
->v1.5.0
v0.24.0
->v0.24.2
30170f2
->5beb5d6
v1.38.1
->v1.39.0
v3.13.0+incompatible
->v3.14.0+incompatible
v1.10.0
->v1.11.0
9eb6d39
->67b379b
v1.0.4
->v1.0.6
v2.6.1
->v2.8.0
1.21
->1.21.5
9a3e603
->f3f8817
v0.18.0
->v0.19.0
v0.13.0
->v0.14.0
Release Notes
99designs/gqlgen (github.com/99designs/gqlgen)
v0.17.41
Compare Source
fe60938
release v0.17.415e98a16a fix fieldset.New bug when prefix slice has len < cap (#2851)
fix fieldset.New bug when prefix slice has len < cap
ignore gocritic warning
bd9657f3 Improve ResolverImplementer.Implment (#2850)
improve resolver implement render
add error when multiple implementors
add initial test
cb3c1c89 Updated apollo sandbox (#2849)
Added all supported options to new window.EmbeddedSandbox object
eb5cea72 Small template fix to save space in the generated file (#2841)
Small template fix to save space in the generated file
Re-generate
c0ca509
Omittable can now be serialized as json (#2839)dcb7619
fix: sample program indentation (#2840)132ec1ce Updated GraphiQL 3.0.1 => 3.0.6 (#2837)
Updated GraphiQL 3.0.1 => 3.0.6
Added unit tests to cover integrity of playgrounds
Updated vulnerable dependency
Close response body
9174070
v0.17.40 postrelease bumpv0.17.40
Compare Source
What's Changed
Full Changelog: 99designs/gqlgen@v0.17.39...v0.17.40
go-playground/validator (github.com/go-playground/validator/v10)
v10.16.0
: Release 10.16.0Compare Source
What's new or fixed?
issn
validator. TY @mrcook for the PRfmt.Stringer
interface support touuid
validations allowing most UUID validation libraries which implement it to work transparently now. TY @JoshGlazebrook for the PRomitnil
similar toomitempty
but for pointers. this is mainly for code generation ease. TY @tarampampam for the PRv10.15.5
: Release 10.15.5Compare Source
What was fixed?
Fixed
CIDRIPv4
validation, ty @martinlehoux for the PRv10.15.4
: Release 10.15.4Compare Source
What was fixed?
Corrected a regression of skipping
required
fortime.Time
accidentally introduced inv10.15.2
v10.15.3
: Release 10.15.3Compare Source
What was fixed?
Fix regression for invalid type check before calling reflect values type. Thank you @MysteriousPotato for the PR
v10.15.2
: Release 10.15.2Compare Source
What was fixed?
or
's in tags + updated torequired
behaving the same as beforev10.50.0
to support the community as there was a lot of code relying on the before behaviour, correct or not.v10.15.1
: Release 10.15.1Compare Source
What was fixed?
Corrected a few validations including
gt
,lt
, ... when using floating point values, specificallyfloat32
, in this PRv10.15.0
: Release 10.15.0Compare Source
What's new?
tag
validations onstructs
is now a reality thank to @MysteriousPotato in this PRoneof
tag to examples in this PRSpice DB
validations in this PRWhat was fixed?
filepath
validation when path is a directory in this PRv10.14.1
: Release 10.14.1Compare Source
What was fixed?
json.RawMessage
in this PRv10.14.0
: Release 10.14.0Compare Source
What's new?
v10.13.0
: Release 10.13.0Compare Source
What's new?
skip_unless
validation.What was fixed?
excluded_if
validation not working as documented.iso3166_2
standard.v10.12.0
: Release 10.12.0Compare Source
What is new?
eth_addr_checksum
validation.eg_ignore_case
andne_ignore_case
http_url
validation for http(s) URL'scron
validation.unique
validation ability to validate struct fields.base64rawurl
validation for base64 url without = paddingmongodb
objectID validationfilepath
validation.dirpath
validation.luhn_checksum
validation.cve
validation.What was fixed?
excluded_unless
validation.unique
validation for map with Pointer values.unique
validation for struct field when itis a nil pointer.notblank
validation to cover all whitespace charactersWhat was changed?
eth_addr
validation while addingeth_addr_checksum
.v10.11.2
: Release 10.11.2Compare Source
What was fixed
joho/godotenv (github.com/joho/godotenv)
v1.5.1
: Fix parser regressions from multiline supportCompare Source
Version 1.5 came with a whole new parser, and with a new parser comes new bugs.
Things that were broken in 1.5 that are now fixed:
export
statement filtering was made more robust and matched earlier versions behaviourFOO.BAR
key names are permitted again (i have no idea why you'd do it, but it's explicitly supported in ruby dotenv files)There's one breaking change: earlier versions of this library would allow unterminated quoted variables in some instances and return a value (ie
FOO="bar
would set env ofFOO: '"bar'
), this now returns an error.What's Changed
Full Changelog: joho/godotenv@v1.5.0...v1.5.1
v1.5.0
: - multiline variablesCompare Source
The big news this release is that godotenv finally, after much procrastination in review, supports multiline variables (fixes #64). Big shoutout to @x1unix for the bulk of the work on the original PR and also to @coolaj86 and @austinsasko for some very helpful review and tweaks.
Also added a
-o
overload flag (thanks @2tef)What's Changed
New Contributors
Full Changelog: joho/godotenv@v1.4.0...v1.5.0
labstack/echo (github.com/labstack/echo/v4)
v4.11.3
Compare Source
Security
Enhancements
paulmach/go.geojson (github.com/paulmach/go.geojson)
v1.5.0
Compare Source
What's Changed
New Contributors
Full Changelog: paulmach/go.geojson@v1.4...v1.5.0
qmuntal/gltf (github.com/qmuntal/gltf)
v0.24.2
Compare Source
What's Changed
New Contributors
Full Changelog: qmuntal/gltf@v0.24.1...v0.24.2
v0.24.1
Compare Source
What's Changed
New Contributors
Full Changelog: qmuntal/gltf@v0.24.0...v0.24.1
samber/lo (github.com/samber/lo)
v1.39.0
Compare Source
Adding lo.IsNil helper
sendgrid/sendgrid-go (github.com/sendgrid/sendgrid-go)
v3.14.0+incompatible
Compare Source
spf13/afero (github.com/spf13/afero)
v1.11.0
Compare Source
What's Changed
Full Changelog: spf13/afero@v1.10.0...v1.11.0
thanhpk/randstr (github.com/thanhpk/randstr)
v1.0.6
Compare Source
v1.0.5
Compare Source
xuri/excelize (github.com/xuri/excelize/v2)
v2.8.0
Compare Source
We are pleased to announce the release of version 2.8.0. Featured are a handful of new areas of functionality and numerous bug fixes.
A summary of changes is available in the Release Notes. A full list of changes is available in the changelog.
Release Notes
The most notable changes in this release are:
Breaking Change
ErrTableNameLength
toErrNameLength
PaneOptions
toSelection
Runs
field toParagraph
in the exportedComment
data typeLang
field in theStyle
data typeChartTitle
data type, and using theRichTextRun
data type instead of itDecimalPlaces
to pointer of integerAddShape
function signature:func (f *File) AddShape(sheet, cell string, opts *Shape) error
tofunc (f *File) AddShape(sheet string, opts *Shape) error
Notable Features
ErrExistsTableName
andErrorFormControlValue
ShortDatePattern
,LongDatePattern
,LongTimePattern
andCultureInfo
in theOptions
data type, related issue #1199CultureName
enumeration for country codeGetTables
andDeleteTable
support to get and remove tables, related issues #674 and #1454GetStyle
support to get style definitions, related issues #314, #1520 and #1521GetPanes
support to get sheet panes and view selectionAddFormControl
,GetFormControls
andDeleteFormControl
support to form controls, related issues #301 and #1169AddChart
function support set primary titles, related issue #1553AddChart
function support creating chart with a secondary series axis, related issue #518AddChart
function support formatting and setting rich text titles for the chart, related issue #1588AddShape
function, an error will be returned if no shape type is specifiedGetPictures
function support read one cell anchor pictures, related issue #1585NewConditionalStyle
function support to create a conditional format with number format and protection, related issue #1610Improve the Compatibility
Bug Fixes
Performance
Miscellaneous
xlsxTabColor
data type, using thexlsxColor
data type instead ofxlsxTabColor
Thank you
Thanks for all the contributors to Excelize. Below is a list of contributors that have code contributions in this version:
v2.7.1
Compare Source
We are pleased to announce the release of version 2.7.1. Featured are a handful of new areas of functionality and numerous bug fixes.
A summary of changes is available in the Release Notes. A full list of changes is available in the changelog.
Release Notes
The most notable changes in this release are:
Breaking Change
Color
field in theChartLine
data typeShapeParagraph
withRichTextRun
Color
field from the typeShape
, and uses theFill
instead of itAutoFilterListOptions
TableOptions
toTable
AddChart
function require usingChartType
enumeration value to specify the chart typefunc (f *File) AutoFilter(sheet, rangeRef string, opts *AutoFilterOptions) error
tofunc (f *File) AutoFilter(sheet, rangeRef string, opts []AutoFilterOptions) error
func (f *File) AddPictureFromBytes(sheet, cell, name, extension string, file []byte, opts *GraphicOptions) error
tofunc (f *File) AddPictureFromBytes(sheet, cell string, pic *Picture) error
func (f *File) GetPicture(sheet, cell string) (string, []byte, error)
tofunc (f *File) GetPictures(sheet, cell string) ([]Picture, error)
func (f *File) AddVBAProject(bin string) error
tofunc (f *File) AddVBAProject(file []byte) error
func (f *File) GetComments() (map[string][]Comment, error)
tofunc (f *File) GetComments(sheet string) ([]Comment, error)
func (f *File) AddTable(sheet, rangeRef string, opts *TableOptions) error
tofunc (f *File) AddTable(sheet string, table *Table) error
func (sw *StreamWriter) AddTable(rangeRef string, opts *TableOptions) error
tofunc (sw *StreamWriter) AddTable(table *Table) error
Notable Features
SetSheetDimension
andGetSheetDimension
for workbook dimension supports, related issue #1463NewStyle
function support to create of 17 kinds of fill variants stylesAddPicture
function allowing insert BMP format imagesGetPictures
function support to get multiple images in a cellSetConditionalFormat
function support to creating a conditional format with a "stop if true" or "icon sets" ruleSetConditionalFormat
function support to set border color and create solid color for the color data bar, related issue #1462AddChart
function support to set the format for the chart data series solid fill, related issue #1474AddChart
function support to set the bubble size in a data seriesAddChart
function support to specifies the values in second plot for the bar/pie of pie chartAddChart
function support to set number format for chart data labels and axis, related issue #1499AddTable
function support to specify if show header row of the table when create the tableAddTable
function support to validate table name, and added a new error constantErrTableNameLength
, related issue #1468AutoFilter
function support to add multiple filter columns when create auto filterCalcCellValue
function support to specify if applying number format style for the cell calculation resultCalcCellValue
function support double-byte chars for formula functions: LEFT, LEN, LENB, MID, MIDB, RIGHT and RIGHTB, related issue #1476CalcCellValue
function now returns formula error string in the result, and using the error message in returns error, related issue #1490GetCellHyperLink
function support get cell hyperlink for merged cellsChartType
for represents chart type enumerationImprove the Compatibility
Bug Fixes
Performance
Miscellaneous
Thank you
Thanks for all the contributors to Excelize. Below is a list of contributors that have code contributions in this version:
v2.7.0
Compare Source
We are pleased to announce the release of version 2.7.0. Featured are a handful of new areas of functionality and numerous bug fixes.
A summary of changes is available in the Release Notes. A full list of changes is available in the changelog.
Release Notes
The most notable changes in this release are:
Breaking Change
ioutil
GetCellStyle
function no longer return master cell style of the merge cell rangePivotTableOption
toPivotTableOptions
FormatHeaderFooter
toHeaderFooterOptions
FormatSheetProtection
toSheetProtectionOptions
SparklineOption
toSparklineOptions
ErrExistsWorksheet
toErrExistsSheet
AutoPageBreaks
,BaseColWidth
,BlackAndWhite
,CodeName
,CustomHeight
,Date1904
,DefaultColWidth
,DefaultGridColor
,DefaultRowHeight
,EnableFormatConditionsCalculation
,FilterPrivacy
,FirstPageNumber
,FitToHeight
,FitToPage
,FitToWidth
,OutlineSummaryBelow
,PageLayoutOption
,PageLayoutOptionPtr
,PageLayoutOrientation
,PageLayoutPaperSize
,PageLayoutScale
,PageMarginBottom
,PageMarginFooter
,PageMarginHeader
,PageMarginLeft
,PageMarginRight
,PageMarginsOptions
,PageMarginsOptionsPtr
,PageMarginTop
,Published
,RightToLeft
,SheetFormatPrOptions
,SheetFormatPrOptionsPtr
,SheetPrOption
,SheetPrOptionPtr
,SheetViewOption
,SheetViewOptionPtr
,ShowFormulas
,ShowGridLines
,ShowRowColHeaders
,ShowRuler
,ShowZeros
,TabColorIndexed
,TabColorRGB
,TabColorTheme
,TabColorTint
,ThickBottom
,ThickTop
,TopLeftCell
,View
,WorkbookPrOption
,WorkbookPrOptionPtr
,ZeroHeight
andZoomScale
OrientationPortrait
andOrientationLandscape
func (f *File) SetPageLayout(sheet string, opts ...PageLayoutOption) error
tofunc (f *File) SetPageLayout(sheet string, opts *PageLayoutOptions) error
func (f *File) GetPageLayout(sheet string, opts ...PageLayoutOptionPtr) error
tofunc (f *File) GetPageLayout(sheet string) (PageLayoutOptions, error)
func (f *File) SetPageMargins(sheet string, opts ...PageMarginsOptions) error
tofunc (f *File) SetPageMargins(sheet string, opts *PageLayoutMarginsOptions) error
func (f *File) GetPageMargins(sheet string, opts ...PageMarginsOptionsPtr) error
tofunc (f *File) GetPageMargins(sheet string) (PageLayoutMarginsOptions, error)
func (f *File) GetSheetIndex(sheet string) int
tofunc (f *File) GetSheetIndex(sheet string) (int, error)
func (f *File) SetSheetName(source, target string)
tofunc (f *File) SetSheetName(source, target string) error
func (f *File) GetSheetVisible(sheet string)
tofunc (f *File) GetSheetVisible(sheet string) (bool, error)
func (f *File) DeleteSheet(sheet string)
tofunc (f *File) DeleteSheet(sheet string) error
func (f *File) NewSheet(sheet string) int
tofunc (f *File) NewSheet(sheet string) (int, error)
func (f *File) NewConditionalStyle(style string) (int, error)
tofunc (f *File) NewConditionalStyle(style *Style) (int, error)
func (f *File) NewStyle(style interface{}) (int, error)
tofunc (f *File) NewStyle(style *Style) (int, error)
func (f *File) AddChart(sheet, cell, opts string, combo ...string) error
tofunc (f *File) AddChart(sheet, cell string, chart *ChartOptions, combo ...*ChartOptions) error
func (f *File) AddChartSheet(sheet, opts string, combo ...string) error
tofunc (f *File) AddChartSheet(sheet string, chart *ChartOptions, combo ...*ChartOptions) error
func (f *File) AddShape(sheet, cell, opts string) error
tofunc (f *File) AddShape(sheet, cell string, opts *Shape) error
func (f *File) AddPicture(sheet, cell, picture, format string) error
tofunc (f *File) AddPicture(sheet, cell, picture string, opts *GraphicOptions) error
func (f *File) AddPictureFromBytes(sheet, cell, opts, name, extension string, file []byte) error
tofunc (f *File) AddPictureFromBytes(sheet, cell, name, extension string, file []byte, opts *GraphicOptions) error
func (f *File) AddTable(sheet, hCell, vCell, opts string) error
tofunc (f *File) AddTable(sheet, rangeRef string, opts *TableOptions) error
func (sw *StreamWriter) AddTable(hCell, vCell, opts string) error
tofunc (sw *StreamWriter) AddTable(rangeRef string, opts *TableOptions) error
func (f *File) AutoFilter(sheet, hCell, vCell, opts string) error
tofunc (f *File) AutoFilter(sheet, rangeRef string, opts *AutoFilterOptions) error
func (f *File) SetPanes(sheet, panes string) error
tofunc (f *File) SetPanes(sheet string, panes *Panes) error
func (f *File) SetConditionalFormat(sheet, reference, opts string) error
tofunc (f *File) SetConditionalFormat(sheet, rangeRef string, opts []ConditionalFormatOptions) error
SetSheetProps
instead ofSetSheetPrOptions
andSetSheetFormatPr
GetSheetProps
instead ofGetSheetPrOptions
andGetSheetFormatPr
SetSheetView
instead ofSetSheetViewOptions
GetSheetView
instead ofGetSheetViewOptions
SetWorkbookProps
instead ofSetWorkbookPrOptions
GetWorkbookProps
instead ofGetWorkbookPrOptions
InsertRows
instead ofInsertRow
for support inserting multiple rows at onceInsertCols
instead ofInsertCol
for support inserting multiple columns at onceCellTypeFormula
,CellTypeInlineString
,CellTypeSharedString
and removeCellTypeString
inCellType
enumerationAddComment
function, support create rich-text in comments, related issue #1204GetComments
,GetDefaultFont
andSetDefaultFont
functionsNotable Features
GetDataValidations
andGetConditionalFormats
for get data validations and conditional formats, related issue #827ProtectWorkbook
andUnprotectWorkbook
for workbook protection supportsSetSheetCol
for set worksheet column cells, related issue #1247GetColStyle
for get column styles, related issue #1293SetSheetBackgroundFromBytes
for set background picture by given image data, related issue #1405IndexedColorMapping
AutoFilterListOptions
,AutoFilterOptions
,Chart
,ChartAxis
,ChartDimension
,ChartLegend
,ChartLine
,ChartMarker
,ChartPlotArea
,ChartSeries
,ChartTitle
,ConditionalFormatOptions
,PaneOptions
,Panes
,GraphicOptions
,Shape
,ShapeColor
,ShapeLine
,ShapeParagraph
andTableOptions
Save
,Write
andWriteTo
function now accept saving options, related issue #744AddChart
function support specify if smooth line of the line chart, related issue #1290AddChart
function support set custom line color in the charts, related issue #1345AddChart
function support custom chart axis font style, related issue #320AddChart
function support create 3D line chartSetColWidth
,GetColWidth
,SetColVisible
,GetColVisible
,SetColStyle
andGetColStyle
now support concurrency safeRowOpts
for each cell, related issue #1354ErrUnprotectWorkbook
,ErrUnprotectWorkbookPassword
,ErrStreamSetPanes
,ErrSheetNameBlank
,ErrSheetNameInvalid
,ErrSheetNameLength
andErrSheetNameSingleQuote
has been addedHeaderFooterOptions
,PageLayoutMarginsOptions
,PageLayoutOptions
,SheetPropsOptions
, andViewOptions
Close
function now support cleanup stream writer temporary filesAddPicture
function now allowing insert SVG format imagesImprove the Compatibility
Bug Fixes
OR
functionPerformance
SetRow
function, reduces memory usage over and speedup about 19%Miscellaneous
Thank you
Thanks for all the contributors to Excelize. Below is a list of contributors that have code contributions in this version:
golang/go (go)
v1.21.5
v1.21.4
v1.21.3
v1.21.2
v1.21.1
Configuration
📅 Schedule: Branch creation - "before 3:00 am on the 4th day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.