build(deps): update dependency tzinfo to ">= 1.2.11", "< 3" #71
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:
">= 1", "< 3"->">= 1.2.11", "< 3"Release Notes
tzinfo/tzinfo (tzinfo)
v1.2.11Compare Source
Object#untaintdeprecation warnings on JRuby 9.4.0.0. #145.v1.2.10Compare Source
loaded with
requirewhen used withRubyDataSource. Please refer toGHSA-5cm2-9h8c-rvfx for
details. CVE-2022-31163.
v1.2.9Compare Source
InvalidTimezoneIdentifierexception raised when loading azoneinfo file that includes rules specifying an additional transition to the
final defined offset (for example, Africa/Casablanca in version 2018e of the
Time Zone Database). #123.
v1.2.8Compare Source
default by zic version 2020b and later. The POSIX-style TZ string is now used
calculate DST transition times after the final defined transition in the file.
The 64-bit section is now always used regardless of whether Time has support
for 64-bit times. #120.
v1.2.7Compare Source
v1.2.6Compare Source
Timezone#strftime('%s', time)will now return the correct number of secondssince the epoch. #91.
TZInfo::RubyDataSource::REQUIRE_PATHconstant.data with recent Ruby releases in safe mode.
v1.2.5Compare Source
CountryandTimezoneinstances. #80.zoneinfo files. The utc_offset and std_offset are now derived correctly for
Europe/Dublin in the 2018a and 2018b releases of the Time Zone Database.
v1.2.4Compare Source
with version 2017c and later of the Time Zone Database.
v1.2.3Compare Source
Stringobjects allocated when loading zoneinfo files.#54.
Timezone#friendly_identifiercompatible with frozen string literals.utc_offsetfrom zoneinfo files. Thisnow correctly handles Pacific/Apia switching from one side of the
International Date Line to the other whilst observing daylight savings time.
#66.
UnknownTimezoneexception when calling transitions_up_to oroffsets_up_to on a
TimezoneProxyinstance obtained fromTimezone.get_proxy.distributions. #64.
Timezone#strftimehandling of%Zexpansion when%Zis prefixed withmore than one percent. #31.
%z,%:z,%::zand%:::zto the UTC offset of thetime zone in
Timezone#strftime. #31 and #67.v1.2.2Compare Source
Timezone#all_country_zonesand
Timezone#all_country_zone_identifierswhen used with tzinfo-datav1.2014.6 or later.
zoneinfo directory (and fallback to zone.tab if not). zone1970.tab was added
in tzdata 2014f. zone.tab is now deprecated.
v1.2.1Compare Source
Object#untaintdeprecation warnings on JRuby 9.4.0.0. #145.v1.2.0Compare Source
Resolves #15.
canonical_identifierandcanonical_zonemethods toTimezone.Resolves #16.
DataSourceNotFoundhelp page in theTZInfo::DataSourceNotFoundexception message.Timezone#local_to_utcreturning localTimeinstances on systems usingUTC as the local time zone. Resolves #13.
==methods raising an exception when passed an instance of a differentclass by making
<=>returnnilif passed a non-comparable argument.require 'rational'warnings. Resolves #10.v1.1.0Compare Source
ThreadSafe::Cacheis now used instead ofHashto cache
TimezoneandCountryinstances returned byTimezone.getandCountry.get. The tzinfo gem now depends on thread_safe ~> 0.1.transitions_up_tomethod toTimezonethat returns a list of thetimes where the UTC offset of the timezone changes.
offsets_up_tomethod toTimezonethat returns the set of offsetsthat have been observed in a defined timezone.
Timezonefrom azoneinfo file using an identifier
Stringthat is both tainted and frozen.Resolves #3.
2013e onwards).
included with Mac OS X).
v1.0.1Compare Source
dot in the path (issue #29751).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.