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

Update all (major) #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update all (major) #116

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@rollup/plugin-babel (source) 5.0.4 -> 6.0.4 age adoption passing confidence devDependencies major
@rollup/plugin-node-resolve (source) 8.1.0 -> 16.0.0 age adoption passing confidence devDependencies major
@types/node (source) 13.13.12 -> 22.13.1 age adoption passing confidence dependencies major
@types/node (source) 13.13.12 -> 22.13.1 age adoption passing confidence devDependencies major
@types/webpack (source) 4.41.18 -> 5.28.5 age adoption passing confidence devDependencies major
actions/checkout v2 -> v4 age adoption passing confidence action major
actions/setup-node v1 -> v4 age adoption passing confidence action major
babel-plugin-module-resolver 4.0.0 -> 5.0.2 age adoption passing confidence dependencies major
babel-plugin-module-resolver 4.0.0 -> 5.0.2 age adoption passing confidence devDependencies major
canvas 2.6.1 -> 3.1.0 age adoption passing confidence devDependencies major
color2k 1.0.0-rc.5 -> 2.0.3 age adoption passing confidence dependencies major
color2k 1.0.0-rc.5 -> 2.0.3 age adoption passing confidence devDependencies major
eslint-config-react-app (source) 5.2.1 -> 7.0.1 age adoption passing confidence devDependencies major
eslint-plugin-flowtype 5.1.3 -> 8.0.3 age adoption passing confidence devDependencies major
folder-hash 3.3.2 -> 4.1.1 age adoption passing confidence devDependencies major
jsdom 16.2.2 -> 26.0.0 age adoption passing confidence devDependencies major
polished (source) 3.6.5 -> 4.3.1 age adoption passing confidence dependencies major
prettier (source) 2.0.5 -> 3.5.0 age adoption passing confidence devDependencies major
react-scripts (source) 3.4.1 -> 5.0.1 age adoption passing confidence dependencies major
rollup (source) 2.18.0 -> 4.34.6 age adoption passing confidence devDependencies major
typescript (source) 3.9.5 -> 5.7.3 age adoption passing confidence devDependencies major
uid 1.0.0 -> 2.0.2 age adoption passing confidence dependencies major
uid 1.0.0 -> 2.0.2 age adoption passing confidence devDependencies major
webpack 4.43.0 -> 5.97.1 age adoption passing confidence devDependencies major

Release Notes

rollup/plugins (@​rollup/plugin-babel)

v6.0.4

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v6.0.3

Compare Source

2022-11-25

Updates
  • docs: small typo in babel plugin readme #​1355

v6.0.2

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v6.0.1

Compare Source

Skipped for repo rebase

v6.0.0

2022-10-08

Breaking Changes

v5.3.1

2022-02-22

Bugfixes
  • fix: consider path delimeter on windows (#​1090)

v5.3.0

2021-02-14

Features
  • feat: add custom filter option (#​767)
  • feat: pass rollup context as this context into override config function (#​784)
Updates
  • docs: typo in README.md (#​800)
  • chore: commit updated readme format (bfda6d8)

v5.2.3

2021-01-29

Updates

v5.2.2

2020-11-30

Bugfixes
  • fix: clone cached helper identifier before returning it (#​584)
  • fix: strip hash and query param in extension filter (#​533)

v5.2.1

2020-09-09

Updates
  • chore: add deprecation/migration warnings for the runtime (#​534)

v5.2.0

2020-08-13

Features
  • feat: export * as ns support (#​511)
Updates
  • chore: update dependencies (13526d6)

v5.1.0

2020-07-12

Features
Updates
rollup/plugins (@​rollup/plugin-node-resolve)

v16.0.0

2024-12-15

Breaking Changes
  • feat!: set development or production condition (#​1823)

v15.3.1

2024-12-15

Updates
  • refactor: replace test with includes (#​1787)

v15.3.0

2024-09-23

Features
  • feat: allow preferBuiltins to be a function (#​1694)

v15.2.4

2024-09-22

Updates
  • chore: remove is-builtin-module (#​1735)

v15.2.3

Compare Source

2023-10-08

Bugfixes
  • fix: modulePaths default is not set #​1534

v15.2.2

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v15.2.1

Compare Source

2023-08-22

Bugfixes
  • fix: Implement package exports / imports resolution algorithm according to Node documentation #​1549

v15.2.0

Compare Source

2023-08-17

Features
  • feat: pass original importee to secondary resolve #​1557

v15.1.0

Compare Source

2023-05-30

Features
  • feat: Resolve js/jsx/mjs/cjs imports from TypeScript files #​1498

v15.0.2

Compare Source

2023-04-04

Bugfixes
  • fix: bump is-builtin-module version, imports with a trailing slash #​1424

v15.0.1

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v15.0.0

Compare Source

2022-10-10

Breaking Changes

v14.1.0

Compare Source

2022-09-12

Features
  • feat: add new option, modulePaths (#​1104)

v14.0.1

Compare Source

2022-09-08

Bugfixes
  • fix: handle circular commonjs (#​1259)

v14.0.0

2022-09-06

Breaking Changes
  • fix: preserve moduleSideEffects when re-resolving files (#​1245)

v13.3.0

2022-05-02

Features
  • feat: support node: protocol (#​1124)

v13.2.2

2022-05-02

Bugfixes
  • fix: Respect if other plugins resolve the resolution to a different id (#​1181)
  • fix: Revert respect if other plugins resolve the resolution to a different id (ae59ceb)
  • fix: Respect if other plugins resolve the resolution to a different id (f8d4c44)

v13.2.1

2022-04-15

Bugfixes
  • fix: update side effects logic to be deep when glob doesn’t contain / (#​1148)

v13.2.0

2022-04-11

Features
  • feat: Add the ability to pass a function into resolveOnly (#​1152)

v13.1.3

2022-01-05

Bugfixes
  • fix: use correct version when published (#​1063)

v13.1.2

2021-12-31

Bugfixes
  • fix: forward meta-information from other plugins (#​1062)

v13.1.1

2021-12-13

Updates
  • test: add tests for mixing custom exportConditions with browser: true (#​1043)

v13.1.0

2021-12-13

Features
  • feat: expose plugin version (#​1050)

v13.0.6

2021-10-19

Bugfixes

v13.0.5

2021-09-21

Updates
  • docs: fix readme heading depth (#​999)

v13.0.4

2021-07-24

Bugfixes
  • fix: Fix bug where JS import was converted to a TS import, resulting in an error when using export maps (#​921)

v13.0.3

2021-07-24

Bugfixes
  • fix: handle browser-mapped paths correctly in nested contexts (#​920)

v13.0.2

2021-07-15

Bugfixes
  • fix: handle "package.json" being in path (#​927)

v13.0.1

2021-07-15

Updates
  • docs: Document how to get Node.js exports resolution (#​884)

v13.0.0

2021-05-04

Breaking Changes
  • fix!: mark module as external if resolved module is external (#​799)
Features
  • feat: Follow up to #​843, refining exports and browser field interaction (#​866)

v11.2.1

2021-03-26

Bugfixes
  • fix: fs.exists is incorrectly promisified (#​835)

v11.2.0

2021-02-14

Features
  • feat: add ignoreSideEffectsForRoot option (#​694)
Updates
  • chore: mark url as an external and throw on warning (#​783)
  • docs: clearer "Resolving Built-Ins" doc (#​782)

v11.1.1

2021-01-29

Bugfixes
  • fix: only log last resolve error (#​750)
Updates
  • docs: add clarification on the order of package entrypoints (#​768)

v11.1.0

2021-01-15

Features
  • feat: support pkg imports and export array (#​693)

v11.0.1

2020-12-14

Bugfixes
  • fix: export map specificity (#​675)
  • fix: add missing type import (#​668)
Updates
  • docs: corrected word "yse" to "use" (#​723)

v11.0.0

2020-11-30

Breaking Changes
  • refactor!: simplify builtins and remove customResolveOptions (#​656)
  • feat!: Mark built-ins as external (#​627)
  • feat!: support package entry points (#​540)
Bugfixes
  • fix: refactor handling builtins, do not log warning if no local version (#​637)
Updates
  • docs: fix import statements in examples in README.md (#​646)

v10.0.0

2020-10-27

Breaking Changes
  • fix!: resolve hash in path (#​588)
Bugfixes
  • fix: do not ignore exceptions (#​564)

v9.0.0

2020-08-13

Breaking Changes
  • chore: update dependencies (e632469)
Updates
  • refactor: remove deep-freeze from dependencies (#​529)
  • chore: clean up changelog (84dfddb)

v8.4.0

2020-07-12

Features
  • feat: preserve search params and hashes (#​487)
  • feat: support .js imports in TypeScript (#​480)
Updates
  • docs: fix named export use in readme (#​456)
  • docs: correct mainFields valid values (#​469)
actions/checkout (actions/checkout)

v4

Compare Source

v3

Compare Source

actions/setup-node (actions/setup-node)

v4

Compare Source

v3

Compare Source

v2

Compare Source

tleunen/babel-plugin-module-resolver (babel-plugin-module-resolver)

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • Remove support for Node < 16

  • Update dependencies and find-babel-config to fix json5 vulnerabilities (#​441) (c43e71c)

v4.1.0

Compare Source

Features
Automattic/node-canvas (canvas)

v3.1.0

Compare Source

==================

  • Replaced simple-get with Node.js builtin fetch (#​2309)
  • ctx.font has a new C++ parser and is 2x-400x faster. Please file an issue if you experience different results, as caching has been removed.
  • The restriction of registering fonts before a canvas is created has been removed. You can now register a font as late as right before the fillText call (#​1921)
Added
  • Support for accessibility and links in PDFs
  • ctx.direction is implemented: 'rtl' or 'ltr' set the base direction of text
  • ctx.textAlign 'start' and 'end' are now 'right' and 'left' when ctx.direction === 'rtl'
Fixed
  • Fix a crash in getImageData when the rectangle is entirely outside the canvas. (#​2024)
  • Fix getImageData cropping the resulting ImageData when the given rectangle is partly outside the canvas. (#​1849)

v3.0.1

Compare Source

==================

Fixed
  • Fixed accidental depenency on ambient DOM types

v3.0.0

Compare Source

==================

This release notably changes to using N-API. 🎉

Breaking
  • Dropped support for Node.js 16.x and below.
Changed
  • Migrated to N-API (by way of node-addon-api) and removed libuv and v8 dependencies
  • Change from node-pre-gyp to prebuild-install
  • Defer the initialization of the op variable to the default switch case to avoid a compiler warning. (#​2229)
  • Use a default switch case with a null statement if some enum values aren't suppsed to be handled, this avoids a compiler warning. (#​2229)
  • Migrate from librsvg's deprecated rsvg_handle_get_dimensions() and rsvg_handle_render_cairo() functions to the new rsvg_handle_get_intrinsic_size_in_pixels() and rsvg_handle_render_document() respectively. (#​2229)
  • Avoid calling virtual methods in constructors/destructors to avoid bypassing virtual dispatch. (#​2229)
  • Remove unused private field backend in the Backend class. (#​2229)
  • Add Node.js v20 to CI. (#​2237)
  • Replaced dtslint with tsd (#​2313)
  • Changed PNG consts to static properties of Canvas class
  • Reverted improved font matching on Linux (#​1572) because it doesn't work if fonts are installed. If you experience degraded font selection, please file an issue and use v3.0.0-rc3 in the meantime.
Added
  • Added string tags to support class detection
  • Throw Cairo errors in canvas.toBuffer()
Fixed
  • Fix a case of use-after-free. (#​2229)
  • Fix usage of garbage value by filling the allocated memory entirely with zeros if it's not modified. (#​2229)
  • Fix a potential memory leak. (#​2229)
  • Fix the wrong type of setTransform
  • Fix the improper parsing of rgb functions issue. (#​2300)
  • Fix issue related to improper parsing of leading and trailing whitespaces in CSS color. (#​2301)
  • RGB functions should support real numbers now instead of just integers. (#​2339)
  • Allow alternate or properly escaped quotes within font-family names
  • Fix TextMetrics type to include alphabeticBaseline, emHeightAscent, and emHeightDescent properties
  • Fix class properties should have defaults as standard js classes (#​2390)
  • Fixed Exif orientation in JPEG files being ignored (#​1670)
  • Align DOMMatrix/DOMPoint to spec by adding missing methods

v2.11.2

Compare Source

==================

Fixed
  • Building on Windows in CI (and maybe other Windows configurations?) (#​2216)

v2.11.1

Compare Source

==================

Fixed
  • Add missing property canvas to the CanvasRenderingContext2D type
  • Fixed glyph positions getting rounded, resulting text having a slight letter-spacing effect
  • Fixed ctx.font not being restored correctly after ctx.restore() (#​1946)

v2.11.0

Compare Source

==================

Fixed
  • Replace triple-slash directive in types with own types to avoid polluting TS modules with globals (#​1656)

v2.10.2

Compare Source

==================

Fixed
  • Fix Assertion failed: (object->InternalFieldCount() > 0), function Unwrap, file nan_object_wrap.h, line 32. (#​2025)
  • textBaseline and textAlign were not saved/restored by save()/restore(). (#​1936)
  • Update nan to v2.17.0 to ensure Node.js v18+ support.
Changed
  • Improve performance and memory usage of save()/restore().
  • save()/restore() no longer have a maximum depth (previously 64 states).

v2.10.1

Compare Source

==================

Fixed
  • Fix actualBoundingBoxLeft and actualBoundingBoxRight when textAlign='center' or 'right' (#​1909)
  • Fix rgba(r,g,b,0) with alpha to 0 should parse as transparent, not opaque. (#​2110)

v2.10.0

Compare Source

==================

Added
Fixed
  • rgba(r,g,b) with no alpha should parse as opaque, not transparent. (#​2029)
  • Typo in PngConfig.filters types. (#​2072)
  • createPattern() always used "repeat" mode; now supports "repeat-x" and "repeat-y". (#​2066)
  • Crashes and hangs when using non-finite values in context.arc(). (#​2055)
  • Incorrect context.arc() geometry logic for full ellipses. (#​1808, (#​1736))
  • Added missing deregisterAllFonts to the Typescript declaration file (#​2096)
  • Add User-Agent header when requesting remote images (#​2099)

v2.9.3

Compare Source

==================

Fixed
  • Wrong fonts used when calling registerFont multiple times with the same family name (#​2041)

v2.9.2

Compare Source

==================

Fixed
  • All exports now work when Canvas is used in ES Modules (ESM). (#​2047)
  • npm rebuild will now re-fetch prebuilt binaries to avoid NODE_MODULE_VERSION mismatch errors. (#​1982)

v2.9.1

Compare Source

==================

Fixed
  • Stringify CanvasGradient, CanvasPattern and ImageData like browsers do. (#​1639, #​1646)
  • Add missing include for toupper.
  • Throw an error instead of crashing the process if getImageData or putImageData is called on a PDF or SVG canvas (#​1853)
  • Compatibility with Typescript 4.6
  • Near-perfect font matching on Linux (#​1572)
  • Fix multi-byte font path support on Windows.
  • Allow rebuild of this library

v2.9.0

Compare Source

==================

Changed
  • Refactor functions to classes.
  • Changed DOMPoint() constructor to check for parameter nullability.
  • Changed DOMMatrix.js to use string literals for non-special cases.
  • Remove semicolons from Dommatrix.js.
  • Update nan to v2.15.0 to ensure Node.js v14+ support.
  • Clean up inf/nan macros and slightly speed up argument checking.
Added
  • Added deregisterAllFonts method to free up memory and reduce font conflicts.
Fixed
  • Support Apple M1 Homebrew install that puts canvas install library files in /opt/homebrew/lib

v2.8.0

Compare Source

==================

Changed
  • Upgrade dtslint
  • Upgrade node-pre-gyp to 1.0.0. Note that if you are using special node-pre-gyp
    features like node_pre_gyp_accessKeyId, you may need to make changes to your
    installation procedure. See https://github.com/mapbox/node-pre-gyp/blob/master/CHANGELOG.md#100.
  • Add Node.js v16 to CI.
  • The C++ class method nBytes() now returns a size_t. (Because this is a C++
    method only, this is not considered a breaking change.)
Added
  • Add support for inverse() and invertSelf() to DOMMatrix (#​1648)
  • Add support for context.getTransform() (#​1769)
  • Add support for context.setTransform(dommatrix) (#​1769)
Fixed
  • Fix actualBoundingBoxLeft and actualBoundingBoxRight returned by measureText to be the ink rect (#​1776, fixes #​1703).
  • Fix Pango logging "expect ugly output" on Windows (#​1643)
  • Fix benchmark for createPNGStream (#​1672)
  • Fix dangling reference in BackendOperationNotAvailable exception (#​1740)
  • Fix always-false comparison warning in Canvas.cc.
  • Fix Node.js crash when throwing from an onload or onerror handler.

v2.7.0

Compare Source

==================

Changed
  • Switch CI to Github Actions. (Adds Windows and macOS builds.)
  • Switch prebuilds to GitHub actions in the Automattic/node-canvas repository.
    Previously these were in the node-gfx/node-canvas-prebuilt
    and triggered manually.
  • Speed up fillStyle= and strokeStyle=
Added
  • Export rsvgVersion.
  • CanvasPattern’s setTransform method is no longer missing
Fixed
  • Fix BMP issues. (#​1497)
  • Update typings to support jpg and addPage on NodeCanvasRenderingContext2D (#​1509)
  • Fix assertion failure when using Visual Studio Code debugger to inspect Image prototype (#​1534)
  • Fix signed/unsigned comparison warning introduced in 2.6.0, and function cast warnings with GCC8+
  • Fix to compile without JPEG support (#​1593).
  • Fix compile errors with cairo
  • Fix Image#complete if the image failed to load.
  • Upgrade node-pre-gyp to v0.15.0 to use latest version of needle to fix error when downloading prebuilds.
  • Don't throw if fillStyle or strokeStyle is set to an object, but that object is not a Gradient or Pattern. (This behavior was non-standard: invalid inputs are supposed to be ignored.)
ricokahler/color2k (color2k)

v2.0.3

Compare Source

Bug Fixes

v2.0.2

Compare Source

Bug Fixes
  • add types for node16 module resolution support (4399f34)

v2.0.1

Compare Source

Bug Fixes
  • hsla parsing with an alpha value of 0 ([#​464

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Aug 13, 2020

Size Change: 0 B

Total Size: 19 kB

ℹ️ View Unchanged
Filename Size Change
dist/babel-plugin-plugin/index.js 1.44 kB 0 B
dist/collect/index.js 4.62 kB 0 B
dist/common/index.esm.js 617 B 0 B
dist/common/index.js 743 B 0 B
dist/core/index.esm.js 720 B 0 B
dist/core/index.js 1.09 kB 0 B
dist/flair/index.esm.js 93 B 0 B
dist/flair/index.js 370 B 0 B
dist/loader/index.js 280 B 0 B
dist/ssr/index.esm.js 1.23 kB 0 B
dist/ssr/index.js 2.91 kB 0 B
dist/standalone/index.esm.js 1.64 kB 0 B
dist/standalone/index.js 3.29 kB 0 B

compressed-size-action

@renovate renovate bot force-pushed the renovate/major-all branch from 23513b7 to 6937c58 Compare August 20, 2020 16:32
@renovate renovate bot changed the title Update dependency @rollup/plugin-node-resolve to v9 Update all (major) Aug 20, 2020
@renovate renovate bot force-pushed the renovate/major-all branch from 6937c58 to 01c250e Compare October 27, 2020 09:00
@renovate renovate bot force-pushed the renovate/major-all branch from 01c250e to 3bc36e5 Compare November 27, 2020 14:11
@renovate renovate bot force-pushed the renovate/major-all branch from 3bc36e5 to abab74a Compare December 9, 2020 03:06
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from bba08c2 to e47fe2f Compare January 10, 2021 17:08
@renovate renovate bot force-pushed the renovate/major-all branch from e47fe2f to 0effe37 Compare January 23, 2021 15:09
@renovate renovate bot force-pushed the renovate/major-all branch from 0effe37 to e0b9b43 Compare January 31, 2021 11:04
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 230a547 to cdf5b70 Compare February 11, 2021 10:48
@renovate renovate bot force-pushed the renovate/major-all branch 6 times, most recently from c601a65 to 9b9feb3 Compare April 30, 2021 14:07
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from ee51892 to 4b201f7 Compare May 10, 2021 17:47
@renovate renovate bot force-pushed the renovate/major-all branch 5 times, most recently from defaedd to d75ecd5 Compare May 19, 2021 07:16
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from d06d478 to b1633dd Compare May 25, 2021 01:27
@renovate renovate bot force-pushed the renovate/major-all branch 8 times, most recently from 8fd9873 to fac6691 Compare January 8, 2025 00:13
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 84ac2ac to c736086 Compare January 13, 2025 21:53
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 3c4195c to 0ffa7e0 Compare January 22, 2025 05:47
@renovate renovate bot force-pushed the renovate/major-all branch 6 times, most recently from 8dbabdc to 4851e44 Compare January 28, 2025 10:36
@renovate renovate bot force-pushed the renovate/major-all branch 8 times, most recently from 03894b6 to 6e46b01 Compare February 7, 2025 17:03
@renovate renovate bot force-pushed the renovate/major-all branch from 6e46b01 to a5abbf9 Compare February 9, 2025 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants