-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
fix(deps): update minor and patch for gatsby-remark-copy-linked-files #31163
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
the
topic: automation
Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
label
May 1, 2021
gatsbot
bot
added
the
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
label
May 1, 2021
renovate
bot
force-pushed
the
renovate/gatsby-remark-copy-linked-files
branch
from
May 1, 2021 02:55
c086930
to
a9b5da2
Compare
LekoArts
removed
the
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
label
May 3, 2021
renovate
bot
force-pushed
the
renovate/gatsby-remark-copy-linked-files
branch
3 times, most recently
from
May 6, 2021 15:53
388ade0
to
b874d61
Compare
renovate
bot
force-pushed
the
renovate/gatsby-remark-copy-linked-files
branch
from
May 6, 2021 16:10
b874d61
to
689aacc
Compare
wardpeet
approved these changes
May 6, 2021
moonmeister
added a commit
to moonmeister/gatsby
that referenced
this pull request
May 7, 2021
* master: (45 commits) chore(release): Publish next pre-minor fix(gatsby-source-shopify): fix linting (gatsbyjs#31291) fix(deps): update minor and patch for gatsby-plugin-preact (gatsbyjs#31169) chore: add gatsby-plugin-gatsby-cloud to renovate chore: update renovatebot config to support more packages (gatsbyjs#31289) chore(deps): update dependency @types/semver to ^7.3.5 (gatsbyjs#31148) fix(deps): update minor and patch for gatsby-plugin-manifest (gatsbyjs#31160) fix(deps): update minor and patch for gatsby-remark-copy-linked-files (gatsbyjs#31163) fix(deps): update dependency mini-css-extract-plugin to v1.6.0 (gatsbyjs#31158) chore(deps): update dependency @testing-library/react to ^11.2.6 (gatsbyjs#31168) docs(gatsby-source-shopify): Updates Shopify README with new plugin info (gatsbyjs#31287) chore: run yarn deduplicate (gatsbyjs#31285) docs(gatsby-plugin-image): Add docs for customizing default options (gatsbyjs#30344) fix(gatsby-plugin-image): print error details (gatsbyjs#30417) chore(docs): Update "Adding Search with Algolia" guide (gatsbyjs#29460) chore(docs): Update MDX frontmatter for programmatic pages (gatsbyjs#29798) docs: Add image plugin architecture doc (gatsbyjs#31096) perf(gatsby): use fastq instead of better-queue + refactor (gatsbyjs#31269) feat(gatsby-plugin-image): Export ImageDataLike type (gatsbyjs#30590) fix(gatsby): update plugin api types (gatsbyjs#30819) ...
axe312ger
pushed a commit
that referenced
this pull request
May 20, 2021
…#31163) Co-authored-by: Renovate Bot <bot@renovateapp.com>
This was referenced Mar 13, 2022
This was referenced Mar 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
topic: automation
Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
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.0.0-rc.3
->^1.0.0-rc.8
^1.6.18
->^1.6.22
Release Notes
cheeriojs/cheerio
v1.0.0-rc.8
Compare Source
v1.0.0-rc.7
Compare Source
v1.0.0-rc.6
Compare Source
Breaking:
prevAll
,prevUntil
andparentsUntil
. The new order matches jQuery.This release contains three breaking changes inherited from dependencies.
type: 'tag'
.New features:
.unwrap
(#1651 by @5saviahv)2037d83
.wrapAll
(#1590 by @5saviahv)cd4a4d9
prop('innerHTML')
(#1578 by @fb55)c58258f
scriptingEnabled
parse5 option (#1707 by @5saviahv)7eb4cc4
scriptingEnabled
tofalse
, it is now possible to parse the contents of<noscript>
tags.Types:
.load
type (#1584 by @f0x52)6a90bda
.get
(#1759 by @karlhorky)d706976
.wrapAll
(#1740 by @5saviahv)b360762
for of
loops (#1704 by @mcpiroman)8fef5aa
897b37f
AttrFunction
arguments (#1669 by @maxma241)5f2e9c3
Bug fixes:
undefined
as value in.attr()
(#1757 by @5saviahv)98186e8
{prev,next}Until
(#1728 by @fb55)f2615d2
bf899d5
a9d6a43
find
function (#1680 by @5saviahv)9b28b49
.add
modifying previous selections (#1656 by @5saviahv)9f9b493
43592d6
.find
siblings (#1583 by @fb55)1062a6c
replaceWith
replacing element with itself (#1581 by @fb55)88ae636
attr
handling ofundefined
as value (#1582 by @fb55)3b35ae4
load
(#1580 by @fb55)0855be6
.prop
(#1579 by @fb55)db3fce7
b3010d7
0bbad23
bf04330
Documentation updates:
a336301
290aa9f
f5d6ac3
2ae9b14
c6679ae
8273e4c
after
,before
,slice
arguments, improve handling (#1721 by @5saviahv)732d539
d7c3817
bdd6018
15e39cf
f3e1a4c
package.json
(#1609 by @XhmikosR)ad3e30b
5b8dd60
Refactors:
e8f5e98
quickExpr
(#1716 by @fb55)4aa3d39
208bce1
wrapAll
, add some tests (#1640 by @5saviahv)b6d3840
bfa114e
63e4616
69ae308
21de2c5
eqeqeq
eslint rule except for null (#1638 by @XhmikosR)52f37a1
block-scoped-var
eslint rule (#1631 by @XhmikosR)b072df8
no-unused-expressions
eslunt rule (#1630 by @XhmikosR)fc2c7d5
--ignore-path
(#1612 by @XhmikosR)17f0d08
2fb25aa
36c4c77
bb6cb38
075cc5d
b93931a
18c0038
a3f6846
CI:
b9453ea
8ace785
703ec16
actions-gh-pages
(#1626 by @fb55)9ee60cc
05a4757
versioning-strategy: increase
for dependabot, format71d2aaf
Test changes:
9743030
ca7cd9b
fafae51
1a86118
6f35a39
.map
test was actually calling.each
(#1711 by @Pustur)456fbe5
.toBeUndefined()
(#1659 by @XhmikosR)5aa4272
4859684
1ebe05a
d60bac9
990e963
Commit Range:
v1.0.0-rc.5
Compare Source
Hotfix release
cheerio-select-tmp
until naming issue is resolved3751929
v1.0.0-rc.4
Compare Source
Welcome to
cheerio@1.0.0-rc.4
! This is the last pre-release before a full1.0.0
release — please make sure to test this release and report any issues you might find.This release was made possible by our supporters on Open Collective. If you want to support this project going forward, have a look at sponsorship options!
Breaking:
parse5
, cheerio temporarily has a minimum Node version of Node 6. See #1585 for details.root
reference. The root node is now referenced by theparent
property.04091a4
by @fb55)New Features:
for...of
iterator viaSymbol.iterator
(#1197 by @papandreou)wrapInner
(9ffc557
by @fb55, based on work by @tomjw64 and @warrengm)removeAttr
accept a list of attributes to remove (#1561 by @fb55)prop(‘outerHTML’)
implementation (#945 by @bill-bishop)Bug Fixes:
.prev()
afterreplaceWith()
(#1254 by @Gei0r).xml
calls on HTML documents (#1572 by @fb55)cheerio.load()
(#1087 by @zeke)locationInfo
option to parse5 (#1155 by @trevorhreed)Other notable changes:
domhandler
nodes directly (#1564 by @fb55)mdx-js/mdx
v1.6.22
Compare Source
Configuration
📅 Schedule: "before 7am on the first day of the month" in timezone GMT.
🚦 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 WhiteSource Renovate. View repository job log here.