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

chore(deps): update external dependencies (major) #147

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
callsites 3.1.0 -> 4.1.0 age adoption passing confidence
cssnano 5.1.13 -> 7.0.1 age adoption passing confidence
cssnano-preset-advanced 5.3.8 -> 7.0.1 age adoption passing confidence
get-port 5.1.1 -> 7.1.0 age adoption passing confidence
hex-rgb 4.3.0 -> 5.0.0 age adoption passing confidence
jstransformer-markdown-it 2.1.0 -> 3.0.0 age adoption passing confidence
lerna (source) 4.0.0 -> 8.1.3 age adoption passing confidence
markdown-it 12.3.2 -> 14.1.0 age adoption passing confidence
markdown-it-highlightjs 3.6.0 -> 4.1.0 age adoption passing confidence
multimatch 5.0.0 -> 7.0.0 age adoption passing confidence
nodemon (source) 2.0.20 -> 3.1.0 age adoption passing confidence
open 8.4.0 -> 10.1.0 age adoption passing confidence
p-event 4.2.0 -> 6.0.1 age adoption passing confidence
postcss-import 14.1.0 -> 16.1.0 age adoption passing confidence
postcss-nested 5.0.6 -> 6.0.1 age adoption passing confidence
rev-hash ^3.0.0 -> ^4.0.0 age adoption passing confidence
slug 5.3.0 -> 9.0.0 age adoption passing confidence

Release Notes

sindresorhus/callsites (callsites)

v4.1.0

Compare Source

v4.0.0

Compare Source

Breaking
cssnano/cssnano (cssnano)

v7.0.1: v7.0.1

Compare Source

Patch changes

Update postcss-calc dependency to latest version

v7.0.0: v7.0.0

Compare Source

Breaking changes

This release drops official support for unmaintained long term support Node.js releases 14 and 16. It also drops support for non-long term support releases 19 and 21 and add support for Node.js 22. Only the package.json engines field has been updated. The code should otherwise be identical to the previous 6.1.2 release.

Ensuring support for older Node.js had become difficult as the GitHub actions runners are not available for the latest MacOS and recent pnpm also could not run on CI any more.

v6.1.2: v6.1.2

Compare Source

Bug Fixes

  • preserve correct order of gap and column-gap properties

Patch Changes

  • update autoprefixer

v6.1.1

Compare Source

v6.1.0: v6.1.0

Compare Source

This release contains a lot of fixes to Browserslist support thanks to @​colinrotherham

Features

  • support Browserslist options in more plugins
  • support overriding autoprefixer options

Additionally, this release includes improved TypeScript types.

v6.0.5: v6.0.5

Compare Source

Bug Fixes

  • correctly minify font declaration in edge cases
  • preserve initial property in -webkit-line-clamp

v6.0.4: v6.0.4

Compare Source

Bug Fixes
  • preserve empty @layer declarations
  • avoid crashing when encountering @layer without any braces afterwards
  • update to latest lilconfig dependency to avoid vulnerability

v6.0.3: v6.0.3

Compare Source

Bug fixes
  • do not sort unknown properties

Other

  • Require latest browserslist and postcss-selector-parser

v6.0.2: v6.0.2

Compare Source

  • fix: update cssnano peer dependency to 8.4.31 to avoid security issue
  • fix: update postcss-calc to 9.0.1 to solve disappearing expressions inside two brackets
  • deps(postcss-svgo): update SVGO to 3.0.5 and update doc
  • chore: update css-declaration-sorter
  • fix(postcss-minify-selectors): prevent mangling of timeline range names
  • fix(postcss-convert-values): keep percent unit in @Property
  • chore(cssnano): update lilconfig to 3.0.0

v6.0.1: v6.0.1

Compare Source

Bug Fixes

v6.0.0: v6.0.0

Compare Source

Major Changes

  • 99d1e6a: postcss-normalize-url: remove normalize-url configuration options
  • 4e272f8: postcss-svgo: Upgrade dependency svgo to v3 and increase the minimum supported node version to v14
  • ca9d3f5: Switch minimum supported Node version to 14 for all packages
  • 39a2040: feat!(cssnano): remove undocumented YAML config support

Migration instructions

  • If you're not happy with the defaults for the normalize-url transform, turn it off completely. Options were removed as most would change the meaning of the URL, which is unexpcted in the case of CSS minification.
  • In the unlikely event you're using YAML to configure cssnano, move the cssnano configuration inside the PostCSS config or use a configuration file in CommonJS or JSON format.

v5.1.15: v5.1.15

Compare Source

Bug Fixes

  • fix(postcsss-reduce-initial): fix mask-repeat conversion
  • fix(postcss-colormin): don't minify colors in src declarations
  • fix(postcss-merge-rules): do not merge conflicting flex and border properties

v5.1.14: v5.1.14

Compare Source

Bug Fixes

  • fix: update autoprefixer and browserslist
  • fix(postcss-reduce-initial): improve initial properties data
sindresorhus/get-port (get-port)

v7.1.0

Compare Source

v7.0.0

Compare Source

Breaking
Improvements
  • Use timeout instead of interval for releasing ports (#​68) bd8a403

v6.1.2

Compare Source

  • Fix portNumbers argument validation and number generation (#​64) 1fb0e70

v6.1.1

Compare Source

v6.1.0

Compare Source

v6.0.0

Compare Source

Breaking
  • Require Node.js 12.20 c08a4ae
  • This package is now pure ESM. Please read this.
  • require('get-port').makeRange => import {portsNumbers] from 'get-port'
Improvements
sindresorhus/hex-rgb (hex-rgb)

v5.0.0

Compare Source

Breaking
jstransformers/jstransformer-markdown-it (jstransformer-markdown-it)

v3.0.0

Compare Source

lerna/lerna (lerna)

v8.1.3

Compare Source

Bug Fixes

v8.1.2

Compare Source

Note: Version bump only for package lerna

v8.1.1

Compare Source

Note: Version bump only for package lerna

v8.1.0

Compare Source

Features

8.0.2 (2024-01-05)

Bug Fixes
  • add-caching: explicitly set targetDefaults for all scripts (#​3929) (dae18c9)

8.0.1 (2023-12-15)

Bug Fixes

v8.0.2

Compare Source

Bug Fixes
  • add-caching: explicitly set targetDefaults for all scripts (#​3929) (dae18c9)

v8.0.1

Compare Source

Bug Fixes

v8.0.0

Compare Source

Features
  • version: add --premajor-version-bump option to force patch bumps for non-breaking changes in premajor packages (#​3876) (3b05947)

v7.4.2

Compare Source

Bug Fixes
  • version: support changelog-presets using async factory funcs (#​3873) (bb5e7d7)

v7.4.1

Compare Source

Note: Version bump only for package lerna

v7.4.0

Compare Source

Features

7.3.1 (2023-10-10)

Bug Fixes
  • core: update package engines.node to correctly include only >=16 (#​3861) (0674555)

v7.3.1

Compare Source

Bug Fixes
  • core: update package engines.node to correctly include only >=16 (#​3861) (0674555)

v7.3.0

Compare Source

Bug Fixes
Features

v7.2.0

Compare Source

Note: Version bump only for package lerna

7.1.5 (2023-08-09)

Note: Version bump only for package lerna

7.1.4 (2023-07-15)

Bug Fixes

7.1.3 (2023-07-12)

Bug Fixes
  • changelog entries for 7.1.2 (f61b087)

7.1.2 (2023-07-12)

7.1.1 (2023-06-28)

Bug Fixes
  • schema: add missing ref to changelogEntryAdditionalMarkdown (b41afab)

v7.1.5

Compare Source

Note: Version bump only for package lerna

v7.1.4

Compare Source

Bug Fixes

v7.1.3

Compare Source

Bug Fixes
  • changelog entries for 7.1.2 (f61b087)

v7.1.2

Compare Source

v7.1.1

Compare Source

Bug Fixes
  • schema: add missing ref to changelogEntryAdditionalMarkdown (b41afab)

v7.1.0

Compare Source

Features
  • core: export detectProjects utility function (#​3740) (641fecb)
  • repair: add migration to remove unused "lerna" field from lerna.json (#​3734) (4fb0427)
  • version: add --changelog-entry-additional-markdown option (#​3751) (63671df)

7.0.2 (2023-06-15)

Note: Version bump only for package lerna

7.0.1 (2023-06-13)

Note: Version bump only for package lerna

v7.0.2

Compare Source

Note: Version bump only for package lerna

v7.0.1

Compare Source

Note: Version bump only for package lerna

v7.0.0

Compare Source

Bug Fixes
Features
  • add migration for adding $schema, increase some strictness (73ceac3)

v6.6.2

Compare Source

Bug Fixes
  • deps: bump pacote to latest to remove install warning (#​3624) (7c34521)
  • remove non-functional schema properties starting with "no" (#​3645) (43c2a48)

v6.6.1

Compare Source

Bug Fixes
  • build-metadata reference in lerna schema (e2349ad)
  • deps: update to rimraf v4, remove path-exists (#​3616) (2f2ee2a)
  • lerna schema type for contents should be string (1625757)

v6.6.0

Compare Source

Bug Fixes
  • update arborist package to get rid of deprecated warning (#​3559) (aff38a7)
Features

6.5.1 (2023-02-14)

Bug Fixes
  • add missing dependency on js-yaml (187f480)

v6.5.1

Compare Source

Bug Fixes
  • add missing dependency on js-yaml (187f480)

v6.5.0

Compare Source

Features
  • publish: add --include-private option for testing private packages (#​3503) (fa1f490)

6.4.1 (2023-01-12)

Bug Fixes

v6.4.1

Compare Source

Bug Fixes

v6.4.0

Compare Source

Features

v6.3.0

Compare Source

Features
  • version: use npmClientArgs in npm install after lerna version (#​3434) (e019e3f)

v6.2.0

Compare Source

Bug Fixes
  • schema: add the other format changelogPreset can assume (#​3441) (d286973)
Features

v6.1.0

Compare Source

Features
  • version: bump prerelease versions from conventional commits (#​3362) (2288b3a)

6.0.3 (2022-11-07)

Note: Version bump only for package lerna

6.0.2 (2022-11-02)

Note: Version bump only for package lerna

6.0.1 (2022-10-14)

Bug Fixes

v6.0.3

Compare Source

Note: Version bump only for package lerna

v6.0.2

Compare Source

Note: Version bump only for package lerna

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

Note: Version bump only for package lerna

v5.6.2

Compare Source

Note: Version bump only for package lerna

v5.6.1

Compare Source

Bug Fixes
  • add-caching: ensure lerna.json is configured automatically (9677cda)

v5.6.0

Compare Source

Features

5.5.4 (2022-09-28)

Note: Version bump only for package lerna

5.5.3 (2022-09-28)

Note: Version bump only for package lerna

5.5.2 (2022-09-20)

Note: Version bump only for package lerna

5.5.1 (2022-09-09)

Bug Fixes
  • run: exclude dependencies with --scope when nx.json is not present (#​3316) (99a13a9)

v5.5.4

Compare Source

Note: Version bump only for package lerna

v5.5.2

Compare Source

Note: Version bump only for package lerna

v5.5.1

Compare Source

Bug Fixes
  • run: exclude dependencies with --scope when nx.json is not present (#​3316) (99a13a9)

v5.5.0

Compare Source

Features
Reverts

5.4.3 (2022-08-16)

Note: Version bump only for package lerna

5.4.2 (2022-08-14)

Note: Version bump only for package lerna

5.4.1 (2022-08-12)

Note: Version bump only for package lerna

v5.4.3

Compare Source

Note: Version bump only for package lerna

v5.4.2

Compare Source

Note: Version bump only for package lerna

v5.4.1

Compare Source

Note: Version bump only for package lerna

v5.4.0

Compare Source

Bug Fixes

v5.3.0

Compare Source

Features
  • publish: include all dependencies in package graph by default, allow no-sort (#​3263) (3b0c79c)

v5.2.0

Compare Source

Features

5.1.8 (2022-07-07)

Note: Version bump only for package lerna

5.1.7 (2022-07-06)

Note: Version bump only for package lerna

5.1.6 (2022-06-24)

Note: Version bump only for package lerna

5.1.5 (2022-06-24)

Note: Version bump only for package lerna

5.1.4 (2022-06-15)

Note: Version bump only for package lerna

5.1.3 (2022-06-15)

Note: Version bump only for package lerna

5.1.2 (2022-06-13)

Bug Fixes

5.1.1 (2022-06-09)

Bug Fixes
  • allow maintenance LTS node 14 engines starting at 14.15.0 (#​3161) (72305e4)

v5.1.8

Compare Source

Note: Version bump only for package lerna

v5.1.7

Compare Source

Note: Version bump only for package lerna

v5.1.6

Compare Source

Note: Version bump only for package lerna

v5.1.5

Compare Source

Note: Version bump only for package lerna

v5.1.4

Compare Source

Note: Version bump only for package lerna

v5.1.3

Compare Source

Note: Version bump only for package lerna

v5.1.2

Compare Source

Bug Fixes

v5.1.1

Compare Source

Bug Fixes
  • allow maintenance LTS node 14 engines starting at 14.15.0 (#​3161) (72305e4)

v5.1.0

Compare Source

Note: Version bump only for package lerna

v5.0.0

Compare Source

Note: Version bump only for package lerna

markdown-it/markdown-it (markdown-it)

v14.1.0

Compare Source

Changed
  • Updated CM spec compatibility to 0.31.2, #​1009.
Fixed
  • Fixed quadratic complexity when parsing references, #​996.
  • Fixed quadratic output size with pathological user input in tables, #​1000.

v14.0.0

Compare Source

Changed
  • Drop ancient browsers support (use .fromCodePoint and other features).
  • Rewrite to ESM (including all plugins/deps). CJS fallback still available.
    No signatures changed, except markdown-it-emoji plugin.
  • Dropped dist/ folder from repo, build on package publish.
  • Set punicode.js as external dependency.
Fixed
  • Html tokens inside img alt are now rendered as their original text, #​896.
  • Hardbreaks inside img alt are now rendered as newlines.

v13.0.2

Compare Source

Security
  • Fixed crash/infinite loop caused by linkify inline rule, #​957.
Fixed
  • Throw an error if 3rd party plugin doesn't increment line or pos counters
    (previously, markdown-it would likely go into infinite loop instead), #​847.

v13.0.1

Compare Source

Fixed
  • Bumped linkify-it to 4.0.1. That should fix some hangs, caused by wrong
    data, returned from linkify-it.

v13.0.0

Compare Source

Added
  • Added a new token type text_special to store escaped characters, same as text but
    unaffected by replacement plugins (smartquotes, typographer, linkifier, etc.).
  • Added a new rule text_join in core ruler. Text replacement plugins may choose to
    insert themselves before it.
Changed
  • (p) is no longer replaced with § by typographer (conflicts with ℗), #​763.
  • text_collapse rule is renamed to fragments_join.
Fixed
  • Smartquotes, typographic replacements and plain text links can now be escaped
    with backslash (e.g. \(c) or google\.com are no longer replaced).
  • Fixed collision of emphasis and linkifier (so http://example.org/foo._bar_-_baz
    is now a single link, not emphasized). Emails and fuzzy links are not affected by this.
valeriangalliat/markdown-it-highlightjs (markdown-it-highlightjs)

v4.1.0

Compare Source

  • Upgrade highlight.js to 11.9.0. ([#​29])

v4.0.1

Compare Source

  • Fix dist directory not being published.

v4.0.0

Compare Source

  • Rewrite in TypeScript. ([#​21])
  • Use Mocha as test runner.
  • Compatibility with markdown-it-attrs. ([#​24])
  • Potentially breaking: add hljs class to inline code when inline
    mode is enabled. ([#​25])
  • Potentially breaking: return plain code when highlighting fails in
    inline mode (instead of an empt

Configuration

📅 Schedule: Branch creation - "on the first day of the month" in timezone Europe/Paris, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-external-dependencies branch 12 times, most recently from 857270b to 58ee27e Compare August 11, 2021 23:09
@renovate renovate bot changed the title chore(deps): update external dependencies (major) chore(deps): update dependency webpack to v5 Aug 11, 2021
@renovate renovate bot force-pushed the renovate/major-external-dependencies branch 7 times, most recently from 5b92808 to 2e88916 Compare August 19, 2021 15:17
@renovate renovate bot force-pushed the renovate/major-external-dependencies branch 3 times, most recently from 32c50dc to bf05135 Compare August 21, 2021 20:08
@renovate renovate bot force-pushed the renovate/major-external-dependencies branch 7 times, most recently from 6388393 to 752e133 Compare September 3, 2021 16:22
@renovate renovate bot force-pushed the renovate/major-external-dependencies branch 2 times, most recently from ddacedc to e0bf79b Compare December 22, 2023 13:19
@renovate renovate bot force-pushed the renovate/major-external-dependencies branch 3 times, most recently from 9aeba81 to fb4041f Compare January 3, 2024 19:41
@renovate renovate bot force-pushed the renovate/major-external-dependencies branch 2 times, most recently from 0a2be4e to 810a5fc Compare January 7, 2024 06:45
@renovate renovate bot force-pushed the renovate/major-external-dependencies branch from 810a5fc to e9f1511 Compare January 16, 2024 22:41
@renovate renovate bot force-pushed the renovate/major-external-dependencies branch from e9f1511 to 6f44cd9 Compare February 5, 2024 18:21
@renovate renovate bot force-pushed the renovate/major-external-dependencies branch from 6f44cd9 to 3047097 Compare February 15, 2024 03:08
@renovate renovate bot force-pushed the renovate/major-external-dependencies branch 3 times, most recently from 4116e94 to 29e0ef0 Compare February 26, 2024 10:28
@renovate renovate bot force-pushed the renovate/major-external-dependencies branch 5 times, most recently from 1595a40 to a774e86 Compare March 8, 2024 16:35
@renovate renovate bot force-pushed the renovate/major-external-dependencies branch 5 times, most recently from 57841ba to 04963ea Compare March 25, 2024 22:38
@renovate renovate bot force-pushed the renovate/major-external-dependencies branch from 04963ea to a3d6bc1 Compare March 28, 2024 20:07
@renovate renovate bot force-pushed the renovate/major-external-dependencies branch 3 times, most recently from 30adb29 to b6e4fc7 Compare April 26, 2024 15:40
@renovate renovate bot force-pushed the renovate/major-external-dependencies branch from b6e4fc7 to ea7bcaf Compare May 13, 2024 11:04
@renovate renovate bot force-pushed the renovate/major-external-dependencies branch from ea7bcaf to 803d76e Compare May 16, 2024 22:27
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.

None yet

0 participants